AI-powered development framework with specialized agents, automated workflows, and memory systems for Claude Code
npx claudepluginhub rysweet/amplihackAI-powered development framework with specialized agents and automated workflows for Claude Code
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Curated collection of 141 specialized Claude Code subagents organized into 10 focused categories
Development framework for Claude Code, GitHub Copilot CLI, and Microsoft Amplifier. Adds structured workflows, persistent memory, specialized agents, goal-seeking capabilities, autonomous execution, and continuous improvement for systematic software engineering.
Requires: Python 3.11+, Node.js 18+, git, uv. macOS/Linux/WSL only.
# Quick start — uvx is uv's package runner (like npx for Python)
uvx --from git+https://github.com/rysweet/amplihack amplihack claude
New to amplihack? Start with Quick Start, then Core Concepts, then Configuration.
Want to contribute? Go to Development and CONTRIBUTING.md.
Already familiar? Check out Features and Documentation Navigator.
The Problem: Claude Code and GitHub Copilot CLI are barebones development tools. They provide a chat interface and model access, but no engineering system for managing complexity, maintaining consistency, or shipping reliable code at scale.
The Solution: amplihack builds the engineering system around your coding agent:
The Benefit: Systematic workflows and quality gates produce consistent, high-quality code.
gh), Azure CLI (az)Detailed setup: docs/PREREQUISITES.md
Install the prerequisites above first, then choose an option below.
Option 1: Quick Start (requires uv and Python)
# Launch with Claude Code
uvx --from git+https://github.com/rysweet/amplihack amplihack claude
# Launch with Microsoft Amplifier
uvx --from git+https://github.com/rysweet/amplihack amplihack amplifier
# Launch with GitHub Copilot
uvx --from git+https://github.com/rysweet/amplihack amplihack copilot
This launches an interactive Claude Code session enhanced with amplihack's workflows, specialized agents, and development tools. You'll get a CLI prompt where you can describe tasks and the framework orchestrates their execution.
The main amplihack entrypoint is still Python-owned today, but the runtime is
no longer purely Python-first:
install, recipe, mode, and update through to that Rust binaryamplihack-hooks is installed, hook configuration now prefers the Rust
hook engine automatically unless AMPLIHACK_HOOK_ENGINE=python is setThe fully isolated helper below is still the easiest way to exercise the Rust
CLI end-to-end without touching your real ~/.claude state. On a fresh machine,
it downloads the latest compatible published amplihack-rs release binary
automatically.
# Single-command GitHub install for daily use
uvx --from git+https://github.com/rysweet/amplihack \
amplihack-rust-trial \
install
# The installer downloads the latest published Rust release, places it in
# ~/.local/bin, updates your shell profile PATH, and runs `amplihack install`
# automatically so the framework assets are ready immediately.
# Fully isolated fresh-machine flow
uvx --from git+https://github.com/rysweet/amplihack \
amplihack-rust-trial \
--trial-home ~/.amplihack-rust-e2e \
copilot
# Try specific commands without touching your current amplihack install
uvx --from git+https://github.com/rysweet/amplihack amplihack-rust-trial recipe list
uvx --from git+https://github.com/rysweet/amplihack amplihack-rust-trial mode detect