.claude
Automate code reviews, parallel agent workflows, and git cleanup
All Skills in This Repository (6)
Pure Emerald Level Indicatorsgit-worktree-prune
Prune stale git worktrees and local branches without losing any commits.
parallel-phases
Orchestrates multi-task parallel agent execution across git worktrees with review and merge gates.
root-cause-tracing
Traces bugs backward through the call stack to find the original trigger.
gemini-agent
Delegates tasks to the Gemini CLI in headless mode via a Python bridge script.
generate-goal
Synthesizes conversation context into a self-contained /goal prompt for autonomous task handoff.
skill-creator
Design and initialize Claude Skills with structured templates and resource directories.
Frequently Asked Questions
FAQPage SchemaHow to install ZacheryGlass .claude config?โผ
Run `npx skills add ZacheryGlass/.claude --all -g -y` in your terminal to install all skills globally.
How to run parallel AI coding agents?โผ
Use the parallel-phases skill to group tasks into conflict-free phases, then it dispatches agents in isolated git worktrees with automatic review and merge gates.
How to automate code review with AI?โผ
Slash commands like /bugs, /arch-review, and /perf-check launch specialized reviewer agents that hunt bugs, check architecture, and profile performance automatically.
Can AI safely delete stale git branches?โผ
Yes. The git-worktree-prune skill dry-runs first and only deletes branches whose commits exist elsewhere, so no work is ever lost.
Does this work without coding experience?โผ
Basic terminal use is enough. Once installed, you trigger reviews and workflows with plain-English requests or simple slash commands.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core