autopilot

autopilot is a command for Claude Code from an8079/take-skills. It costs 26 tokens per session (664 once invoked), scanned A, original, MIT.

An automatic task-running command with five stages: expanding the request, planning the work, executing it, checking quality, and validating the result. It repeats the work cycle when the goal has not yet been reached.

In plain words
What is it for?
Use it for tasks that need automatic breakdown, implementation, quality checks, and continued validation until completion.
Why use it?
It gives the coding agent a structured path for handling a task from description through verification, reducing the need to direct every intermediate step.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the claude-dev-assistant plugin — 21 skills, 39 commands shipped together

Good fit Use it for tasks that need automatic breakdown, implementation, quality checks, and continued validation until completion.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/an8079/take-skills/takes-autopilot
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/an8079/take-skills

Made for: Claude Code.

Or install claude-dev-assistant, the plugin that ships this one along with the rest of its 21 skills, 39 commands.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for autopilot

README.md
[![agentmods](https://agentmods.dev/badge/commands/an8079/take-skills/takes-autopilot/github.svg)](https://agentmods.dev/commands/an8079/take-skills/takes-autopilot)
Your own site
<a href="https://agentmods.dev/commands/an8079/take-skills/takes-autopilot"><img src="https://agentmods.dev/badge/commands/an8079/take-skills/takes-autopilot/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for autopilot

Your own site · 80×15
<a href="https://agentmods.dev/commands/an8079/take-skills/takes-autopilot"><img src="https://agentmods.dev/badge/commands/an8079/take-skills/takes-autopilot.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 26 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 664 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00026 $0.00664
Opus 5 $0.00013 $0.00332
Sonnet 5 $0.00005 $0.00133
Haiku 4.5 $0.00003 $0.00066

Measured 10d ago against content hash 2b2620151a66, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

autopilot scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

commands/takes-autopilot.md · 81 lines

What it actually says

/autopilot - 全自动执行模式

自主决策执行路径,自动任务分解,持续执行直到完成。

使用方式

/autopilot "任务描述"

自动驾驶
自动执行
全自动模式

5 阶段管道

┌────────────────────────────────────────────────────┐
│                  5-Stage Pipeline                  │
├────────────────────────────────────────────────────┤
│                                                    │
│  ┌───────────┐    ┌───────────┐    ┌───────────┐ │
│  │ Expansion │───▶│ Planning  │───▶│ Execution │ │
│  └───────────┘    └───────────┘    └───────────┘ │
│                                    │             │
│                         ┌───────────┴───────────┐ │
│                         │                       │ │
│                   ┌─────▼─────┐         ┌──────▼─────┐
│                   │    QA      │◀────────│ Validation │
│                   └───────────┘         └────────────┘
│                         │                       │
│                         └───────────────────────┘
│                                    │
│                              目标达成?
│                                    │
│                              ┌─────┴─────┐
│                              │           │
│                          退出循环      继续执行
└────────────────────────────────────────────────────┘

阶段说明

阶段 说明 输出
Expansion 扩展任务理解,分析依赖 任务图谱
Planning 制定执行计划,分解任务 任务清单
Execution 执行任务,代码生成 产出物
QA 质量检查,测试验证 测试报告
Validation 验证结果,评估完成度 验证结果

工作特点

特点 说明
自主决策 自动决定执行路径
自动分解 将大任务分解为可执行的小任务
持续执行 直到任务验证完成才退出
自我纠错 QA 失败时自动回到 Execution

与 /ralph 的区别

维度 /autopilot /ralph
模式 5 阶段管道 持久循环
退出条件 验证通过 Architect 验证通过
特点 自主决策 持续迭代

提示: /autopilot 是全自动模式,适合明确的任务目标。你只需要描述任务,它会自动完成。

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 81 lines · 26 tokens per session scan A 2b2620151a66

Subscribe to this mod's changes

autopilot is a command published in the GitHub repository an8079/take-skills (4 stars, last pushed 5mo ago), licensed MIT. It adds 26 tokens to every session and 664 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.