Code coverage, cyclomatic complexity, duplication, Lighthouse scores, bundle size, and Firestore read/write tracking
From jm-adknpx claudepluginhub javimontano/jm-adk-alfaThis skill uses the workspace's default tool permissions.
agents/guardian.mdagents/lead.mdagents/specialist.mdagents/support.mdevals/evals.jsonknowledge/body-of-knowledge.mdknowledge/knowledge-graph.mdprompts/meta.mdprompts/primary.mdprompts/variations/deep.mdprompts/variations/quick.mdtemplates/output.docx.mdtemplates/output.htmlSearches, 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.
Define, collect, and enforce quantitative quality thresholds across the entire stack. Every metric has a target, a measurement tool, and a CI enforcement gate. [EXPLICIT]
vitest --coverage or jest --coverage → lcov report. [EXPLICIT]eslint-plugin-complexity with max 15 per function. [EXPLICIT]jscpd with threshold < 5% duplication. [EXPLICIT]lighthouse-ci for Performance, Accessibility, Best Practices, SEO. [EXPLICIT]size-limit or bundlesize with per-route budgets. [EXPLICIT]danger.js or custom action. [EXPLICIT]| Input | Output |
|---|---|
| Source code | Coverage report (lcov, HTML) |
| ESLint config | Complexity report per function |
| Built bundle | Bundle size report (per-chunk) |
| Deployed URL | Lighthouse JSON + HTML report |
| Firebase project | Firestore read/write daily counts |
node_modules and generated files from duplication/complexity.Example invocations: