Skill Claude CodeCodex
Database patterns for JPA/Spring Data. Schema naming, Flyway migrations, N+1 prevention, transaction boundaries, indexing strategy.
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.
Plugin Claude Code
Enterprise knowledge access plugin for Forge. Provides skills and commands for searching internal wikis, runbooks, ADRs, and domain models via the forge-knowledge MCP server.
Command
Search Architecture Decision Records (ADRs) to understand past architectural decisions, their context, rationale, and consequences.
Command
Search operational runbooks for procedures related to incidents, deployments, scaling, and troubleshooting. Runbooks contain step-by-step guides for common and emergency scenarios.
Command
Search the internal wiki (Confluence, Notion, or local knowledge base) for documentation relevant to the current task. Returns summarized results with source links.
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.
Plugin Claude Code
Forge SuperAgent — Dual-loop architecture core. One intelligent agent dynamically switching Skill Profiles across delivery lifecycle stages.
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.
Skill Claude CodeCodex
AI-assisted delivery methodology — Session-as-Work-Unit, dual-loop architecture, experience encoding, quality gate discipline, and parallel agent strategies.