SKILL.md packages that extend Claude Code, Cursor, Copilot, and other AI agents.
Tags

mutant
Run Mutant mutation testing, analyze alive mutations, and produce clear fix actions (add tests or simplify code).

liza
Identify missing function-level contracts and backfill docstrings and type annotations; report ambiguous gaps with misuse scenarios. Incremental, state-driven w

claude-code-workflows
Opinionated, language-agnostic principles for writing maintainable, readable, and secure code — use when implementing features, refactoring, or reviewing code q

zigttp
Author, verify, and fix zigts (restricted TypeScript) handlers for the zigttp runtime using a compiler-in-the-loop workflow and JSON diagnostics.

dotfiles
Guides an agent through a strict red–green–refactor TDD cycle: write a failing test, implement the minimal change, and refactor with verification.

dotnet-claude-kit
Interactive .NET project initialization, health checks, and migration workflows that generate tailored CLAUDE.md and run MCP-driven codebase analysis.

gsd-skill-creator
Autonomously triage GitHub issues, submit fixes as PRs, and perform adversarial PR reviews to find security and quality problems.

claude-code-workflows
Opinionated, language-agnostic principles and patterns to improve maintainability, readability, and robustness when implementing features, refactoring, or revie

skills
Guides configuration and usage of ESLint 9+ (flat config) for JS/TS projects, including React and TypeScript plugin patterns and CI integration.

AgentOps
Autonomous improvement loop that selects high-value work, runs a full research-plan-implement (/rpi) cycle, validates changes, and repeats to compound repo impr

crap4clj
Compute CRAP scores (cyclomatic complexity combined with coverage) for Clojure functions to flag high-risk, under-tested code.

my-cc-harness
Spawns an independent evaluator agent to score code outputs on functionality, code quality, originality, and usability/security, producing a structured EVAL_REP

claude-matrix
Manage file and package warnings (add, remove, list, check) for a Matrix workflow; parse user arguments and call the matrix_warn tool to enforce repository-leve

marvin-template
Autonomous project hardening audit: security, AI-specific risks, test coverage, code quality, and decoupling recommendations for repositories.

Kurtosis
Lint and auto-format Kurtosis Starlark (.star) files; check syntax and validate docstrings to keep Starlark packages consistent and CI-friendly.

swiftbutler
CLI to analyze, syntax-check, reindent, and split large Swift source files for easier inspection and tooling.

ai-playground
Scans a repository, discovers and runs tests, computes coverage, evaluates test quality, and generates a metrics report website and JSON output.

spec-gen
Apply a confirmed refactoring plan safely: reads a refactor plan, applies changes as small, test-gated mini-developments, and stops on failures to avoid lost co

awesome-omni-skill
Generates a plan to reduce the maximum allowed lines per class or module, identifies violations, and produces refactoring tasks and config changes.

cc-best
Strategies and checklists for code quality: security reviews, systematic debugging, and code-health assessments to reduce technical debt and improve reliability

superclaude-plusplus
Run project-specific verification rules that check business logic, architecture patterns, and naming conventions beyond linters.

grove
Defines a test-first workflow (red–green–refactor) for coding agents: write failing tests, implement minimal code to pass, then refactor with repeatable rules a

agentclash
Run lightweight Go-specific checks (detect go.mod, run tests) after commits when Go code is present to catch regressions early.

fusengine
Opinionated SOLID-guidelines for TypeScript/Bun/Node projects: small files, separated interfaces, mandatory JSDoc, reuse-first workflow and templates to keep co

dotfiles-claude
Practical guide to quantitative code-quality metrics (cyclomatic, cognitive, Halstead, maintainability index) with thresholds, formulas and measurement commands

openagentscontrol
Automated code review guidance focusing on security, correctness, and maintainability; used to validate changes before committing.

ryanb/dotfiles
Run the project's review tool (`bin/claude-review --print`), report the findings, and iteratively apply fixes, committing each change individually.

aura-frog
Validates hierarchical plan trees against 8 invariants (parent/child integrity, no orphans, valid status, monotonic revisions, DAG acyclicity, etc.) and refuses