Skill Claude CodeCodex
Operate as an agentic engineer using eval-first execution, decomposition, and cost-aware model routing.
A fork of everything-claude-code that adapts its workflow for UE5 (Unreal Engine), Unity, Cocos, and general programming.
Skill Claude CodeCodex
Operate as an agentic engineer using eval-first execution, decomposition, and cost-aware model routing.
Skill Claude CodeCodex
Engineering operating model for teams where AI agents generate a large share of implementation output.
Skill Claude CodeCodex
REST API design patterns including resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs.
Skill Claude CodeCodex
Patterns and architectures for autonomous Claude Code loops — from simple sequential pipelines to RFC-driven multi-agent DAG systems.
Skill Claude CodeCodex
Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.
Skill Claude CodeCodex
Turn a one-line objective into a step-by-step construction plan for multi-session, multi-agent engineering projects. Each step has a self-contained context brief so a fresh agent can execute it cold. Includes adversarial review gate, dependency graph, parallel step detection, anti-pattern catalog, and plan mutation…
Skill Claude CodeCodex
Universal coding standards, best practices, and patterns for TypeScript, JavaScript, React, and Node.js development.
Skill Claude CodeCodex
Interactive installer for Everything Claude Code — guides users through selecting and installing skills and rules to user-level or project-level directories, verifies paths, and optionally optimizes installed files.
Skill Claude CodeCodex
Cache expensive file processing results using SHA-256 content hashes — path-independent, auto-invalidating, with service layer separation.
Skill Claude CodeCodex
Instinct-based learning system that observes sessions via hooks, creates atomic instincts with confidence scoring, and evolves them into skills/commands/agents. v2.1 adds project-scoped instincts to prevent cross-project contamination.
Skill Claude CodeCodex
Automatically extract reusable patterns from Claude Code sessions and save them as learned skills for future use.
Skill Claude CodeCodex
Formal evaluation framework for Claude Code sessions implementing eval-driven development (EDD) principles.
Skill Claude CodeCodex
Example project-specific skill template based on a real production application.
Skill Claude CodeCodex
Research-before-coding workflow. Search for existing tools, libraries, and patterns before writing custom code. Invokes the researcher agent.
Skill Claude CodeCodex
Suggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction.
Skill Claude CodeCodex
CDD (Compile-Driven Development) verification system. No tests — compile + LSP is the sole truth.