Reusable AI agent skills for Baton, Codex, Fable, and practical engineering workflows.
Turn repeatable workflows into versioned, installable, auditable skills.
Baton Skill Factory is a public collection of installable skills that turn repeatable AI-agent workflows into structured, reusable tools.
The goal is simple: move useful prompts and collaboration patterns out of one-off chat history and into versioned skills that can be installed, reviewed, improved, and shared.
Generates a structured Fable 5 task brief from a bug, feature request, investigation result, or another AI's failed output.
Designed for a Fable 5 + Codex workflow:
| Role | Responsibility |
|---|---|
| Fable 5 | Planning, coordination, judgment, and final acceptance. |
| Codex | Scoped investigation, implementation, review, and check-running. |
- The generated brief is ready to paste into Fable 5.
- Manual-trigger oriented — does not hijack normal bug-fixing or implementation requests.
# 1. Clone the repository
git clone https://github.com/VicZhang6/baton-skill-factory.git
# 2. Copy the skill you want into your Codex skills directory
cp -R baton-skill-factory/skills/fable-codex-brief ~/.codex/skills/
# 3. Restart Codex or start a new session
# (if your runtime discovers skills at session start)Invoke the skill in a Codex session:
$fable-codex-brief
baton-skill-factory/
├── assets/
│ ├── project-icon.png
│ └── vic-avatar.jpg
├── README.md
├── README.zh-CN.md
├── LICENSE
└── skills/
└── fable-codex-brief/
├── SKILL.md
└── agents/
└── openai.yaml
Invoke the skill explicitly, then paste the issue, bug report, feature request, failed AI result, or investigation notes you want to turn into a Fable 5 task brief.
Example:
$fable-codex-brief Turn this bug report into a Fable 5 task brief:
The Codex model list is fetched from model/list, but static catalog entries
are still merged back in. Server-side model removal and rollout control are
not authoritative.
Skills in this repository should be:
- Practical — solve real workflow friction.
- Reusable — useful across multiple projects or repeated tasks.
- Scoped — do one thing clearly.
- Auditable — plain text, easy to review.
- Manual when appropriate — avoid surprising implicit behavior for workflow-shaping skills.
Contributions are welcome. For a new skill, please include:
skills/<skill-name>/SKILL.md- optional
skills/<skill-name>/agents/openai.yaml - a concise explanation in this README
- no secrets, tokens, private paths, or company-confidential material
Prefer lowercase kebab-case skill names.
MIT · Copyright © 2026 Baton Skill Factory contributors