code-quality skills

1,363 tagged code-quality, measured the same way as everything else here.

Browse within: ai-coding 466claude-code-plugin 373copilot 156ai-framework 96ai-coding-assistant 91ai-assisted-development 86ai-skills 85architecture 81Multi-Agent 71ai-orchestration 70bats-testing 70linter 66javascript 63agentic-coding 59

dispatcher

121

taniwhaai/arai

Skill Claude CodeCodex

Use this skill when running a Taniwha build from the main Claude Code session. The skill turns the main session into a thin, mechanical executor that follows instructions from ephemeral orchestrator subagents. Trigger this whenever the user wants to start a Taniwha build, resume an interrupted one, or work on a…

not rated 7 21d ago A 153 tokens original Apache-2.0

orchestrator

122

taniwhaai/arai

Skill Claude CodeCodex

Use this skill when running as an ephemeral orchestrator subagent for a Taniwha project. The skill instructs the agent to read project state from disk, decide the single next action the dispatcher should take, write that decision back to disk, and exit. Trigger this whenever the dispatcher has invoked an orchestrator…

not rated 7 21d ago A 148 tokens original Apache-2.0

JordanCoin/codingskills

Skill Claude CodeCodex

When organizing project structure, establishing patterns, or reducing configuration overhead. Use when the user says "how should I organize this," "what's the convention," "too much config," "project structure," "naming pattern," or "standardize this." For code-level structure, see separation-of-concerns.

not rated 7 +1 6mo ago A 69 tokens original MIT

dry

124

JordanCoin/codingskills

Skill Claude CodeCodex

When writing or reviewing code to eliminate duplicated knowledge and business logic. Use when the user says "this is duplicated," "we have this in two places," "single source of truth," "DRY this up," or "shotgun surgery." For premature abstraction concerns, see yagni.

not rated 7 +1 6mo ago A 60 tokens original MIT

law-of-demeter

125

JordanCoin/codingskills

Skill Claude CodeCodex

When reviewing code for excessive coupling and deep object chains. Use when the user says "too coupled," "train wreck," "chained calls," "feature envy," "mocking is painful," or "this reaches too deep." For broader structural coupling, see solid.

not rated 7 +1 6mo ago A 59 tokens original MIT

slop-cop

126

howshannon/slop-cop

Skill Claude CodeCodex

Audit, grade, rewrite, and issue funny evidence-backed tickets for generic AI-slop patterns in prose, social posts, UI/design, and code. Use when asked to de-slop writing, humanize AI copy, grade a draft, review a landing page or generated interface, remove vague claims and repetitive rhetoric, inspect AI-written code…

not rated 6 1mo ago A 101 tokens original MIT

goshipit

127

Capta1nRaj/goshipit

Skill Claude CodeCodex

Pre-launch codebase audit skill. Use this whenever someone is about to ship, deploy, launch, push to main/prod, or merge a release - even without "goshipit" explicitly. Trigger on: "is my app ready?", "can I deploy now?", "pre-deploy check", "review before launch", "is this production-ready?", "check my codebase"…

not rated 6 12d ago A 222 tokens original Apache-2.0

ccg-guardian

128

phuongrealmax/code-guardian

Skill Claude CodeCodex

Use this skill when working on code projects that need memory persistence, code validation, multi-agent coordination, or workflow tracking. Activates Claude Code Guardian MCP tools.

not rated 6 8mo ago A 37 tokens

ccg-latent

129

phuongrealmax/code-guardian

Skill Claude CodeCodex

Use this skill for multi-step development tasks. Latent Chain Mode reduces token usage by 70-80% through hidden-state reasoning with 4-phase workflow: analysis → plan → impl → review.

not rated 6 8mo ago A 46 tokens

ccg-rag

130

phuongrealmax/code-guardian

Skill Claude CodeCodex

Use this skill for semantic code search and codebase understanding. CCG-RAG provides intelligent retrieval using code embeddings and knowledge graphs.

not rated 6 8mo ago A 31 tokens

setup

131

TheSmuks/ai-project-template

Skill Claude CodeCodex

Interactive project setup from the ai-project-template — replaces the static SETUPGUIDE.md with a guided, multi-step workflow.

not rated 6 +1 3mo ago A 26 tokens original MIT

template-guide

132

TheSmuks/ai-project-template

Skill Claude CodeCodex

Navigate template conventions, audit compliance, and guide upgrades for ai-project-template repos.

not rated 6 +1 3mo ago A 18 tokens original MIT

golang-benchmark

133

emilioforrer/go-stack

Skill Claude CodeCodex

Golang benchmarking, profiling, and performance measurement. Use when writing, running, or comparing Go benchmarks, profiling hot paths with pprof, interpreting CPU/memory/trace profiles, analyzing results with benchstat, setting up CI benchmark regression detection, or investigating production performance with…

not rated 6 14d ago A 94 tokens

skill-creator

134

emilioforrer/go-stack

Skill Claude CodeCodex

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.

not rated 6 14d ago A 64 tokens

golang-clean-arch

135

emilioforrer/go-stack

Skill Claude CodeCodex

Authoritative architecture for Golang business applications using feature-first Clean Architecture and vertical use-case slices. Defines business-oriented package boundaries, feature isolation, incoming and outgoing ports, adapters, cross-feature workflows, shared packages, acyclic configuration ownership, and…

not rated 6 14d ago A 75 tokens

benjaminstelzer/scoville-code-anti-ai-slop

Skill Claude CodeCodex

Goal-first guardrail for planning, changing, testing, reviewing, or removing code and engineering artifacts. Preserve observable outcome, canonical ownership, risk, validation, and honest evidence without scope drift. Not for conceptual questions unrelated to a codebase.

not rated 6 13d ago A 58 tokens original MIT

codemap

137

Asixa/codemap-skill

Skill Claude CodeCodex

Generate and incrementally maintain an interactive architecture map plus a per-module code-quality audit (health scores 0-100, smell findings, lines-of-code, and a clickable dependency graph) for any codebase. Use when the user wants to visualize a project's functional modules, audit or score code quality, check…

not rated 5 2mo ago A 153 tokens original MIT

human-maintainability

138

hmr-BH/HMAP

Skill Claude CodeCodex

Assess a programming project's HUMAN maintainability (HMAP): 0-100 score, nine-tier verdict, per-dimension scores, and file:line evidence — built to catch vibe-coding / AI-generated slop, including semantic incoherence (name/contract/concept/vocabulary drift). Triggers: assess maintainability / rate this project /…

not rated 5 22d ago A 182 tokens original MIT

intent-drift

139

shauryagangrade/intent-drift-skill

Skill Claude CodeCodex

Detects intent drift in AI-assisted development by comparing the original goal against the current plan and execution context. Run /intent-drift to evaluate whether ongoing work has drifted from what was asked. Triggers on "check intent drift", "are we still on track", "is this aligned with the goal", "did the plan…

not rated 5 5d ago A 87 tokens original Apache-2.0

clean-code-review

140

srnichols/plan-forge

Skill Claude CodeCodex

Run a comprehensive Clean Code audit against the codebase — module size, function complexity, long parameter lists, TODO/FIXME markers, commented-out code, duplication (DRY), Boy Scout delta, dead exports, test smells, shell-parity (PS/Bash twins), dep boundaries (cross-package imports), frozen-arrays drift…

not rated 5 today A 92 tokens original MIT

code-review

141

srnichols/plan-forge

Skill Claude CodeCodex

Plan-Forge-tuned comprehensive code review — runs public-surface diff, forge analysis, architecture / security / testing / patterns checks, plus Plan-Forge-specific gates (ACI compliance, dual-shell parity, branch model). Use before merging features or at the end of a phase. With --quorum, dispatches multi-model…

not rated 5 today A 70 tokens original MIT

stakeholder-briefing

142

srnichols/plan-forge

Skill Claude CodeCodex

Generate a per-organisation stakeholder briefing for Plan Forge from the canonical template, optionally drafting the prospect-specific sections from a source directory of customer materials. Use when an internal champion needs to walk a colleague or VP through the decision to adopt Plan Forge.

not rated 5 today A 55 tokens original MIT

code-quality-analysis

143

Cumulocity-IoT/cumulocity-skills

Skill Claude CodeCodex

Analyze Angular / Cumulocity Web SDK code for anti-patterns, bugs, and quality issues. Use when reviewing components, services, or modules for code quality, maintainability, performance, and correctness. Covers TypeScript best practices, Angular idioms, C8Y SDK usage patterns, and project-specific conventions.…

not rated 5 2mo ago A 90 tokens original Apache-2.0

skill

144

Typiqally/lintropy

Skill Claude CodeCodex

Skill "skill" from Typiqally/lintropy, covering version: 0.3.0, 1. what lintropy is, 2. commands, 3. rule anatomy and .lintropy/no-unwrap.rule.yaml.

not rated 5 2mo ago A 0 tokens copy · 100% MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: