Candidate/internal catalog

Incubator skills

Incubator skills are visible for maintainer review and local testing, but they are not promoted public catalog entries.

1 skill

Codex Operations

Incubator Codex Operation

codex-context-guard

Prevent Codex context-window exhaustion during long-running refactors, repo audits, migrations, debugging sessions, or tasks with large logs, many file reads, or repeated tool output. Use when Codex context is getting high, /compact may be needed, or the user asks for context-efficient workflows.

  • v0.1.0
  • Default target: Codex
  • Codex metadata
codex-context-guard Codex install command
INSTALL_INTERNAL_SKILLS=1 npx skills add ./incubator/skills --skill codex-context-guard -a codex --copy -y

6 skills

Engineering Workflows

Incubator Operations

debugging-diagnosis

Diagnose and fix bugs through reproduction, minimization, hypotheses, instrumentation, targeted fixes, and regression coverage. Use when the user reports failing behavior, a broken test, runtime error, flaky workflow, or asks for debugging before implementation.

  • v0.1.0
  • Default target: Codex
debugging-diagnosis Codex install command
INSTALL_INTERNAL_SKILLS=1 npx skills add ./incubator/skills --skill debugging-diagnosis -a codex --copy -y
Incubator Operations

issue-plan-slicer

Convert a spec, roadmap item, or rough plan into independently implementable issue slices with scope, dependencies, acceptance criteria, and validation. Use when the user asks to split work into GitHub issues, local markdown tasks, or agent-ready implementation chunks.

  • v0.1.0
  • Default target: Codex
issue-plan-slicer Codex install command
INSTALL_INTERNAL_SKILLS=1 npx skills add ./incubator/skills --skill issue-plan-slicer -a codex --copy -y
Incubator Operations

prd-writer

Write a concise PRD or implementation brief from current context, separating problem, solution, user stories, decisions, testing, rollout, and out of scope. Use when the user asks for a PRD, product brief, implementation brief, or spec handoff.

  • v0.1.0
  • Default target: Codex
prd-writer Codex install command
INSTALL_INTERNAL_SKILLS=1 npx skills add ./incubator/skills --skill prd-writer -a codex --copy -y
Incubator Operations

prototype-spike

Build or plan an explicitly throwaway prototype to answer a design, API, UX, performance, or integration question, then capture findings and cleanup. Use when the user asks for a spike, prototype, proof of concept, or experiment before committing to production design.

  • v0.1.0
  • Default target: Codex
prototype-spike Codex install command
INSTALL_INTERNAL_SKILLS=1 npx skills add ./incubator/skills --skill prototype-spike -a codex --copy -y
Incubator Operations

repo-map-zoom-out

Map unfamiliar code areas before implementation by identifying entry points, ownership boundaries, callers, data flow, ADRs, validation, and likely edit surfaces. Use when the user asks to understand a subsystem, zoom out, map a repo area, or prepare for a risky change.

  • v0.1.0
  • Default target: Codex
repo-map-zoom-out Codex install command
INSTALL_INTERNAL_SKILLS=1 npx skills add ./incubator/skills --skill repo-map-zoom-out -a codex --copy -y
Incubator Operations

test-first-implementation

Implement behavior with a red-green-refactor loop, observable tests, and small vertical slices. Use when the user asks for TDD, test-first work, regression-first fixes, or a feature that needs clear behavior before implementation.

  • v0.1.0
  • Default target: Codex
test-first-implementation Codex install command
INSTALL_INTERNAL_SKILLS=1 npx skills add ./incubator/skills --skill test-first-implementation -a codex --copy -y

2 skills

Productivity

Incubator Productivity

grill-plan

Relentlessly question a plan, design, migration, release, or repo maintenance proposal until assumptions, risks, constraints, and decision branches are clear. Use when the user wants to be grilled before implementation or wants a plan challenged.

  • v0.1.0
  • Default target: Codex
grill-plan Codex install command
INSTALL_INTERNAL_SKILLS=1 npx skills add ./incubator/skills --skill grill-plan -a codex --copy -y
Incubator Productivity

handoff

Write a compact handoff document so a fresh agent or new Codex thread can continue. Use when context is long, the user wants to switch threads, work must be paused, or the agent needs to summarize current state without duplicating existing docs or diffs.

  • v0.1.0
  • Default target: Codex
handoff Codex install command
INSTALL_INTERNAL_SKILLS=1 npx skills add ./incubator/skills --skill handoff -a codex --copy -y

10 skills

Repo Maintenance

Incubator Repo Maintenance

adr-writer

Create short Architecture Decision Records under docs/adr. Use when the user makes a repo-level decision, changes skill format, publishing, validation, license, layout, or maintainer policy, and wants a concise ADR without documentation bloat.

  • v0.1.0
  • Default target: Codex
adr-writer Codex install command
INSTALL_INTERNAL_SKILLS=1 npx skills add ./incubator/skills --skill adr-writer -a codex --copy -y
Incubator Repo Maintenance

agent-context-bootstrap

Bootstrap repo-local agent context for Codex and other coding agents. Use when setting up AGENTS.md, docs/agents, issue tracker rules, triage labels, domain docs, ADR locations, validation commands, or skill usage instructions for a repository.

  • v0.1.0
  • Default target: Codex
agent-context-bootstrap Codex install command
INSTALL_INTERNAL_SKILLS=1 npx skills add ./incubator/skills --skill agent-context-bootstrap -a codex --copy -y
Incubator Repo Maintenance

ci-debugger

Diagnose failed CI jobs and build pipelines using small-log, evidence-first debugging. Use when the user shares a failed GitHub Actions, GitLab CI, Vercel, or package-manager build and wants root cause, minimal fix, and regression test guidance.

  • v0.1.0
  • Default target: Codex
ci-debugger Codex install command
INSTALL_INTERNAL_SKILLS=1 npx skills add ./incubator/skills --skill ci-debugger -a codex --copy -y
Incubator Repo Maintenance

dependency-update-review

Review dependency updates, package manager changes, lockfile diffs, version bumps, and dependency risk. Use when the user asks whether dependency updates are safe, wants to upgrade packages, or needs a dependency PR reviewed.

  • v0.1.0
  • Default target: Codex
dependency-update-review Codex install command
INSTALL_INTERNAL_SKILLS=1 npx skills add ./incubator/skills --skill dependency-update-review -a codex --copy -y
Incubator Repo Maintenance

docs-audit

Audit repository documentation, README, examples, installation steps, onboarding flow, API docs, and contribution docs. Use when the user asks whether docs are clear, complete, current, or ready for a public repo.

  • v0.1.0
  • Default target: Codex
docs-audit Codex install command
INSTALL_INTERNAL_SKILLS=1 npx skills add ./incubator/skills --skill docs-audit -a codex --copy -y
Incubator Repo Maintenance

issue-triage

Triage repository issues through a maintainer decision tree. Use when the user asks to classify issues, apply labels, identify missing information, mark ready-for-agent work, split vague reports, or clean up an issue inbox.

  • v0.1.0
  • Default target: Codex
issue-triage Codex install command
INSTALL_INTERNAL_SKILLS=1 npx skills add ./incubator/skills --skill issue-triage -a codex --copy -y
Incubator Repo Maintenance

pr-review

Review pull requests for correctness, maintainability, tests, security, docs impact, release risk, and agent-induced failure modes. Use when the user asks for a PR review, diff review, merge readiness check, or maintainer feedback.

  • v0.1.0
  • Default target: Codex
pr-review Codex install command
INSTALL_INTERNAL_SKILLS=1 npx skills add ./incubator/skills --skill pr-review -a codex --copy -y
Incubator Repo Maintenance

release-manager

Prepare repository releases. Use when the user asks to draft release notes, update changelog, check semver, verify CI, create a release checklist, or decide whether a public repo is ready to tag and publish.

  • v0.1.0
  • Default target: Codex
release-manager Codex install command
INSTALL_INTERNAL_SKILLS=1 npx skills add ./incubator/skills --skill release-manager -a codex --copy -y
Incubator Repo Maintenance

repo-health-audit

Audit repository health and maintenance readiness. Use when the user asks for a repo review, maintainer audit, cleanup plan, onboarding audit, technical debt scan, CI/docs/release hygiene review, or public repo readiness check.

  • v0.1.0
  • Default target: Codex
repo-health-audit Codex install command
INSTALL_INTERNAL_SKILLS=1 npx skills add ./incubator/skills --skill repo-health-audit -a codex --copy -y
Incubator Repo Maintenance

security-baseline-review

Review public repository security hygiene at a baseline maintainer level. Use when the user asks for secret-leak checks, SECURITY.md review, dependency hygiene, GitHub settings checklist, CI safety, or public release security readiness.

  • v0.1.0
  • Default target: Codex
security-baseline-review Codex install command
INSTALL_INTERNAL_SKILLS=1 npx skills add ./incubator/skills --skill security-baseline-review -a codex --copy -y

4 skills

Skill Maintenance

Incubator Skill Maintenance

skill-authoring-review

Create or review Agent Skills with correct SKILL.md frontmatter, trigger descriptions, concise workflow design, progressive disclosure, references, scripts, assets, safety rules, and installability. Use when writing a new skill, improving an existing skill, or validating a public skills repo.

  • v0.1.0
  • Default target: Codex
skill-authoring-review Codex install command
INSTALL_INTERNAL_SKILLS=1 npx skills add ./incubator/skills --skill skill-authoring-review -a codex --copy -y
Incubator Skill Maintenance

skill-installation-support

Help install, list, update, remove, or troubleshoot Agent Skills using the Vercel skills CLI. Use when the user asks about npx skills add, installing a whole repo, installing one skill, global vs project installs, symlink vs copy, or Codex/Claude/Cursor agent targets.

  • v0.1.0
  • Default target: Codex
skill-installation-support Codex install command
INSTALL_INTERNAL_SKILLS=1 npx skills add ./incubator/skills --skill skill-installation-support -a codex --copy -y
Incubator Skill Maintenance

skill-repo-curator

Maintain a public Agent Skills repository. Use when updating skill catalogs, validating SKILL.md files, preparing a release, deprecating skills, reviewing install commands, checking README consistency, or keeping a skills repo ready for npx skills installation.

  • v0.1.0
  • Default target: Codex
skill-repo-curator Codex install command
INSTALL_INTERNAL_SKILLS=1 npx skills add ./incubator/skills --skill skill-repo-curator -a codex --copy -y
Incubator Skill Maintenance

skillopt-setup

Set up Microsoft SkillOpt for Agent Skills improvement. Use when installing SkillOpt, preparing per-skill train/val/test eval splits, configuring Codex CLI or provider-backed execution, running SkillOpt against SKILL.md bodies, reviewing best_skill.md, or importing optimized skill changes. Do not use for ordinary skill authoring or manual repo validation.

  • v0.1.0
  • Default target: Codex
  • Eval proof
skillopt-setup Codex install command
INSTALL_INTERNAL_SKILLS=1 npx skills add ./incubator/skills --skill skillopt-setup -a codex --copy -y