skill-manager
Installation
SKILL.md
Skill Manager
Authoring guide for skills/rules across three agent platforms. All three share the same idea: a small markdown file with frontmatter, optional references, optional scripts. The discovery rules and frontmatter fields differ.
| Platform | File | Frontmatter fields | Optional config |
|---|---|---|---|
| Claude Code | <scope>/skills/<name>/SKILL.md |
name, description, plus invocation/execution fields |
- |
| Codex | <scope>/.agents/skills/<name>/SKILL.md |
name, description |
agents/openai.yaml |
| Cursor | .cursor/rules/<name>.md or .mdc |
description, globs, alwaysApply |
AGENTS.md (no frontmatter) |
Pick the platform first, then read the matching reference file:
- Claude Code → see references/claude-code.md
- Codex → see references/codex.md
- Cursor → see references/cursor.md
- Description quality → see references/description-recommandation.md
- Skill-writing vocabulary → see references/skill-writing-glossary.md
If unsure which the user wants, ask. Default to Claude Code when working under ~/.claude/ or .claude/, Codex when under ~/.agents/ or .agents/, Cursor when under .cursor/.