Agentic coding toolkit: sub-agent orchestration, prompt synthesis, and browser automation for Claude Code
Complete agentic coding toolkit with skills for sub-agent orchestration (super-agent, cursor-agent, gemini-agent), prompt synthesis commands (handoff-prompt-to, pair-prompt-to, reflect, walkthrough-prompt-to), and specialized agents (browser-qa, ui-clone)
SDK-based Claude agent with full Task tool access. Use for executing handoff prompts or spawning nested sub-agents.
Wrapper around cursor-agent CLI for non-interactive runs (prompt via args/file/stdin) with resume support.
Wrapper around gemini CLI for non-interactive runs (prompt via args/file/stdin) with resume support.
Create a git worktree with automatic symlinking of gitignored local files (.env*, .ai-*, etc.) from the root worktree.
Build a phased prompt chain with orchestration file from a monolithic implementation prompt.
Read Claude Code .jsonl transcript files in a token-efficient format. Use instead of Read for conversation content.