Workflow automation, TDD, code review, and development tools for Claude Code
npx claudepluginhub pagerguild/guilde-liteCodebase exploration and analysis agents for understanding unfamiliar code, tracing dependencies, and researching documentation.
Documentation synchronization to keep docs aligned with code changes.
Reproducible, automated development environment for AI/Agent development.
# Clone the repo
git clone https://github.com/YOUR_ORG/guilde-lite.git ~/guilde-lite
cd ~/guilde-lite
# Run bootstrap (choose one)
./install.sh # Default: all Homebrew + runtimes + configs
./install.sh minimal # Core + CLI + runtimes only
./install.sh developer # Minimal + terminal + containers
./install.sh full # Everything including AI and databases
Install incrementally to test each step:
# Run stages individually
task stage:1 # Core (git, jj, just, mise, task)
task stage:2 # CLI tools (ripgrep, fd, bat, etc.)
task stage:3 # Terminal (Ghostty, tmux, fonts)
task stage:4 # Containers (OrbStack, kubectl, helm)
task stage:5 # Database clients (psql, redis-cli)
task stage:6 # Cloud/AWS (awscli, granted)
task stage:7 # AI tools (Cursor)
task stage:8 # Security (age, sops, trivy)
task stage:9 # Build tools (cmake, ninja)
task stage:runtimes # Languages (Go, Python, Rust, Bun)
task stage:configs # Config files (shell, git, tmux)
task stage:databases # Start database containers
task stage:ai-tools # Claude Code
# Verify any stage
task stage:1:verify
task stage:2:verify
# etc.
# See all stages
task help:stages
| Bundle | What's Included |
|---|---|
setup:minimal | Core + CLI + runtimes |
setup:developer | Minimal + terminal + containers + build |
setup:full | Everything including AI and databases |
| Legacy | Modern | Purpose |
|---|---|---|
| nvm/pyenv/goenv | mise | Universal runtime version manager |
| npm/yarn | bun | JS runtime + package manager |
| pip/pip-tools | uv | Fast Python package manager |
| Docker Desktop | OrbStack | Lightweight container engine |
| grep | ripgrep | Fast search |
| find | fd | Fast file finder |
| cat | bat | Syntax-highlighted file viewer |
| ls | eza | Modern file listing |
| make | Task | Go-based task runner |
Guilde Lite includes a comprehensive multi-agent orchestration system for AI-assisted development, packaged as a Claude Code plugin.
# Start Claude Code with the guilde-workflows plugin
claude --plugin-dir .
# Or add an alias to ~/.zshrc for convenience
alias claude-guilde='claude --plugin-dir /path/to/guilde-lite'
Once the plugin is loaded, use these commands:
/guilde-workflows:conductor-status # View current track and progress
/guilde-workflows:conductor-new-track # Start a new implementation track
/guilde-workflows:conductor-implement # Work on current phase with TDD
/guilde-workflows:conductor-checkpoint # Mark phase complete
| Feature | Description |
|---|---|
| 12 Specialized Agents | Research (haiku), Development (sonnet), Review (opus) |
| 10 Skills | Context loading, TDD phases, code review pipeline |
| 7 Hookify Rules | Safety, TDD enforcement, doc sync reminders |
| Telemetry | OpenTelemetry metrics with Grafana dashboards |
See docs/MULTI-AGENT-WORKFLOW.md for full documentation.
task # List all commands
task setup # Full environment setup
task verify # Verify installation
task db:up # Start databases
task db:down # Stop databases
task lint # Run all linters
task test # Run all tests
Three levels of isolation to prevent AI agents from doing anything nefarious:
# Level 1: Basic (file/network restrictions)
task sandbox:basic -- claude
# Level 2: Container isolation
task sandbox:container -- claude
No description available.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations