npx claudepluginhub synthesys-lab/agentizeAI-powered development workflow with planning, implementation, and review commands
Claude Code plugins for the Slidev presentation framework
Bundled plugins for actuating and debugging the Chrome browser.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
gh) - Required for GitHub integration features
gh auth login/setup-viewboard, /open-issue, /open-pr, GitHub workflow automationyes to prompt!
venv or anaconda to manage a good Python release!pip install pyyaml) for YAML configuration parsingpip install anthropicAfter installing prerequisites, the installer will automatically verify git, make, and bash availability. GitHub CLI authentication can be verified with:
gh auth status
Agentize is an AI-powered SDK that helps you build your software projects using Claude Code powerfully. It is splitted into two main components:
claude CLI is available.
See Tutorial 00a: Claude UI Setup for details.curl -fsSL https://raw.githubusercontent.com/SyntheSys-Lab/agentize/main/scripts/install | bash
Then add to your shell RC file (~/.bashrc, ~/.zshrc, etc.):
source $HOME/.agentize/setup.sh
See docs/feat/cli/install.md for installation options and troubleshooting.
Upgrade: Run lol upgrade to pull the latest changes.
After installation, the installer creates ~/.agentize.local.yaml in your home folder. This file controls which AI backends are used for planning and implementation.
Configure (already done) - confirm ~/.agentize.local.yaml exists and adjust backends if needed
Clone with worktrees:
wt clone https://github.com/org/repo.git myproject.git
wt clone sets up a bare repository and leaves you in trees/main.
Plan your first feature:
lol plan --editor
Review the GitHub issue it creates.
Implement the plan:
lol impl <issue-number>
Navigate between worktrees:
wt goto <issue-number>
wt goto main
See Tutorial 00: CLI Quickstart for a full walkthrough.
If you encounter any issue during the usage. For example:
Enable debug mode in your .agentize.local.yaml:
handsoff:
debug: true
Then re-run the command. This will give you a detailed log in either
/path/to/your/project/.tmp/handsoff-debug.log or$HOME/.agentize/.tmp/handsoff-debug.log
Paste your logs on issue for me (@were) to debug!For further help, please visit our troubleshooting guide.
Minimizing human intervention by artifact centric.