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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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.

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

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

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

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

skills
Analyzes codebase complexity (cyclomatic & cognitive) with lizard/radon and generates weekly reports attributing complexity changes per module.

agent-lsp
Extract a selected block of code into a named function using LSP code actions when available, with a manual fallback that analyzes captured variables, return va