@skills · Owner
Agent skills by javascript-mastery-pro
11 skills indexed from github.com/javascript-mastery-pro. Reference any of them in AdaL, Claude Code, Cursor or any coding agent — nothing to install.
- architect · Skill · 773 stars
Run /architect when choosing between approaches, designing a feature or page, picking a tech stack, or when /develop says a decision is owed, anytime a loa
- audit · Skill · 773 stars
Run /audit on a greenfield project, an existing codebase with missing docs, or one area (/audit src/auth) to bootstrap the project's AI context, the AGENTS
- check · Skill · 773 stars
Confirm a change before merge. `/check verify` drives the real app to prove behavior against the spec (every acceptance criterion met, every surface built)
- debug · Skill · 773 stars
Run /debug to find and fix a bug's root cause: a test failing for an unclear reason, /check verify finding a failure, or behavior being wrong. Runs a repro
- develop · Skill · 773 stars
Run /develop to build a feature, UI or backend, from an approved design, a page, component, API, service, or data slice. If something load bearing is undec
- document · Skill · 773 stars
Run /document `pr` | `changelog` | `release-note` | `postmortem` (or let it ask) to write the human facing prose about a change. Drafts from the real commi
- scope · Skill · 773 stars
Run /scope to turn a product idea into a living, coarse scope in docs/scope/ and keep it current: plan a new product, plan the next slice, enroll one named
- skills · Collection · 773 stars
- skills · Collection · 773 stars
- sync · Skill · 773 stars
Run /sync as the last step after a change is complete, around merge, to keep durable knowledge current. Updates root and nested AGENTS.md, reconciles the s
- test · Skill · 773 stars
Run /test to write a test suite for code you just built or changed, after implementing a feature, route, or fix. Targets uncommitted changes automatically,