Imported from ai-shifu/ai-shifu (
src/api/SKILL.md). Install upstream withnpx skills add ai-shifu/ai-shifu --skill api. Copyright stays with the author.
api Skills
Layering
- Keep durable structural rules in
AGENTS.mdandCLAUDE.md. - Use
SKILL.mdonly for repeatable workflows, debugging playbooks, and migration checklists that would otherwise bloat directory-level rules. - Backend module
AGENTS.mdfiles may point here or to focused skills undersrc/api/skills/.
Backend Skill Index
skills/shifu-authoring-flow/SKILL.mdskills/user-auth-flows/SKILL.md
When To Add A Skill
- Add a focused backend skill when the same provider, auth, streaming, or persistence workflow is repeated across multiple tasks.
- Keep each skill actionable: trigger, core rules, workflow, and regression checklist.