By kenotron-ms
Software Development Lifecycle toolkit with commands for feature development, bug fixes, and engineering workflows
End-to-end TDD SDLC workflow for adding features (orchestrator)
Phase 0: Discover repository structure and context
Phase 1: Define feature requirements and acceptance criteria
Phase 2: Design architecture and technical approach
Phase 3: Write tests FIRST (TDD RED phase)
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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
npx claudepluginhub kenotron-ms/amplifier-setup --plugin dev-kitGit workflow helpers for creating PRs and syncing branches with intelligent conflict resolution
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Real-time statusline HUD for Claude Code - context health, tool activity, agent tracking, and todo progress
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.