Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By ckorhonen
17 agent skills for engineering analysis and judgment — PR risk review, repo introspection, audits, ownership maps, refactor opportunities. See https://cdd.dev/skill/.
npx claudepluginhub ckorhonen/swe-skillsBabysits an open pull request end-to-end by polling every minute, triaging new comments and reviews, handling CI failures, iterating on reviewer scores, and stopping only when the PR is ready to merge. Use when a user says `babysit this PR`, `watch this PR until it's merge-ready`, `handle review feedback on my PR`, or `keep iterating on this PR until reviewers are happy`. Do NOT use for a one-shot PR risk review, merged PR production monitoring, or repo-wide CI debugging with no scoped PR.
Audits a repository's code and docs to find important conventions, workflows, and architectural decisions that are missing from agent-facing guidance, then drafts review-ready updates. Use when a user says `capture repo knowledge`, `document implicit conventions`, `turn repo patterns into agent rules`, or asks what future agents should remember about a codebase. Do NOT use for a generic repo tour, onboarding walkthrough, or architecture summary that does not need reusable guidance updates.
Plans the narrowest trustworthy validation path for a scoped code change or diff. Use when a user asks what to run before merging, how to validate a specific change, whether the current checks are enough, or wants a bounded command order from narrow to broad. Do NOT use for writing tests, fixing the code change itself, broad QA sweeps, or generic debugging that needs root cause analysis.
Creates or revises `swe:` skills for this repository using a repeatable authoring workflow: define concrete use cases, tune trigger boundaries, apply progressive disclosure, add matching eval assets, and validate the package. Use when adding a new skill, tightening an existing skill that over- or under-triggers, or distilling an external workflow into a repo-ready skill. Do NOT use for generic documentation edits or for executing the workflow the skill would describe.
Audits a repository for human-facing or operational documentation that drifted from code, config, interfaces, workflows, or repo structure changes. Use when a user says `check docs drift`, `docs are stale`, `update the runbook after this change`, or `what documentation is missing after this change`. Do NOT use for agent-guidance updates, generic documentation rewrites, or writing docs without evidence that they are stale.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
UI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls
A broad collection of 45+ Claude Code skills spanning development, design, marketing, AI, security, and infrastructure. See cdd.dev/skills.
8 Claude Code skills that run on a cadence to fight code entropy — method brevity, naming clarity, duplication detection, broken windows. See cdd.dev/skills/hone.
AI skill files and eval suites for streamlining SWE workflows.
skills/ stores skill definitions.evals/ stores evaluation suites and fixtures.judges/ stores draft LLM-as-judge prompt assets for subjective eval
criteria.review-agents/ stores reusable prompt assets for agents that label or audit
review data, including web-interface variants.review-app/ stores the zero-dependency browser review interface.review-data/ stores local generated review datasets and saved review
results.scripts/ stores local repo utilities, including eval validation and
review-packet rendering.docs/plans/ stores design and implementation plans for substantive repo
changes.swe:.Use npx skills install ckorhonen/swe-skills.
npm install to install repo-local lint tooling and set up the Git hook.npm run lint:md to check Markdown files.npm run lint:md:fix to apply Markdown fixes.npm run evals:check to validate skill and eval asset structure.npm run evals:packet -- <skill-slug> to render a review packet for one
skill.npm run judges:check to validate draft judge prompt assets.npm run judges:build-datasets to export explicit criterion-labeled
examples for each draft judge from local review results.npm run review:build-dataset to generate local review datasets from the
current eval cases.npm run review:sync-results after labeling all-skills.synthetic to
copy aggregate labels into the per-skill result files used by coverage and
judge export.npm run review:coverage to inspect overall, criterion, and
review-question label coverage plus judge-readiness gaps.npm run review:serve to start the zero-dependency local review server
and open the browser UI manually if desired.lint-staged, which lints and auto-fixes staged Markdown
files.swe: even though some generic external
skill guides use unprefixed kebab-case examples.swe:create-skill before creating or revising anything under skills/
and the matching evals/ assets. It distills the Anthropic skill-building
guide into this repo's local authoring workflow..ai/swe.json, treat it as an optional local preference
layer only. Explicit user requests and repo guidance such as AGENTS.md
still outrank it.SKILL.md structure: what the skill does, when to use
it, inputs to confirm, instructions, output requirements, examples, and
troubleshooting.compatibility notes when a skill depends on local checkout access,
GitHub metadata, observability tooling, or ecosystem-specific scanners.