auto

auto is a skill for Claude Code, Codex from punt-labs/punt-kit. It costs 15 tokens per session (1,396 once invoked), scanned A, original, MIT.

An executor for automation playbooks: YAML files that describe multi-step jobs using scripts and decision points. It finds a named playbook, runs its steps, checks expected results, and handles errors.

In plain words
What is it for?
Listing available playbooks, running one by name, passing key-value parameters, locating project or plugin playbooks, and reporting missing playbook paths.
Why use it?
It provides a repeatable way to run defined workflows while checking whether each step succeeded.

Skill for Claude CodeCodex

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the punt-dev plugin — 2 skills, 13 commands shipped together

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.

agentmods
npx agentmods add skills/punt-labs/punt-kit/auto
Any agent
npx skills add punt-labs/punt-kit --skill auto
Clone the repo
git clone --depth 1 https://github.com/punt-labs/punt-kit

Made for: Claude Code, Codex.

Or install punt-dev, the plugin that ships this one along with the rest of its 2 skills, 13 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 auto

README.md
[![agentmods](https://agentmods.dev/badge/skills/punt-labs/punt-kit/auto.svg)](https://agentmods.dev/skills/punt-labs/punt-kit/auto)
Your own site
<a href="https://agentmods.dev/skills/punt-labs/punt-kit/auto"><img src="https://agentmods.dev/badge/skills/punt-labs/punt-kit/auto.svg" alt="Measured on agentmods" height="20"></a>
Per session 15 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,396 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00015 $0.01396
Opus 5 $0.00008 $0.00698
Sonnet 5 $0.00003 $0.00279
Haiku 4.5 $0.00002 $0.00140

Measured 4d ago against content hash e672eb92f48c, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

auto 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 4d 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.

plugin/skills/auto/SKILL.md · 152 lines

How it starts

The opening of the file, as written. The whole thing — 152 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/punt:auto — Playbook Executor

Execute an automation playbook. Playbooks define multi-step processes as YAML files with deterministic scripts and LLM judgment steps. The executor drives each step, checks postconditions, and handles failures autonomously.

Usage

  • /punt:auto <playbook> — run a playbook by name
  • /punt:auto <playbook> key=value key=value — run with parameters
  • /punt:auto list — list available playbooks

Argument Parsing

Parse the first argument as the playbook name. Remaining arguments are key=value parameter pairs. If list, skip to the listing behavior.

Playbook Discovery

Search for playbooks in order:

  1. ./playbooks/<name>.yaml — project-local (current working directory)
  2. ${CLAUDE_PLUGIN_ROOT}/playbooks/<name>.yaml — punt-kit plugin root (when invoked as a command)
  3. ../punt-kit/plugin/playbooks/<name>.yaml — org-wide fallback (when run from a sibling repo)

Project-local playbooks take precedence over org-wide playbooks with the same name. When ${CLAUDE_PLUGIN_ROOT} is not set, skip path 2.

If a named playbook is not found in any applicable location, report every path that was searched and stop. Do not substitute a similarly-named playbook and do not improvise the steps — a playbook is a contract, and guessing at one is how a release runs the wrong phases.

For list, scan all applicable locations and print a table:

Name                Source      Description
───────────────────────────────────────────────────────────────────
autopilot           org         Autonomous bead-driven development loop
permissions-rollout org         Roll out permission changes to all projects
release             org         Release a Punt Labs project
standards-rollout   org         Roll out a standards change across all projects
<name>              local       <description>

Execution Protocol

Phase 0: Load and Validate

  1. Read the YAML file.
  2. Extract name, description, mode, parameters, preconditions, steps.
  3. Validate required parameters have values (from arguments or defaults).
  4. If any required parameter is missing, report which ones and stop.

Read the full file on GitHub · 152 lines

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. 4d ago First seen · 152 lines · 15 tokens per session scan A e672eb92f48c

Subscribe to this mod's changes

auto is a skill published in the GitHub repository punt-labs/punt-kit (1 stars, last pushed yesterday), licensed MIT. It adds 15 tokens to every session and 1,396 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.

Related

Other skills, from other repositories

prfaq

This skill should be used when the user asks to "write a PR/FAQ", "prfaq", "working backwards", "product discovery", "evaluate a product idea", "press release FAQ", "test product value", "revise prfaq", "update prfaq", "add research to prfaq", "add FAQs", "run a meeting", "review meeting", "hive meeting", "autonomous…

punt-labs/prfaq · 140 tokens

recall

Use find before WebSearch or WebFetch for research, or before answering a why/how/what-did-we-decide question. Quarry indexes this codebase, design docs, prior session transcripts, and previously fetched web pages — it often already has the answer. Prefer grep for symbol and value lookups; prefer find for meaning. Use…

punt-labs/quarry · 149 tokens

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

chronicle

Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…

microsoft/vscode · 72 tokens

imagegen

Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual variants from references, and the output…

openai/codex · 113 tokens