Help us improve
Share bugs, ideas, or general feedback.
Automation suite: autorun (file policies, autonomous sessions, plan export) + pdf-extractor (PDF data extraction)
npx claudepluginhub ahundt/autorunAutonomous execution, file policies, safety guards for AI coding assistants
PDF data extraction with multi-backend support (markitdown, docling, pdfplumber, etc.)
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Curated collection of 141 specialized Claude Code subagents organized into 10 focused categories
Share bugs, ideas, or general feedback.
rm becomes trash, git reset --hard becomes git stash# Install (requires UV - see UV Installation below)
uv pip install git+https://github.com/ahundt/autorun.git
autorun --install
# Verify installation
/ar:st
# Expected: "AutoFile policy: allow-all"
Plan & Execute (most common workflow):
/ar:plannew Design a REST API with authentication and tests
/ar:planrefine # Critique and improve the plan
/ar:planprocess # Execute the plan
/ar:go Build a login form with tests # Or run a task directly
File Policy (prevent file clutter):
/ar:f # Strict: only modify existing files
/ar:j # Justify: require justification for new files
/ar:a # Allow: create files freely (default)
Safety:
/ar:sos # Emergency stop
Works with both Claude Code and Gemini CLI — see Dual CLI Support.
Self-Improvement (learn from past sessions):
aise messages corrections --since 30d # Find recurring AI mistakes
aise analyze # Full qualitative analysis
# → Add findings to CLAUDE.md, skills, or hook blocks (see /ar:ai-session-tools Workflow 6)
The autorun marketplace includes 2 plugins: autorun and pdf-extractor.
Note: plan-export functionality is now built into the autorun plugin. Use
/ar:planexportcommands for plan management.
Install the entire marketplace directly from GitHub:
# Install plugins from GitHub
uv pip install git+https://github.com/ahundt/autorun.git
# Register plugins with Claude Code
autorun --install
Install from a local clone:
# Clone repository
git clone https://github.com/ahundt/autorun.git
cd autorun
# Install marketplace
uv pip install .
# Register plugins with Claude Code
autorun --install