Skill Claude CodeCodex
CI/CD pipeline patterns, workflow configuration, and release automation best practices.
Ship software with AI that knows your codebase, your standards, and gets better every sprint.
Skill Claude CodeCodex
CI/CD pipeline patterns, workflow configuration, and release automation best practices.
Skill Claude CodeCodex
Kubernetes deployment patterns, resource configuration, and operational best practices.
Skill Claude CodeCodex
REST API design patterns. URL naming, HTTP status codes, pagination, RFC 7807 error responses, versioning, and OpenAPI.
Skill Claude CodeCodex
Extract business rules, boundary conditions, and exception handling strategies from source code across any language. Produces structured, auditable documentation for knowledge preservation, migration planning, and team onboarding.
Skill Claude CodeCodex
Automated codebase profiling skill. Scans existing systems to generate module dependencies, domain models, API inventory, DB relationships, and business flow catalogs.
Skill Claude CodeCodex
Extract actual coding conventions from existing codebases. Discover naming patterns, package structure, test conventions. Auto-generate skill drafts.
Skill Claude CodeCodex
Database patterns for JPA/Spring Data. Schema naming, Flyway migrations, N+1 prevention, transaction boundaries, indexing strategy.
Skill Claude CodeCodex
A checklist for verifying deployment prerequisites before deploying software. Deployment means releasing software to an environment where it can run for users or other systems.
Skill Claude CodeCodex
A safeguard for keeping design decisions that have already passed end-to-end testing. End-to-end testing checks a complete user or system flow from start to finish.
Skill Claude CodeCodex
A check for differences between local development, Docker containers, and production environments. Docker is a tool for running software in packaged environments.
Skill Claude CodeCodex
Error handling patterns. Exception hierarchies, Result types, structured error responses, retry strategies, circuit breakers.
Skill Claude CodeCodex
Gradle Kotlin DSL patterns. Version catalogs, multi-module setup, dependency management, build cache, and custom tasks.
Skill Claude CodeCodex
Java coding conventions for enterprise applications. Covers package naming, class naming suffixes, method ordering, null handling, and immutability patterns.
Skill Claude CodeCodex
A set of Kotlin coding rules for Forge projects, covering data classes, scope functions, coroutines, and safe handling of missing values.
Skill Claude CodeCodex
Logging and observability patterns. MDC propagation, log levels, Micrometer metrics, distributed tracing, structured JSON logging.
Skill Claude CodeCodex
Security practices for enterprise applications. Spring Security, parameterized queries, input validation, secret management, OWASP Top 10.
Skill Claude CodeCodex
A set of Spring Boot coding rules for Forge projects, including constructor-based dependency setup, typed application settings, and RFC 7807 error responses. Spring Boot is a framework for building Java and Kotlin web applications.
Skill Claude CodeCodex
Testing standards for enterprise applications. Covers naming conventions, AAA structure, mock strategies, Testcontainers, coverage targets, test execution order, flaky test detection, and test reporting.
Skill Claude CodeCodex
Provides knowledge about the domain model, entities, relationships, and business rules.
Skill Claude CodeCodex
Provides knowledge about internal APIs, service contracts, and integration patterns.
Skill Claude CodeCodex
Provides knowledge about operational runbooks, incident response, and troubleshooting procedures.
Skill Claude CodeCodex
A software-architecture guide covering C4 diagrams, architecture decision records, non-functional requirements, and technology choices.
Skill Claude CodeCodex
Structured bug diagnosis and repair workflow using the 5-Whys root cause analysis method. Ensures fixes include tests, documentation, and knowledge capture.
Skill Claude CodeCodex
A design-first code-generation guide that follows project conventions, adds code incrementally, and generates tests alongside the implementation.