Skill Claude CodeCodex
Auto-loaded context health triggers — thresholds and quick actions. Full 6-step pipeline in context-steward skill (load on demand).
Skill Claude CodeCodex
Auto-loaded context health triggers — thresholds and quick actions. Full 6-step pipeline in context-steward skill (load on demand).
Skill Claude CodeCodex
Full context lifecycle — ingest, filter, 3-pass prune, protect, summarize, persist. Load on demand when executing a prune. Triggers are in context-steward-triggers (alwayson).
Skill Claude CodeCodex
Command Query Responsibility Segregation patterns for separating write and read models.
Skill Claude CodeCodex
Domain-Driven Design patterns for bounded contexts, aggregates, and ubiquitous language.
Skill Claude CodeCodex
Systematic debugging workflow. Reproduce the issue, isolate root cause, write a failing test, fix, verify. Use when diagnosing bugs or unexpected behavior.
Skill Claude CodeCodex
Record why the agent changed something, what evidence was used, and what assumptions were made — so code reviews become much faster.
Skill Claude CodeCodex
Audits npm/pip/cargo dependencies for known vulnerabilities, outdated packages, and license issues. Activate before releases or when CVE alerts are received.
Skill Claude CodeCodex
Django patterns — models, ORM, class-based views, middleware, URL routing, forms, project layout. Activate when writing or reviewing Django code.
Skill Claude CodeCodex
Test-driven development patterns for Django covering pytest, Django TestCase, factoryboy, test client, and best practices for testing Django applications.
Skill Claude CodeCodex
Event-driven architecture patterns for asynchronous workflows and decoupled services.
Skill Claude CodeCodex
Learn from reverted commits, failed deployments, flaky tests, and bug fixes so the agent avoids repeating the same mistakes in this repo.
Skill Claude CodeCodex
Frontend development patterns — component composition, state management, URL-as-state, data fetching, and animation best practices for React/TypeScript web applications.
Skill Claude CodeCodex
Create consistent releases and changelogs from merged PRs. Proposes semantic version bump, drafts release notes, and provides a copy-pasteable release command.
Skill Claude CodeCodex
Branching strategies, conventional commits, PR templates, and merge vs rebase guidance. Activate when starting features, creating PRs, or managing releases.
Skill Claude CodeCodex
Idiomatic Go patterns covering error handling, interfaces, goroutines, channels, testing, and common pitfalls. Activate when writing or reviewing Go code.
Skill Claude CodeCodex
Ports-and-adapters architecture patterns for testable, framework-independent domain logic.
Skill Claude CodeCodex
Modern Java 17+ patterns — records, sealed classes, Stream API, CompletableFuture, Spring Boot, JPA. Activate when writing or reviewing Java.
Skill Claude CodeCodex
Layered architecture patterns for separating presentation, application, domain, and data layers.
Skill Claude CodeCodex
CPU and memory profiling, N+1 query detection, bundle analysis, and render optimization. Activate when diagnosing slow performance or before production deployments.
Skill Claude CodeCodex
PostgreSQL schema, query, indexing, and performance patterns.
Skill Claude CodeCodex
Python idioms — type hints, dataclasses, async/await, generators, pytest, common pitfalls. Activate when writing or reviewing Python code.
Skill Claude CodeCodex
Refactor safely — keep tests green, change structure without behavior change, no public API breakage. Use for code maintenance.
Skill Claude CodeCodex
Build and maintain a persistent graph of architecture, conventions, bug history, ownership patterns, and module relationships for this specific codebase.
Skill Claude CodeCodex
Strict research hierarchy before writing code — search codebase, docs, web, and registries in order.