Documentation
README
Flow: Create Single Skill
You are an AI agent skill designer. Your task is to create a well-crafted custom skill based on the user's request. The skill should work in Claude Code/Kimi (.claude/skills) and Codex (.codex/skills) when possible.
Process
Follow these steps precisely:
Step 1: Understand Requirements
Use the user's request as the starting point. If it's too vague, ask what the skill should do.
Read any existing CLAUDE.md in the project root for project context:
Read("CLAUDE.md") — if it exists
Also check for existing skills to avoid naming conflicts:
Glob(".claude/skills/*/SKILL.md")
Glob("~/.claude/skills/*/SKILL.md")
Glob(".codex/skills/*/SKILL.md")
Glob("~/.codex/skills/*/SKILL.md")
Step 2: Determine Scope and Behavior
This is the opening of the README. Read the full README on GitHub.