autopilot-agent-skill
v1.0.0
Published
Autonomous orchestrator skill for OpenClaude and Claude Code. Takes a goal, discovers available tools, decomposes into phases, maps to skills, executes, and monitors until done.
Maintainers
Readme
autopilot-agent-skill
Autonomous orchestrator skill for OpenClaude and Claude Code. Takes a goal, discovers available tools, decomposes into phases, maps to skills, executes, and monitors until done.
Install
npx autopilot-agent-skillUsage
After install, use in your CLI:
/autopilot "build a REST API with auth and tests"How It Works
- Discovers your installed skills, MCP servers, CLI tools
- Analyzes your goal and decomposes into phases
- Maps each phase to the best available skill
- Executes phases sequentially with monitoring
- Verifies completion (build, tests, lint)
Commands
npx autopilot-agent-skill # Install
npx autopilot-agent-skill --update # Update to latest
npx autopilot-agent-skill --remove # Uninstall
npx autopilot-agent-skill --help # Show helpSupported CLIs
- Claude Code (
~/.claude/skills/) — Default - OpenClaude (
~/.openclaude/skills/)
Examples
See examples/ directory for:
- basic-usage.md — Simple task workflow
- full-project.md — End-to-end project build
GitHub
github.com/mahmoud20138/Autopilot
License
MIT
