Imported from Frank0415/skills (
AGENTS.md). Install upstream withnpx skills add Frank0415/skills. Copyright stays with the author.
AGENTS.md
- Keep each skill as one top-level folder named with lowercase letters, digits, and hyphens.
- Require
SKILL.mdin every skill folder. For OpenAI/Anthropic compatibility, keep YAML frontmatter tonameanddescriptionunless a skill intentionally targets only one runtime. - Add
agents/openai.yaml,scripts/,references/,examples/, andassets/only when that skill needs them. - Reference supporting files from
SKILL.md; do not assume agents will discover their purpose. - Do not add README, changelog, install notes, or extra docs inside a skill unless
SKILL.mdexplicitly routes agents to read them. - Keep edits scoped to the skill being changed.
- Validate changed skills with
quick_validate.pywhen available.