jsmastery-pro

17 mods across 2 repositories, 1.1k stars between them.

researcher

01

jsmastery-pro/skills

Agent Claude Code

Read-only web and registry lookup. Use for Agent Skill / MCP discovery (npx skills find, MCP search), current-usage doc-checks, and scope source verification. Returns only a compact summary, never raw pages.

972 22d ago A 48 tokens original MIT

scout

02

jsmastery-pro/skills

Agent Claude Code

Read-only code exploration and repo scanning. Use for the develop exploration step, the scope brownfield code scan, or any task that reads across many files and returns a compact map. Never edits.

972 22d ago A 42 tokens original MIT

skills CLAUDE.md

03

jsmastery-pro/skills

Instructions file

Instructions for jsmastery-pro/skills, covering project: engineering workflow skills, conventions every skill follows, layout and skills.

972 22d ago A 582 tokens original MIT

architect

04

jsmastery-pro/skills

Skill Claude CodeCodex

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 load bearing technical decision is unmade. Asks deep questions, recommends an answer, and writes a build spec to docs/specs/. Owns all spec files.

972 22d ago A 66 tokens original MIT

audit

05

jsmastery-pro/skills

Skill Claude CodeCodex

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.md files every later skill reads. Writes tool agnostic AGENTS.md plus thin CLAUDE.md pointers, adding only what is missing; never overwrites curated content.

972 22d ago A 71 tokens original MIT

check

06

jsmastery-pro/skills

Skill Claude CodeCodex

Confirm a change before merge. /check verify drives the real app to prove behavior against the spec (every acceptance criterion met, every surface built). /check review runs a senior code review on a fresh model, one that did not write the code. Verify after /develop, review before a PR. Writes to docs/reviews/, never…

972 22d ago A 74 tokens original MIT

debug

07

jsmastery-pro/skills

Skill Claude CodeCodex

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 reproduce, localize, hypothesize, test, fix, verify loop, makes the minimal fix, and hands a regression test to /test. No features, no extra refactors.

972 22d ago A 74 tokens original MIT

develop

08

jsmastery-pro/skills

Skill Claude CodeCodex

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 undecided and no spec records it, it stops and routes you to /architect; otherwise it reads the spec plus AGENTS.md, builds, and advances the scope.

972 22d ago A 71 tokens original MIT

document

09

jsmastery-pro/skills

Skill Claude CodeCodex

Run /document pr | changelog | release-note | postmortem (or let it ask) to write the human facing prose about a change. Drafts from the real commits and diff, writing to the right place. Does not write code, tests, or specs.

972 22d ago A 65 tokens original MIT

scope

10

jsmastery-pro/skills

Skill Claude CodeCodex

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 feature, or run with no argument to reconcile after shipping and queue what is next. Seeds WHAT to build; /architect designs, /develop builds.

972 22d ago A 69 tokens original MIT

sync

11

jsmastery-pro/skills

Skill Claude CodeCodex

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 scope from repo evidence, and flags specs the change made stale. Surgical edits only: it adds lines, and rewrites single lines it owns. Never a whole section, never…

972 22d ago A 73 tokens original MIT

test

12

jsmastery-pro/skills

Skill Claude CodeCodex

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, reads test preferences.json for your framework (asks and saves it if absent), and picks the right strategy per file: happy path, edge cases, error states…

972 22d ago A 69 tokens original MIT

architect

13

jsmastery-pro/jsm-agent-skill

Skill Claude CodeCodex

Think through what you are about to build like a senior engineer before writing any code. Surfaces decisions, aligns on language, and produces a clear implementation plan you confirm before anything starts.

151 1mo ago A 39 tokens original MIT

imprint

14

jsmastery-pro/jsm-agent-skill

Skill Claude CodeCodex

After building any UI component, extract the visual patterns that matter for consistency and save them to ui-registry.md. So every component built after this one matches what came before.

151 1mo ago A 38 tokens original MIT

recover

15

jsmastery-pro/jsm-agent-skill

Skill Claude CodeCodex

When something goes wrong during a build, diagnose what type of failure it is before deciding how to respond. Targeted fix, hard reset, or full rethink — the right response depends on the right diagnosis.

151 1mo ago A 43 tokens original MIT

remember

16

jsmastery-pro/jsm-agent-skill

Skill Claude CodeCodex

Save what matters at the end of a session so the next session picks up exactly where you left off. Or restore context at the start of a new session so nothing is lost between them.

151 1mo ago A 40 tokens original MIT

review

17

jsmastery-pro/jsm-agent-skill

Skill Claude CodeCodex

After building a feature, verify it matches what was planned, respects the system architecture and design standards, and is ready for production. Reports issues clearly so the developer decides what to fix.

151 1mo ago A 39 tokens original MIT