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 skillsskills/security-reviewComprehensive security audit — authentication bypass vectors, input sanitization, token storage, CORS, rate limiting, timing attacks, and error message info leaks.
skills/security-scanAutomated scanning for security vulnerabilities, misconfigurations, and injection risks across your codebase.
skills/django-securityDjango-specific security — authentication, authorization, CSRF protection, SQL injection prevention, XSS prevention, and secure middleware patterns.
skills/springboot-securitySpring Security best practices for authn/authz, validation, CSRF, secrets management, headers, rate limiting, and dependency security.
Testing & TDD
10 skillsskills/tdd-workflowTest-driven development methodology — red/green/refactor cycle, 80%+ coverage enforcement, test isolation, and refactoring guidance.
skills/e2e-testingPlaywright end-to-end testing — Page Object Model, configuration, CI/CD integration, artifact management, and flaky test handling.
skills/python-testingPython testing with pytest — fixtures, mocking, parametrization, coverage requirements, and TDD methodology.
skills/golang-testingGo testing patterns — table-driven tests, subtests, benchmarks, fuzzing, test coverage, and idiomatic TDD practices.
skills/cpp-testingC++ testing with GoogleTest/CTest — test configuration, fixture setup, mock objects, and CI integration.
skills/django-tddDjango testing with pytest-django — factory_boy, mocking strategies, coverage measurement, and test-driven development methodology.
skills/springboot-tddSpring Boot TDD with JUnit 5, Mockito, MockMvc, Testcontainers, and JaCoCo coverage reporting.
skills/verification-loopComprehensive verification system — build checks, linting, test suites, and security scans in a single automated loop.
skills/django-verificationDjango-specific verification — migrations check, linting, tests with coverage, and security scans.
skills/springboot-verificationSpring Boot verification — build, static analysis, tests with coverage, and security scans in one loop.
API & Architecture
5 skillsskills/api-designREST API design patterns — resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs.
skills/backend-patternsBackend architecture patterns — API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.
skills/frontend-patternsFrontend development patterns — React, Next.js, state management, performance optimization, and UI best practices.
skills/deployment-patternsDeployment workflows — CI/CD pipelines, Docker containerization, health checks, rollback strategies, and zero-downtime deployments.
skills/docker-patternsDocker and Docker Compose — multi-stage builds, container security, networking, volume strategies, and local development workflows.
Database
4 skillsskills/database-migrationsDatabase migration best practices — schema changes, data migrations, rollbacks, zero-downtime deployments, and version control for schemas.
skills/postgres-patternsPostgreSQL patterns — query optimization, schema design, indexing strategies, partitioning, and security hardening.
skills/clickhouse-ioClickHouse database patterns — query optimization, analytics pipelines, data engineering, and high-performance analytical workloads.
skills/jpa-patternsJPA/Hibernate patterns — entity design, relationships, query optimization, transactions, auditing, and indexing strategies.
Python
2 skillsskills/python-patternsPythonic idioms, PEP 8 standards, type hints, async/await patterns, and best practices for robust Python applications.
skills/django-patternsDjango architecture — REST APIs with DRF, ORM best practices, caching strategies, signals, middleware, and project structure.
Java & Spring
2 skillsskills/java-coding-standardsJava coding standards for Spring Boot — naming conventions, immutability, Optional usage, streams, exceptions, and generics.
skills/springboot-patternsSpring Boot architecture — REST API design, layered services, data access, caching, async processing, and structured logging.
Go
1 skillskills/golang-patternsIdiomatic Go — error handling, concurrency patterns, interface design, package structure, and performance optimization.
C++ & Swift
3 skillsskills/cpp-coding-standardsC++ coding standards based on the C++ Core Guidelines — memory safety, RAII, smart pointers, and modern C++ patterns.
skills/swift-actor-persistenceThread-safe data persistence in Swift using actors — in-memory cache with file-backed storage and concurrency safety.
skills/swift-protocol-di-testingProtocol-based dependency injection for testable Swift — mock file system, network, and external API patterns.
AI & LLM Patterns
5 skillsskills/cost-aware-llm-pipelineCost optimization for LLM API usage — model routing by task complexity, budget tracking, retry logic, and prompt caching.
skills/iterative-retrievalPattern for progressively refining context retrieval — solves the subagent context problem with multi-round search.
skills/eval-harnessFormal evaluation framework implementing eval-driven development (EDD) — measure, score, and improve AI coding sessions.
skills/continuous-learningAutomatically extract reusable patterns from Claude Code sessions and save them as learned skills for future use.
skills/regex-vs-llm-structured-textDecision framework for choosing between regex and LLM when parsing structured text — cost, accuracy, and latency trade-offs.
Workflow & Utilities
4 skillsskills/coding-standardsUniversal coding standards and best practices for TypeScript, JavaScript, React, and Node.js development.
skills/content-hash-cache-patternCache expensive file processing with SHA-256 content hashes — path-independent, auto-invalidating, with service layer separation.
skills/strategic-compactManual context compaction at logical intervals to preserve context quality through long task phases.
skills/nutrient-document-processingProcess, 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