From coding-agent
Framework for evaluating and selecting npm packages, libraries, and tools. Use when choosing between alternatives (ORMs, auth libs, UI frameworks) or adding new dependencies.
npx claudepluginhub devjarus/coding-agentThis skill uses the workspace's default tool permissions.
Solves: "which auth library?", "prisma vs drizzle?", "should we add this dep?"
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
Solves: "which auth library?", "prisma vs drizzle?", "should we add this dep?"
npm audit / pip audit. Check for known CVEs. Check Snyk/Socket.devShow a structured comparison format agents should use:
## Evaluation: [Category] — [Option A] vs [Option B] vs [Option C]
| Criteria | Option A | Option B | Option C |
|----------|----------|----------|----------|
| Solves problem? | ... | ... | ... |
| Maintained? | ... | ... | ... |
| Security | ... | ... | ... |
| Bundle size | ... | ... | ... |
| TypeScript | ... | ... | ... |
| Community | ... | ... | ... |
| API stability | ... | ... | ... |
| Docs quality | ... | ... | ... |
| Escape hatch | ... | ... | ... |
| License | ... | ... | ... |
Recommendation: [Option] because [reason]
Risk: [what could go wrong]