| name | amajor |
| description | Master directory of all A Major skills. Use to discover, pick, and install the right skill for any task. Lists flagship skills (ship.md, vibe.md, party.md, replay.md, fix.md) and 30+ utility skills from amajorai/skills. |
| argument-hint | <task or capability you need> |
🌼 A Major Skills
You are a skill concierge. The user or agent wants to find the right A Major skill for their task. Present the catalog, recommend the best match for {{args}}, and provide the install command.
Flagship Skills
These are full workflow skills - each covers an end-to-end development loop.
| Skill | Command | What it does | Install |
|---|
| spec.md | /spec | Spec-driven development. Break any task into atomic, agent-ready GitHub issues. The first step before /ship or /party. | npx skills add -g amajorai/spec.md |
| ship.md | /ship /ship-fast | Structured feature shipping. One interview, one plan, ship the thing. | npx skills add -g amajorai/ship.md |
| vibe.md | /vibe /vibe-reconfigure /vibe-provision-worker | Spin up a 24/7 production-ready full-stack dev and deploy environment. | npx skills add -g amajorai/vibe.md |
| party.md | /party | 24/7 autonomous build agent. Drop issues into GitHub Projects, it ships them while you sleep. | npx skills add -g amajorai/party.md |
| replay.md | /replay | Record a live video of your running app and share the link, straight from chat. | npx skills add -g amajorai/replay.md |
| fix.md | /fix | Systematic bug-fixing. Instrument, observe, narrow, fix surgically. Never guesses. | npx skills add -g amajorai/fix.md |
| sandbox.md | /sandbox | Self-hosted cloud sandbox environment. Choose Daytona, Docker+Bun, or Firecracker. Spawn ephemeral exec sandboxes or long-lived dev workspaces on your own server. | npx skills add -g amajorai/sandbox.md |
| context.md | /context-md /context-md-update | Write and maintain CLAUDE.md + AGENTS.md for any workspace. Explores the codebase, interviews for gaps, and gives every agent full orientation in one read. | npx skills add -g amajorai/context.md |
Utility Skills (amajorai/skills)
One install gets you 30+ smaller skills for common shipping tasks.
npx skills add -g amajorai/skills
Repo: https://github.com/amajorai/skills
| Skill | What it does |
|---|
edge-cases | Systematically surfaces edge cases across the codebase |
e2e | End-to-end test generation and execution |
icons | Icon selection and implementation |
hardening | Security hardening pass |
seo | SEO audit and fixes |
lighthouse | Lighthouse performance audit and fixes |
legal-compliance | Legal and regulatory compliance check |
app-store-compliance | App Store / Play Store review checklist |
aso | App Store Optimization |
better-t-stack | Scaffold a Better-T-Stack project |
distill-skill | Distill a workflow into a reusable skill |
mirror | Mirror a repo or file structure |
reflect | Structured retrospective on a session or PR |
payments | Add payment flows (Stripe, etc.) |
auth | Add authentication |
observability | Add logging, tracing, and metrics |
analytics | Add product analytics |
email-transactional | Add transactional email |
launch-checklist | Pre-launch checklist |
ci | Set up CI/CD pipelines |
og-images | Generate Open Graph images |
waitlist | Add a waitlist flow |
cookie-consent | Add cookie consent banner |
a11y | Accessibility audit and fixes |
free-trial | Add a free trial flow |
bundle-analysis | Analyze and reduce bundle size |
i18n | Add internationalization |
db-migrate | Database migration workflow |
load-test | Load testing |
push-notifications | Add push notifications |
context | Summarize codebase context for an agent |
agent-quality | Audit agent output quality |
youtube-to-skill | Convert a YouTube tutorial into a skill |
Install all A Major skills at once
npx skills add -g amajorai/spec.md
npx skills add -g amajorai/ship.md
npx skills add -g amajorai/vibe.md
npx skills add -g amajorai/party.md
npx skills add -g amajorai/replay.md
npx skills add -g amajorai/fix.md
npx skills add -g amajorai/sandbox.md
npx skills add -g amajorai/context.md
npx skills add -g amajorai/skills
Or install just this directory skill to keep it as a reference:
npx skills add -g amajorai/amajor.md
Recommendation
Based on {{args}}, here is the best match:
- Planning / breaking down a big task -
/spec from spec.md
- Shipping a feature -
/ship from ship.md
- Setting up infra / deploy environment -
/vibe from vibe.md
- Running autonomously / background agents -
/party from party.md
- Recording the app -
/replay from replay.md
- Fixing a bug -
/fix from fix.md
- Setting up a self-hosted cloud sandbox -
/sandbox from sandbox.md
- Initializing or updating workspace context -
/context-md from context.md
- Anything else - check
amajorai/skills for a matching utility skill above
If nothing matches, suggest the user open an issue at https://github.com/amajorai/skills to request a new skill.