.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/dinoquinten/claude-plugins
home/skills/dinoquinten/claude-plugins
dinoquinten avatar

dinoquinten/claude-plugins

26 skills

View on GitHub
$npx skills add dinoquinten/claude-plugins
SkillInstalls
accessibility-auditAudits a UI against WCAG 2.2 (Perceivable/Operable/Understandable/Robust), covering every AA criterion and all nine criteria new in 2.2 — focus not obscured,…—analyzeThis skill should be used when the user asks to "analyze this file", "check this code", "scan for violations", "find clean code issues", "review code quality",…—choose-patternRecommends the right UI pattern from Tidwell's "Designing Interfaces" catalog for a given interaction problem — navigation, layout, lists/data, forms,…—color-systemBuilds a complete UI color palette — 8-10 grey shades, 1-2 primary hues with 5-10 shades each, accent colors for success/warning/danger/info — following…—design-componentProposes a component design (button, card, modal, form, nav, table, dashboard widget, etc.) grounded in Tidwell's pattern catalog plus Refactoring UI's…—design-databaseProposes a database schema (SQL or NoSQL) for a given domain. Use when the user asks to "design a database", "model data for X", "build an ER", pick SQL vs…—design-principlesExplains distributed-systems and database principles — CAP, PACELC, consistency models (linearizable/causal/eventual), consensus (Raft/Paxos/quorums), ACID vs…—design-systemProduces a system design doc for a given requirement. Use when the user asks to "design a system", "architect a service", "design X at scale", or invokes…—diagramGenerates Mermaid, Excalidraw JSON, or DBML diagrams. Use when the user asks to "diagram X", "draw the architecture", "generate an ER diagram", "create a…—fixThis skill should be used when the user asks to "fix everything", "fix all violations", "clean this up", "auto-fix", "apply all fixes", "clean my code", "fix…—generate-designGenerates a complete, production-ready UI from a natural-language prompt — React + Tailwind, grounded in all 8 UIX reference books + WCAG 2.2, ROIN baseline…—healthThis skill should be used when the user asks for "project health", "code health", "clean code score", "cleanliness score", "how bad is my code", "show…—initThis skill should be used when the user asks to "set up clean code rules", "initialize clean code", "init cleancode", "add clean code to this project", "set up…—refactorThis skill should be used when the user asks to "refactor this file", "clean up this code", "extract this function", "break this function apart", "pull this…—restructureExtract misplaced code from any folder (backend or frontend) and move it to a properly-named folder that fits this project's existing conventions.—review-architectureReviews an architecture (file, repo, design doc, or pasted text) against scalability, security, reliability, compliance, and anti-pattern checklists plus…—review-uiReviews an existing UI (file, URL, screenshot, code, or description) against the full UI_MASTER_GUIDE.md — hierarchy, spacing, typography, color, depth, forms,…—rewriteThis skill should be used when the user asks to "clean my code", "make it human readable", "make this readable", "rewrite this cleanly", "refactor this",…—safetyThis skill should be used when the user asks to "check error handling", "find silent failures", "fix silent errors", "add input checks", "fail fast", "make…—setupThis skill should be used when the user asks to "set up cursor rules", "add clean code to cursor", "configure codex", "write cursorrules", "set up AGENTS.md",…—structureThis skill should be used when the user asks to "suggest a better structure", "apply a design pattern", "this switch is too big", "simplify this class", "apply…—teachThis skill should be used when the user asks to "explain this violation", "teach me about clean code", "why is this bad", "what's wrong with long functions",…—testThis skill should be used when the user asks to "check my tests", "clean up my tests", "fix my tests", "are my tests clean", "review this test file", "AAA…—todoThis skill should be used when the user asks to "track to-fix items", "track technical debt", "scan for tech debt", "add a debt item", "what needs cleaning",…—untangleThis skill should be used when the user asks to "reduce coupling", "untangle this code", "fix method chains", "too many imports", "this file depends on too…—user-researchGenerates Mom-Test-compliant user interview plans, drafts screener questions, reviews planned questions for "bad data" signals (compliments/fluff/ideas), and…—