Source

jsmastery-pro/skills

13 skills · 27.3K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
3272
architect Run /architect when choosing between approaches, designing a feature or page, picking a tech stack, or when /develop …
jsmastery-pro/skills
4.2K
5695
recover When something goes wrong during a build, diagnose what type of failure it is before deciding how to respond. Targete…
jsmastery-pro/skills
2.3K
5681
remember Save what matters at the end of a session so the next session picks up exactly where you left off. Or restore context…
jsmastery-pro/skills
2.3K
5665
review After building a feature, verify it matches what was planned, respects the system architecture and design standards, …
jsmastery-pro/skills
2.3K
6087
imprint After building any UI component, extract the visual patterns that matter for consistency and save them to ui-registry…
jsmastery-pro/skills
2K
6599
develop Run /develop to build a feature, UI or backend, from an approved design, a page, component, API, service, or data sli…
jsmastery-pro/skills
1.8K
6869
audit Run /audit on a greenfield project, an existing codebase with missing docs, or one area (/audit src/auth) to bootstra…
jsmastery-pro/skills
1.8K
6844
check Confirm a change before merge. `/check verify` drives the real app to prove behavior against the spec (every acceptan…
jsmastery-pro/skills
1.8K
6779
debug Run /debug to find and fix a bug's root cause: a test failing for an unclear reason, /check verify finding a failure,…
jsmastery-pro/skills
1.8K
6862
document Run /document `pr` | `changelog` | `release-note` | `postmortem` (or let it ask) to write the human facing prose abou…
jsmastery-pro/skills
1.8K
6889
scope Run /scope to turn a product idea into a living, coarse scope in docs/scope/ and keep it current: plan a new product,…
jsmastery-pro/skills
1.7K
6922
sync Run /sync as the last step after a change is complete, around merge, to keep durable knowledge current.
jsmastery-pro/skills
1.7K
7019
test Run /test to write a test suite for code you just built or changed, after implementing a feature, route, or fix.
jsmastery-pro/skills
1.7K