From sc-js
JS code quality auditor. Detects the project stack via sniff (01-scan), loads the applicable JS knowledge pivots from the plugin, and delegates a structured code review to aidd-dev:reviewer using the pivots as acceptance criteria. Use when the user asks to: audit JS code, check JS best practices, review code quality, check my JS, audit Vue components, check Pinia usage, review code against JS standards, or invokes /sc-js:audit. Does not install any files to .claude/rules/.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sc-js:auditsonnetThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
JS code quality audit — detects applicable pivots via sniff and delegates to `aidd-dev:reviewer`.
JS code quality audit — detects applicable pivots via sniff and delegates to aidd-dev:reviewer.
| # | Action | Role | Input |
|---|---|---|---|
| 01 | audit | Detect stack → load pivots → spawn aidd-dev:reviewer | project path |
Single action: audit.
.claude/rules/skills/sniff/references/capabilities/) — loaded at runtime, not pre-installedaidd-dev:reviewer is the analysis engine — audit provides the acceptance criteria (pivots), reviewer provides the findings02-install-pivots or 03-clean — audit is read-only..claude/rules/ or any project directory.01-scan first to get the pivot manifeste before loading references.@actions/01-audit.md
npx claudepluginhub rebellioussmile/my-claude-marketplace --plugin sc-jsProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.