From sc-js
JS stack detector for JavaScript projects. Reads package.json to detect the runtime (web vs desktop), framework (Nuxt, Vue SPA, Vite, Alpine, Astro, 11ty), ORMs (Prisma, Drizzle, TypeORM, Mongoose, GraphQL, tRPC), and capabilities in use (state management, icons, code splitting, SSR, etc.). Emits a pivot manifeste — the list of applicable JS knowledge references in the plugin — for use by /sc-js:audit. Installs perf pivots (for web-optimize) and data pivots (for data-optimize) to .claude/rules/07-quality/. Does not install capability rules to .claude/rules/ — those are loaded on demand at audit time. Run /sc-js:sniff clean to migrate from sc-js 0.3.0. Prefer sniff over setup on already-configured projects.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sc-js:sniffsonnetThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
JS stack detector and pivot manifeste producer.
actions/01-scan.mdactions/02-install-pivots.mdactions/03-clean.mdevals/scenarios.jsonreferences/capabilities/code-splitting/defineAsyncComponent.mdreferences/capabilities/code-splitting/dynamic-import.mdreferences/capabilities/components/alpine-x-data.mdreferences/capabilities/components/shared-scope.mdreferences/capabilities/data/drizzle.mdreferences/capabilities/data/graphql.mdreferences/capabilities/data/mongoose.mdreferences/capabilities/data/prisma.mdreferences/capabilities/data/trpc.mdreferences/capabilities/data/typeorm.mdreferences/capabilities/icons/lucide-vue.mdreferences/capabilities/icons/svg-inline.mdreferences/capabilities/images/web-optimization.mdreferences/capabilities/networking/preconnect.mdreferences/capabilities/perf/alpine.mdreferences/capabilities/perf/nuxt.mdJS stack detector and pivot manifeste producer.
| # | Action | Role | Input |
|---|---|---|---|
| 01 | scan | Detect capabilities, emit pivot manifeste, map perf/data pivot install targets | current project path |
| 02 | install-pivots | Install perf/data pivots to .claude/rules/07-quality/ | scan pivot manifeste |
| 03 | clean | Opt-in migration: remove orphaned 0.3.0 capability rules from .claude/rules/capabilities/ | project path |
Sequential: scan → install-pivots.
clean is opt-in only — invoke explicitly via /sc-js:sniff clean. It is never part of the default flow.
skills/sniff/references/capabilities/) — they are loaded at audit time, not installed to the project.claude/rules/07-quality/ because web-optimize and data-optimize read them from therepackage.json is absent, abort with an explicit message..claude/rules/capabilities/ — those are read from the plugin at audit time.03-clean is destructive — always show a dry-run scan before deleting anything.@vitest/coverage-v8, @eslint/js) — they are not gaps. See 01-scan Step 6.02-install-pivots never prints "pivots installed" when nothing was written — use the no-op / up-to-date header instead.Provides 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.
npx claudepluginhub rebellioussmile/my-claude-marketplace --plugin sc-js