@parcadei · 13 items
Claude Code CLI commands, flags, headless mode, and automation patterns
Find unused functions and dead code in the codebase
AST-based code search and refactoring via ast-grep MCP
Create handoff document for transferring work to another session
Build Python agents with Agentica SDK - @agentic decorator, spawn(), persistence, MCP integration
Create or update continuity ledger for state preservation across clears
Debug issues by investigating logs, database state, and git history
Systematic hook debugging workflow. Use when hooks aren't firing, producing wrong output, or behaving unexpectedly.
Workflow orchestrator that chains existing skills for feature development
Write reliable prompts for Agentica/REPL agents that avoid LLM instruction ambiguity
Create git commits with user approval and no Claude attribution
Guide for integrating Agentica SDK with Claude Code CLI proxy
Braintrust tracing for Claude Code - hook architecture, sub-agent correlation, debugging