code-quality-expert
Code quality expert including clean code, style guides, and refactoring
code-semantic-search
Semantic code search using Phase 1 vector embeddings and Phase 2 hybrid search.
code-structural-search
Use ast-grep for AST-based code pattern matching.
code-style-validator
Programmatic code style validation using AST analysis. Complements (not replaces) code-style rules by providing automated checking and instant feedback.
codebase-cleaner
Safe codebase cleanup: delete AI slop, consolidate duplicates, update imports — always test-verified before committing
command-creator
Creates command files for the Claude Code framework. Commands are user-facing shortcuts that delegate to skills.
commit-security-scan
Analyze code changes (commits, PRs, diffs) for security vulnerabilities using STRIDE analysis and CWE mapping
commit-validator
Validates commit messages against Conventional Commits specification using programmatic validation. Replaces the git-conventional-commit-messages text file with a tool that provides instant feedback.
compaction-detector
Detect Claude Code context compaction events in session JSONL logs. Identifies compaction boundaries, measures token delta before/after, reports compaction events with timestamps and token impact.
complexity-assessment
AI-based complexity assessment for task analysis. Use when determining the appropriate workflow, phases, and validation depth for a task.
compliance-policy-check
Validate planned changes against local framework rules and policy guardrails before implementation or creation.
composer-dependency-management
Rules pertaining to Composer dependency management, promoting best practices for declaring and updating dependencies.
comprehensive-type-annotations
Requires detailed type annotations for all Python functions, methods, and class members.
comprehensive-unit-testing-with-pytest
Aims for high test coverage using pytest, testing both common and edge cases.
configuration-management
Configuration management techniques
consensus-voting
Byzantine consensus voting for multi-agent decision making. Implements voting protocols, conflict resolution, and agreement algorithms for reaching consensus among multiple agents.
container-expert
Container orchestration expert including Docker, Kubernetes, Helm, and service mesh
containerization-rules
Rules for creating and maintaining Dockerfiles.
content-analyzer
>-
content-security-scan
Automated security scanner for external skill/agent content fetched from GitHub or web sources. Runs a 7-step PASS/FAIL security gate against fetched markdown/text content.
context-attribution
Estimate per-turn token attribution across 6 categories in Claude Code sessions to show where context budget is spent
context-compressor
Compress large context before reasoning to reduce token usage while preserving evidence. Use this whenever the user mentions huge files, long prompts, RAG payloads, prompt caching, expensive sessions, codebase context, chat history compaction, or wants the same answer quality with fewer tokens.
skill-creator
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.
context-degradation
Token-range severity zones (Green/Yellow/Orange/Red/Critical) with detection checklist, early warning indicators, and corrective routing actions for context window degradation
context-driven-development
Context-Driven Development methodology - treating project context as managed artifacts alongside code for consistent AI interactions and team alignment.
convex-development-general
Applies general rules for Convex development, emphasizing schema design, validator usage, index-first query patterns, function registration, and correct handling of system fields.
cpp
C++ coding standards and best practices.
creation-feasibility-gate
Validate whether a proposed new artifact is feasible in the current stack before creator workflows run.
cron-decision
Decision framework for agents to determine WHEN and WHETHER to use Claude Code's native cron scheduler (CronCreate/CronList/CronDelete) vs OS cron, GitHub Actions, or simple Task() delegation.
cron-runner
Background orchestrator that drains the system-wide cron-actions-queue.jsonl queue safely, preventing LLM context pollution in the primary router.
data-expert
Data processing expert including parsing, transformation, and validation
database-architect
Database design and optimization specialist. Schema design, query optimization, indexing strategies, data modeling, and migration planning for relational and NoSQL databases.
database-expert
Database expert including Prisma, Supabase, SQL, and NoSQL patterns
de-sloppify
Two-agent cleanup pattern. Implementer works freely, then a dedicated cleanup agent removes unused imports, console.logs, commented-out code, dead code, and formatting issues. Produces a diff of what was cleaned.
debug-log-analysis
Structured debug log analysis for Claude Code sessions — auto-discovers most recent log, runs reducer, extracts error patterns, correlates with full log, produces observability report. Fills 5 identified gaps: hook error body capture, agent identity, file path tracking, stall correlation, success visibility.
debugging
Systematic 4-phase debugging with root cause investigation. Use when fixing bugs to prevent random fixes.
deep-research
Multi-step autonomous research methodology for deep investigation tasks with structured synthesis
dependency-analyzer
Analyzes project dependencies, detects outdated packages, identifies breaking changes, and suggests safe update strategies. Helps maintain dependency health and security.
design-and-user-experience-guidelines
Specifies design and user experience guidelines, including dark mode compatibility, responsive design, performance optimization, modern UI, and accessibility. This rule promotes a user-friendly and vi
design-systems
Design system lookup, CSS best practices, and AI-driven UI component generation via MCP tools
diagram-generator
Generates architecture, database, and system diagrams using Mermaid syntax. Creates visual representations of system architecture, database schemas, component relationships, data flows, and standalone HTML exports.
differential-review
Perform security-focused review of code diffs and pull requests, identifying newly introduced vulnerabilities, security regressions, and unsafe patterns in changed code.
disable-telegram
Stop the Telegram channel daemon.
dispatching-parallel-agents
Concurrent investigation of independent failures. Use when multiple unrelated issues need parallel resolution.
doc-coauthoring
Collaborative document creation via a structured three-stage workflow. Use for writing specs, PRDs, design docs, proposals, RFCs, and any long-form document where quality and clarity matter. Brainstorms 5-20 options per section, builds iteratively, and tests with reader sub-agents.
doc-generator
Generates comprehensive documentation from code, APIs, and specifications. Creates API documentation, developer guides, architecture docs, and user manuals with examples and tutorials.
docker-compose
Docker Compose container orchestration and management. Manage multi-container applications, services, networks, and volumes. Use for local development, testing, and orchestration of containerized applications.
drizzle-orm-rules
Rules for Drizzle ORM schema design, query patterns, migration workflows, and relational query usage. Ensures type-safe, production-ready database interactions.
dry-principle
This rule enforces the Don't Repeat Yourself principle to avoid code duplication and improve maintainability.
dto-conventions
Sets standards for Data Transfer Objects (DTOs), typically records, including parameter validation in compact canonical constructors.
Page 2 of 10 · 489 results