Skills & Rules Catalog

Browse all 62 injectable skills and 60 coding rule modules. Each skill is a complete, production-grade knowledge pack that Claude Code loads on demand via MCP.

Use skill_injector with any skill ID below, or let Claude auto-detect the right skill for your task.

Injectable Skills

Security

4 skills
Security Reviewskills/security-review

Comprehensive security audit — authentication bypass vectors, input sanitization, token storage, CORS, rate limiting, timing attacks, and error message info leaks.

Security Scanskills/security-scan

Automated scanning for security vulnerabilities, misconfigurations, and injection risks across your codebase.

Django Securityskills/django-security

Django-specific security — authentication, authorization, CSRF protection, SQL injection prevention, XSS prevention, and secure middleware patterns.

Spring Boot Securityskills/springboot-security

Spring Security best practices for authn/authz, validation, CSRF, secrets management, headers, rate limiting, and dependency security.

Testing & TDD

10 skills
TDD Workflowskills/tdd-workflow

Test-driven development methodology — red/green/refactor cycle, 80%+ coverage enforcement, test isolation, and refactoring guidance.

E2E Testing (Playwright)skills/e2e-testing

Playwright end-to-end testing — Page Object Model, configuration, CI/CD integration, artifact management, and flaky test handling.

Python Testing (pytest)skills/python-testing

Python testing with pytest — fixtures, mocking, parametrization, coverage requirements, and TDD methodology.

Go Testingskills/golang-testing

Go testing patterns — table-driven tests, subtests, benchmarks, fuzzing, test coverage, and idiomatic TDD practices.

C++ Testing (GoogleTest)skills/cpp-testing

C++ testing with GoogleTest/CTest — test configuration, fixture setup, mock objects, and CI integration.

Django TDDskills/django-tdd

Django testing with pytest-django — factory_boy, mocking strategies, coverage measurement, and test-driven development methodology.

Spring Boot TDDskills/springboot-tdd

Spring Boot TDD with JUnit 5, Mockito, MockMvc, Testcontainers, and JaCoCo coverage reporting.

Verification Loopskills/verification-loop

Comprehensive verification system — build checks, linting, test suites, and security scans in a single automated loop.

Django Verificationskills/django-verification

Django-specific verification — migrations check, linting, tests with coverage, and security scans.

Spring Boot Verificationskills/springboot-verification

Spring Boot verification — build, static analysis, tests with coverage, and security scans in one loop.

API & Architecture

5 skills
API Designskills/api-design

REST API design patterns — resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs.

Backend Patternsskills/backend-patterns

Backend architecture patterns — API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.

Frontend Patternsskills/frontend-patterns

Frontend development patterns — React, Next.js, state management, performance optimization, and UI best practices.

Deployment Patternsskills/deployment-patterns

Deployment workflows — CI/CD pipelines, Docker containerization, health checks, rollback strategies, and zero-downtime deployments.

Docker Patternsskills/docker-patterns

Docker and Docker Compose — multi-stage builds, container security, networking, volume strategies, and local development workflows.

Database

4 skills
Database Migrationsskills/database-migrations

Database migration best practices — schema changes, data migrations, rollbacks, zero-downtime deployments, and version control for schemas.

PostgreSQL Patternsskills/postgres-patterns

PostgreSQL patterns — query optimization, schema design, indexing strategies, partitioning, and security hardening.

ClickHouse Analyticsskills/clickhouse-io

ClickHouse database patterns — query optimization, analytics pipelines, data engineering, and high-performance analytical workloads.

JPA / Hibernate Patternsskills/jpa-patterns

JPA/Hibernate patterns — entity design, relationships, query optimization, transactions, auditing, and indexing strategies.

Python

2 skills
Python Patternsskills/python-patterns

Pythonic idioms, PEP 8 standards, type hints, async/await patterns, and best practices for robust Python applications.

Django Patternsskills/django-patterns

Django architecture — REST APIs with DRF, ORM best practices, caching strategies, signals, middleware, and project structure.

Java & Spring

2 skills
Java Coding Standardsskills/java-coding-standards

Java coding standards for Spring Boot — naming conventions, immutability, Optional usage, streams, exceptions, and generics.

Spring Boot Patternsskills/springboot-patterns

Spring Boot architecture — REST API design, layered services, data access, caching, async processing, and structured logging.

Go

1 skill
Go Patternsskills/golang-patterns

Idiomatic Go — error handling, concurrency patterns, interface design, package structure, and performance optimization.

C++ & Swift

3 skills
C++ Coding Standardsskills/cpp-coding-standards

C++ coding standards based on the C++ Core Guidelines — memory safety, RAII, smart pointers, and modern C++ patterns.

Swift Actor Persistenceskills/swift-actor-persistence

Thread-safe data persistence in Swift using actors — in-memory cache with file-backed storage and concurrency safety.

Swift Protocol DI & Testingskills/swift-protocol-di-testing

Protocol-based dependency injection for testable Swift — mock file system, network, and external API patterns.

AI & LLM Patterns

5 skills
Cost-Aware LLM Pipelineskills/cost-aware-llm-pipeline

Cost optimization for LLM API usage — model routing by task complexity, budget tracking, retry logic, and prompt caching.

Iterative Retrievalskills/iterative-retrieval

Pattern for progressively refining context retrieval — solves the subagent context problem with multi-round search.

Eval Harnessskills/eval-harness

Formal evaluation framework implementing eval-driven development (EDD) — measure, score, and improve AI coding sessions.

Continuous Learningskills/continuous-learning

Automatically extract reusable patterns from Claude Code sessions and save them as learned skills for future use.

Regex vs LLM Decision Frameworkskills/regex-vs-llm-structured-text

Decision framework for choosing between regex and LLM when parsing structured text — cost, accuracy, and latency trade-offs.

Workflow & Utilities

4 skills
Universal Coding Standardsskills/coding-standards

Universal coding standards and best practices for TypeScript, JavaScript, React, and Node.js development.

Content Hash Cache Patternskills/content-hash-cache-pattern

Cache expensive file processing with SHA-256 content hashes — path-independent, auto-invalidating, with service layer separation.

Strategic Compactskills/strategic-compact

Manual context compaction at logical intervals to preserve context quality through long task phases.

Document Processing (Nutrient)skills/nutrient-document-processing

Process, convert, OCR, extract, redact, sign, and fill documents using the Nutrient DWS API.

Coding Rules

60 rule modules loaded automatically by get_rules based on your project type. Rules cover coding style, security, testing, performance, and workflow conventions.

Common Rules (all projects)

  • Coding style — naming, formatting, import ordering
  • Security — OWASP top 10, secrets management, input validation
  • Testing — coverage requirements, test structure, mocking patterns
  • Performance — lazy loading, caching, query optimization
  • Git workflow — branching, commit messages, PR conventions
  • Patterns — design patterns, error handling, logging

TypeScript Rules

  • Strict mode, type safety, utility types
  • React hooks patterns, component architecture
  • ESLint/Prettier configuration
  • Module resolution, path aliases
  • Testing with Jest/Vitest

Python Rules

  • PEP 8, type hints, dataclasses
  • Async/await patterns
  • Virtual environments, dependency management
  • Pytest configuration and fixtures
  • Django/FastAPI conventions

Go Rules

  • Effective Go, code review comments
  • Error handling, context propagation
  • Package structure, interface design
  • Testing and benchmarking conventions
  • Concurrency patterns with goroutines/channels

All skills are free and available via the cloud MCP server.

Get Started