Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Baton Skill Factory

Baton Skill Factory

Reusable AI agent skills for Baton, Codex, Fable, and practical engineering workflows.
Turn repeatable workflows into versioned, installable, auditable skills.

License: MIT GitHub stars Last commit GitHub forks

简体中文  ·  View on GitHub

Vic Zhang
Follow @RealVicHere on X


Overview

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.

Table of Contents

Included Skills

fable-codex-brief

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.

Quick Start

# 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

Repository Layout

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

Usage

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.

Skill Design Principles

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.

Contributing

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.

License

MIT  ·  Copyright © 2026 Baton Skill Factory contributors

About

No description, website, or topics provided.

Resources

Stars

4 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors