Skip to content

Downloads

Most readers should start with Blank Router. It gives you the router structure so you can add your own skills, naming conventions, triggers, exclusions, and routing rules. Reference Template is a working example to learn from, not a catalog you need to copy as-is.

Learning reference

Reference Template

Study a public-safe example catalog to see how routes, primary skills, and supporting skills are organized. Use it as a model, then design your own router.

Best for
Learning the structure before adapting Blank Router
Includes
Router, manifest, sample skills, root README
Excludes
Private skills, sensitive lines, non-essential per-skill README files
Download Reference Template

Download Full source archive only when you need per-skill README files, source context, or audit material behind the reference template.

The blank package contains:

workflow-skill-router/
SKILL.md
agents/openai.yaml
references/skill-tree.md
references/routing-rules.md

The Reference Template contains:

workflow-skill-router-template/
README.md
MANIFEST.md
skills/
workflow-skill-router/
.system/
<public-safe skill folders>

The Reference Template keeps the installable skills/ tree and removes non-essential per-skill README files. The root package README and manifest are still included.

The Reference Template is public-safe. It is generated from a real .codex/skills folder, excludes organization-specific skills, and omits sensitive lines from otherwise public skill files. The Template Skill Catalog turns the included skills into practical routes so you can understand the pattern before designing your own router.

These skills help install, create, maintain, and route Codex skills. This group also includes the router itself.

  • .system/imagegen
  • .system/openai-docs
  • .system/plugin-creator
  • .system/skill-creator
  • .system/skill-installer
  • workflow-skill-router

Requirements, Planning, Execution, And Handoff

Section titled “Requirements, Planning, Execution, And Handoff”

These skills support requirement clarification, task decomposition, implementation plans, branch completion, handoffs, and steady engineering habits.

  • requirements-clarity
  • executing-plans
  • session-handoff
  • finishing-a-development-branch
  • commit-work
  • receiving-code-review
  • karpathy-guidelines
  • writing-clearly-and-concisely

These skills cover system design, API contracts, OpenAPI and TypeScript sync, C#/.NET, database schema work, SQL, and performance tuning.

  • architecture-designer
  • c4-architecture
  • cloud-architect
  • api-designer
  • api-guidelines-skill
  • openapi-contract-generation-skill
  • openapi-to-typescript
  • csharp-developer
  • dotnet-core-expert
  • database-schema-designer
  • database-optimizer
  • sql-pro

These skills support frontend implementation, Vue Composition API, UI polish, design systems, Storybook, Tailwind tokens, screenshot-to-code work, and visual redesigns.

  • frontend-design
  • vue-expert
  • vue-composition-patterns-skill
  • design-system
  • design-system-starter
  • storybook-design-system-skill
  • tailwind-design-token-skill
  • ui-styling
  • ui-ux-pro-max
  • gpt-tasteskill
  • minimalist-skill
  • soft-skill
  • taste-skill
  • redesign-skill
  • image-to-code-skill
  • imagegen-frontend-web
  • imagegen-frontend-mobile

DevOps, Local Development, And Dependency Management

Section titled “DevOps, Local Development, And Dependency Management”

These skills help with Docker Compose, local service stacks, CI/CD, cloud and deployment thinking, and dependency updates.

  • devops-engineer
  • docker-compose-local-dev-skill
  • dependency-updater

Testing, Debugging, Browser, And Quality Verification

Section titled “Testing, Debugging, Browser, And Quality Verification”

These skills cover systematic debugging, Playwright, QA test planning, regression checks, and real browser verification.

  • systematic-debugging
  • playwright
  • qa-test-planner

Documentation, Diagrams, Files, And Specification Work

Section titled “Documentation, Diagrams, Files, And Specification Work”

These skills support technical documentation, user-facing docs, Mermaid/C4 diagrams, PDF work, specification mining, coauthoring, and file organization.

  • code-documenter
  • doc-coauthoring
  • mermaid-diagrams
  • pdf
  • spec-miner
  • file-organizer
  • agent-md-refactor

Product, Brand, Visuals, And Cross-Platform Apps

Section titled “Product, Brand, Visuals, And Cross-Platform Apps”

These skills support brand voice, banners, visual design, Flutter apps, and more product-facing or promotional work.

  • brand
  • banner-design
  • design
  • flutter-expert

The Reference Template intentionally does not list excluded private skill folder names. Use this list as a public-safe reference catalog, then add or remove skills for your own agent environment.

Terminal window
python scripts/package-downloads.py --skills-root <path-to-local-codex-skills> --exclude-prefix <private-prefix> --exclude-name <private-skill-name> --private-marker <private-text-marker>

The package builder refuses to use an implicit local skills directory. It also requires at least one private filter unless you explicitly pass --allow-no-private-filters after auditing the source directory.