Meta Skill

- Commands: You type /command to trigger

majiayu000 b5f37a2 2 files · 1.5 KB Updated 567 repo stars

File contents

Skills vs Commands

  • Commands: You type /command to trigger
  • Skills: Claude auto-discovers and invokes when relevant

Structure

Skills are folders with a SKILL.md file, plus optional scripts, unit tests, or tools:

.claude/skills/magic-links/
├── SKILL.md
├── scripts/
├── tests/
└── tools/

Project Convention

Each skill gets a matching command so humans can trigger it manually:

.claude/commands/magic-links.md  →  "Invoke the magic-links skill"
.claude/skills/magic-links/SKILL.md

The command file just references the skill (more portable than symlinks, works everywhere).

majiayu000/claude-skill-registry-data/tree/main/skills/meta-skill-joshribakoff-fightingwithai-com commit b5f37a254f

Frequently asked questions

npx skillmds add majiayu000/meta-skill-3