# Meta Skill

> - Commands: You type /command to trigger

- Skill: `majiayu000/meta-skill-3` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/meta-skill-3`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/meta-skill-3/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/meta-skill-3

---


## 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).

