The master skill directory for Claude Code. One install to discover every A Major skill โ what it does, when to use it, and how to install it.
Note
These skills have been built and tested with Claude Code. Codex support is untested. If you try them on Codex, we'd love your help. Open an issue to share what works and what doesn't.
npx skills add -g amajorai/amajor.mdThen in Claude Code:
/amajor I need to ship a new feature
/amajor fix a bug in my auth flow
/amajor set up a production deploy environment
# Update this skill
npx skills update amajor
# Update all installed skills (interactive scope prompt)
npx skills update
# Update only global or project skills
npx skills update -g
npx skills update -p
# Non-interactive (auto-detects scope)
npx skills update -y/plugin marketplace add amajorai/amajor.md
/plugin install amajormd@amajorai
Invoke as /amajormd:amajor <task>.
All of them โ that's the point.
- ๐ป spec.md to spec and decompose any task into atomic GitHub issues before building.
- ๐ฆ ship.md to build and ship new features.
- ๐ช vibe.md to spin up your production server and deploy pipeline.
- ๐ party.md to run autonomously 24/7.
- ๐ฌ replay.md to record and share your running app.
- ๐ fix.md to hunt and fix bugs systematically.
- โก skills for 30+ utility skills covering the rest.
| Skill | What it does |
|---|---|
/amajor |
Master catalog of every A Major skill. Describes what each one does, when to reach for it, and the install command. Agents use this to self-discover the right skill for any task. |