Amplifier setup and customization plugins - extends the core amplifier functionality
npx claudepluginhub kenotron-ms/amplifier-setupGit workflow helpers for creating PRs and syncing branches with intelligent conflict resolution
Software Development Lifecycle toolkit with commands for feature development, bug fixes, and engineering workflows
amp)A transparent wrapper for Claude Code that automatically manages the Amplifier development environment.
Complete workspace isolation with git worktrees! Each project now gets its own isolated environment:
ai_working/ and .data/amp workspace, amp new, amp update, amp uninstall/pull, /submit-pr) with more comingStep 1: Install (PowerShell or Command Prompt)
irm https://raw.githubusercontent.com/kenotron-ms/amplifier-setup/main/install.ps1 | iex
Step 2: Reload your shell
. $PROFILEStep 3: Done!
Installation complete. Works in PowerShell, pwsh, and CMD.
Step 1: Install
curl -fsSL https://raw.githubusercontent.com/kenotron-ms/amplifier-setup/main/install.sh | bash
Step 2: Reload your shell
source ~/.${SHELL##*/}rc
Step 3: Done!
Installation complete. You only need to do this once.
Every time you want to work with Claude Code + Amplifier:
cd ~/your-project
amp
That's it! Use amp exactly like you would use claude:
amp "implement feature X"
amp --model opus
amp --help
amp?amp is a command that you use exactly like claude, but with all the amplifier complexity handled automatically behind the scenes.
Setting up and maintaining the amplifier environment involves many manual steps:
make install after every clone/updateThis creates friction, especially for non-technical users.
amp is a direct replacement for the claude command that:
claude arguments transparentlyYou just type amp instead of claude - that's it.
The installer automatically installs all prerequisites:
Windows:
Mac:
Linux:
sudo apt install python3 or equivalent)sudo apt install git or equivalent)The installer automatically installs:
PowerShell or Command Prompt:
irm https://raw.githubusercontent.com/kenotron-ms/amplifier-setup/main/install.ps1 | iex
Terminal:
curl -fsSL https://raw.githubusercontent.com/kenotron-ms/amplifier-setup/main/install.sh | bash
This will:
amp.sh and amp-workspace.sh to ~/.amp/~/.bashrc and ~/.zshrcThat's it! After installation completes, just type amp to get started.
Note: This installer is idempotent - run it anytime to get the latest version of amp scripts.
Note: The installer will tell you exactly what to run after it completes.
Use amp exactly like you would use claude:
# Start Claude Code in current directory (creates workspace worktree if needed)
amp
# Run with a prompt
amp "implement feature X"
# Pass any claude arguments
amp --help
amp --model opus
amp "analyze this code" --add-dir ../other-project
# Initialize current directory as an Amplifier project
amp new
# Create a new project directory
amp new my-project
# Creates:
# - CLAUDE.md with Flow-Driven Development guidance
# - Git repository (if git is available)
# - Offers to create GitHub repo (if gh CLI is available)
# List all workspace worktrees
amp workspace list
# Show info about current workspace
amp workspace info
# Remove a workspace worktree
amp workspace remove
amp workspace remove /path/to/project
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
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