Command
Analyze the codebase structure and update architecture documentation.
Command
Analyze the codebase structure and update architecture documentation.
Command
Sync documentation from source-of-truth.
Command
Run comprehensive verification on current codebase state.
Hook
Runs before the agent uses a tool for tool == "Bash" && tool_input.command matches "(npm run dev, pnpm( run)? dev, yarn dev, bun run dev)", tool == "Bash" && tool_input.command matches "(npm (install, test), pnpm (install, test), yarn (install, test)?, bun (install, test), cargo build, make, docker, pytest, vitest…
Hook
Runs before the context is compacted, executing pre-compact.js via node. From adongwanai/adong-vibecoding.
Hook
Runs when a session starts, executing session-start.js via node. From adongwanai/adong-vibecoding.
Hook
Runs after a tool call finishes for tool == "Bash", tool == "Edit" && tool_input.file_path matches "\\.(ts, tsx, js, jsx)$", tool == "Edit" && tool_input.file_path matches "\\.(ts, tsx)$", tool == "Edit" && tool_input.file_path matches "\\.(ts, tsx, js and jsx)$" tool calls, running an inline shell check (4 commands).…
Hook
Runs when the agent finishes a response, running an inline shell check. From adongwanai/adong-vibecoding.
Hook
Runs when a session ends, executing session-end.js and evaluate-session.js via node (2 commands). From adongwanai/adong-vibecoding.
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
ClickHouse database patterns, query optimization, analytics, and data engineering best practices for high-performance analytical workloads.
Skill Claude CodeCodex
Universal coding standards, best practices, and patterns for TypeScript, JavaScript, React, and Node.js development.
Skill Claude CodeCodex
Automatically extract reusable patterns from Claude Code sessions and save them as learned skills for future use.
Skill Claude CodeCodex
A formal evaluation framework for Claude Code sessions, implementing eval-driven development (EDD) principles.
Skill Claude CodeCodex
Frontend development patterns for React, Next.js, state management, performance optimization, and UI best practices.
Skill Claude CodeCodex
This is an example of a project-specific skill. Use this as a template for your own projects.
Skill Claude CodeCodex
Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive security checklist and patterns.
Skill Claude CodeCodex
Suggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction.
Skill Claude CodeCodex
Use this skill when writing new features, fixing bugs, or refactoring code. Enforces test-driven development with 80%+ coverage including unit, integration, and E2E tests.
Skill Claude CodeCodex
A comprehensive verification system for Claude Code sessions.