Autopilot — drop-in skill for any repo
A stack-agnostic Claude Code skill that turns /autopilot into fully autonomous goal-driven execution. No questions, no checkpoints — just decide, execute, and report.
Autopilot
Install
Autopilot
The Iron Rule
How To Decide When You''d Normally Ask
Workflow
Sub-Skill Override
Hard Blockers (the only legit reasons to surface mid-run)
# Autopilot A stack-agnostic Claude Code skill. Drop it into any repo — web, mobile, native, embedded, data, infra, scripts. Invoke `/autopilot <goal>` and Claude switches into goal-driven execution: answers every question itself, makes every scope/design choice itself, never pauses for clarification, never waits for a prompt mid-run. The audit happens once, at the end. ## Install Save the block below as `.claude/skills/autopilot/SKILL.md` (in your repo) or `~/.claude/skills/autopilot/SKILL.md` (globally). ````markdown --- name: autopilot description: Use when the user invokes /autopilot followed by a goal. Switches the assistant into fully autonomous goal-driven execution — answer every question yourself, make every scope/design/approach decision yourself, never pause to ask the user for clarification or permission, never wait for a prompt mid-run. Stack-agnostic — works for any repo, any language, any project shape (web, mobile, native, embedded, data, scripts, infra). --- #…
By @meliwat - License: MIT
Raw markdown
Other Skill MDs
- Startup Launch & Growth — Bootstrap-first launch + PMF playbook for founders who already shipped
- Learn Anything — Turn any topic into a comprehensive mastery plan — outputs a long dossier plus an installable child SKILL.md so future Claude sessions become specialists.
- Claude Code Onboarding Checklist — First 30 minutes Claude Code spends in a new repo, in order