Claude Code CLI commands, flags, headless mode, and automation patterns
Guide for integrating Agentica SDK with Claude Code CLI proxy
Token-efficient code analysis via 5-layer stack (AST, Call Graph, CFG, DFG, PDG). 95% token savings.
Find unused functions and dead code in the codebase
Modular Code Organization
Create and configure Claude Code sub-agents with custom prompts, tools, and models
Complete Claude Code hooks reference - input/output schemas, registration, testing patterns
Code quality checks, formatting, and metrics via qlty CLI
Analyze Claude Code sessions via Braintrust
Meta-skill for creating and managing Claude Code skills
Braintrust tracing for Claude Code - hook architecture, sub-agent correlation, debugging
Create and use Claude Code slash commands - quick prompts, bash execution, file references
Perform code reviews using Claude Code CLI to identify bugs, security vulnerabilities, performance issues, and code quality problems. Use when the user asks to review code, check for issues,...
Update model references in skill files when new Claude models are released
Ask Claude Code CLI questions about code to understand implementations, architecture, patterns, and debugging. Use when the user asks how code works, where something is implemented, what patterns...
This skill provides guidance on using OpenAI's Codex CLI for detail-oriented code analysis. Use when the user explicitly invokes "/codex", asks to "use codex", "run codex", "have codex review", or...
Execute development tasks using Claude Code CLI for code generation, refactoring, feature implementation, and bug fixes. Use when the user asks to create code, add features, refactor, fix bugs, or...
Guide for writing ast-grep rules to perform structural code search and analysis. Use when users need to search codebases using Abstract Syntax Tree (AST) patterns, find specific code structures,...
Agentica server + Claude proxy setup - architecture, startup sequence, debugging
This skill provides guidance on using Google's Gemini CLI for long-context code exploration. Use when the user explicitly invokes "/gemini", asks to "use gemini", "run gemini", or when Claude...