.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

…/5uck1ess/devkit
home/skills/5uck1ess/devkit
5uck1ess avatar

5uck1ess/devkit

39 skills

View on GitHub
$npx skills add 5uck1ess/devkit
SkillInstalls
adrGenerate Architecture Decision Records — use when asked to document a decision, create an ADR, record why we chose X, or capture architectural rationale.—auditExternal-scanner-driven project health check — runs the actual ecosystem tools (npm audit, eslint, govulncheck, semgrep, pip-audit, etc.) to surface what the…—autoloopAutonomous improvement loop inspired by karpathy/autoresearch — use when asked to run an autoloop, auto loop, autonomous improvement, or run experiments…—browserAutomate a web browser — use when asked to click buttons, fill forms, navigate multi-step flows, extract data from JS-rendered pages, log into a site, record…—bugfixDeterministic full-lifecycle bugfix workflow — triage → reproduce → diagnose → fix → regression-test → run-tests, with a reproduction gate that must fail…—changelogGenerate a structured changelog from git history — use when asked to create a changelog, release notes, or summarize what changed between…—clean-codeClean code principles — meaningful names, small functions, single responsibility, stepdown rule, flat nesting.—creating-workflowsdeep-researchHigh-stakes research with Analysis of Competing Hypotheses, disconfirmation testing, evidence matrices, and sensitivity checks (~400k token budget) — use when…—doc-genGenerate documentation for code — use when asked to document a module, generate API docs, create a README for code, or write reference documentation.—dont-reinventDon't reinvent the wheel — use existing libraries, tools, and stdlib before building custom solutions. Every custom solution is maintenance burden.—dryDon't Repeat Yourself — Rule of Three, when duplication is fine, extracting the right abstraction.—executingExecute implementation plans — work through steps methodically, verify each one, keep changes small and reviewable.—featureDeterministic full-lifecycle feature workflow (engine-driven, gated, looped) — triage → brainstorm → plan → implement → gen-tests → run-tests → lint → review →…—gcliGoogle Workspace CLI (Gmail, Calendar, Drive) via gcli — use --for-ai flag for token-efficient structured output.—harness-auditAudit the agent harness itself — CLAUDE.md, hooks, MCP configs, agent definitions, and permissions — for misconfigurations, injection risks, and security gaps.—healthCheck devkit health — which external CLIs (codex, gemini, gh, rtk, sg, gcli) are installed, which agents are available, which skills are ready to use.—mega-prFan-out PR review that runs BOTH `/devkit:tri-review` AND `/pr-review-toolkit:review-pr` in parallel for maximum coverage, then presents unified results — this…—onboardGenerate a codebase onboarding guide — use when asked to explain this codebase, help understand the architecture, give a tour of the repo, or onboard a new…—pr-readyFull end-to-end PR pipeline — validate → necessity-check → lint (loop) → test (loop) → security scan → doc-check → changelog → create-pr → monitor reviews…—refactorDeterministic refactor workflow with tests as the safety net — analyze → plan → refactor → run-tests → fix-tests → comparison.—researchFast, standard research workflow (clarify → decompose → parallel search → summarize → synthesize) for exploratory questions where the user wants a good answer…—scrapeScrape a URL to clean Markdown — use when asked to scrape, fetch, extract content from, or read a webpage and convert it to Markdown.—scratchpadPersistent iteration memory — prevents Groundhog Day loops by recording what was tried, what failed, and what to try next.—screenshotCapture a screenshot or PDF of a web page — use when asked to screenshot a URL, capture a page, take a picture of a website, generate a visual snapshot, or…—self-auditEvidence-ranked codebase self-assessment (karpathy-style) — measures quality, security, and git signals in parallel then produces a prioritized list of what's…—self-improveMetric-gated improvement loop — use when asked to self-improve, run an improvement loop, fix issues until a metric passes, or "keep fixing until X is green".—self-lintRun linter and fix violations until clean — use when asked to self-lint, lint and fix, fix lint errors, "make lint pass", or "fix all the lint issues".—self-migrateIncremental migration loop — use when asked to migrate, port, upgrade, convert, or modernize a codebase incrementally with tests as a safety gate.—self-perfProfile and optimize performance — use when asked to self-perf, optimize performance, profile hot paths, speed this up, or "make it faster".—self-testRun tests and fix failures until green — use when asked to self-test, fix tests, "make tests pass", "fix the failing tests", or "run tests and fix everything".—setup-rulesInstall devkit coding rules to ~/.claude/rules/ for Claude Code language-specific auto-activation.—stuckDetect when an agent is looping or failing repeatedly, and trigger structured recovery — backtrack, simplify, or escalate.—test-genGenerate tests for code — use when asked to write tests, create a test suite, add test coverage, or generate unit/integration tests for a file or module.—tri-debugThree independent root-cause analyses of a hard bug or failure — smart + general + fast model tiers diagnose in parallel, then theories are compared and…—tri-dispatchThree model tiers (smart + general + fast) each tackle the SAME open-ended task independently, then their divergent approaches are compared — this is the…—tri-reviewThree independent code reviews (smart + general + fast model tiers running Claude, Codex, and Gemini) with consolidated findings — use when the user asks for…—tri-securityThree-tier parallel security audit (injection + auth + config, each examined by a different model tier) with severity-ranked consolidation — use when the user…—yagniYou Aren't Gonna Need It — build only what's needed now, no speculative features or premature abstractions.—