autorunne-grill

autorunne-grill is a skill for Claude Code, Codex from HUAFIRE777/autorunne-grill. It costs 54 tokens per session (2,944 once invoked), scanned A, a copy of autorunne-grill, MIT.

A project-aware safety check for changing features in a repository that uses Autorunne project memory. It reads the project state, asks only needed questions, and guides a small implementation.

In plain words
What is it for?
Use it before adding, removing, redesigning, or changing a feature in an Autorunne-backed repository, such as login, checkout, exports, or automatic recording.
Why use it?
It reduces the risk of making a feature change that conflicts with the project's current direction, data, tests, or user flows.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: reads .claude/ paths.

Good fit Use it before adding, removing, redesigning, or changing a feature in an Autorunne-backed repository, such as login, checkout, exports, or automatic recording.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/huafire777/autorunne-grill/autorunne_grill
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.

Any agent
npx skills add HUAFIRE777/autorunne-grill --skill autorunne_grill
Clone the repo
git clone --depth 1 https://github.com/HUAFIRE777/autorunne-grill

Made for: Claude Code, Codex.

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 autorunne-grill

README.md
[![agentmods](https://agentmods.dev/badge/skills/huafire777/autorunne-grill/autorunne_grill/github.svg)](https://agentmods.dev/skills/huafire777/autorunne-grill/autorunne_grill)
Your own site
<a href="https://agentmods.dev/skills/huafire777/autorunne-grill/autorunne_grill"><img src="https://agentmods.dev/badge/skills/huafire777/autorunne-grill/autorunne_grill/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 autorunne-grill

Your own site · 80×15
<a href="https://agentmods.dev/skills/huafire777/autorunne-grill/autorunne_grill"><img src="https://agentmods.dev/badge/skills/huafire777/autorunne-grill/autorunne_grill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,944 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 100% copy Near-identical to another mod 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.00054 $0.02944
Opus 5 $0.00027 $0.01472
Sonnet 5 $0.00011 $0.00589
Haiku 4.5 $0.00005 $0.00294

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

Security

Grade A, and why

autorunne-grill 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 12d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (__init__.py, __main__.py, cli.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Origin

This is a copy

100% identical to autorunne-grill — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

src/autorunne_grill/SKILL.md · 307 lines

How it starts

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

Autorunne Grill

Overview

Autorunne Grill is a project-aware version of the classic grill-me skill.

The original grill-me asks relentless questions about a plan. Autorunne Grill does something more practical for real development: it first reads the repo's Autorunne project memory, then asks only the questions that are still necessary to keep the next feature change inside a safe boundary.

Use it as a pre-change safety gate for beginner-friendly AI development. The user should be able to say "add a login feature" or "change the checkout page" without knowing how to manage engineering workflow details. The agent reads Autorunne, checks the current project state, narrows the change, records the task, implements the smallest safe slice, verifies it, and finishes cleanly.

When to Use

Use this skill when all three are true:

  • the repo has .autorunne/, .autorunne/views/, or Autorunne-generated handoff files;
  • the user asks to add, change, remove, redesign, or "just tweak" a feature;
  • the change could affect product behavior, project direction, data, UI flow, tests, or integration points.

Good triggers:

  • "帮我加一个登录功能"
  • "改一下支付页面"
  • "把线索导出成 CSV"
  • "优化自动记录逻辑"
  • "重做这个页面"
  • "加一个会员中心"
  • "grill this plan, but use Autorunne state first"

Do not use this for:

  • pure explanation with no project change;
  • simple typo fixes with no behavior impact;
  • one-off shell questions unrelated to the repo;
  • tasks where the user explicitly asks for no planning and the change is obviously tiny.

Core Rule

Do not grill the user from a blank slate.

First read Autorunne state and the relevant code. Then ask the fewest questions needed to safely proceed.

If a question can be answered by reading .autorunne/, generated views, tests, README, package files, routes, schema files, or existing code, answer it yourself instead of asking the user.

Installation Modes

Prefer a repo-local install when the goal is to make one project carry the rule with it. In 0.1.4+, the short command auto-installs into the current Autorunne-backed repo:

Read the full file on GitHub · 307 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 12d ago First seen · 307 lines · 54 tokens per session scan A 5d875b9320e3

Subscribe to this mod's changes

autorunne-grill is a skill published in the GitHub repository HUAFIRE777/autorunne-grill (2 stars, last pushed 4mo ago), licensed MIT. It adds 54 tokens to every session and 2,944 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to autorunne-grill, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

resolve-pr-comments

Evaluate, fix, answer, and reply to GitHub pull request review comments and conversation comments. Handles both change requests (fix or skip) and reviewer questions (explain using reasoning recalled from past Claude Code transcripts). Use when the user asks to "resolve PR comments", "fix review comments", "address PR…

tobihagemann/turbo · 95 tokens

create-threat-model

Analyze a codebase and produce a structured threat model at .turbo/threat-model.md covering assets, trust boundaries, attack surfaces with existing mitigations, attacker stories, and calibrated severity. Use when the user asks to "create a threat model", "threat model", "threat model this codebase", "security…

tobihagemann/turbo · 90 tokens

update-dependencies

Upgrade project dependencies with breaking change research for major version updates. Use when the user asks to "update dependencies", "upgrade packages", "upgrade dependencies", "update deps", "upgrade deps", "update npm deps", "update Swift packages", "cargo update", "go get updates", "bundle update", or "pip…

tobihagemann/turbo · 70 tokens

map-codebase

Deep architecture report that fans out parallel inspections across different aspects of the codebase (structure, tech stack, APIs, patterns, data flow, dependencies, testing) and synthesizes findings into a comprehensive document at .turbo/codebase-map.md and .turbo/codebase-map.html. Use when the user asks to "map…

tobihagemann/turbo · 106 tokens

review-plan

Review a plan by running internal reviews and a peer review in parallel and returning combined findings. Use when the user asks to "review my plan", "check my plan", "critique my plan", or wants feedback on a plan.

tobihagemann/turbo · 50 tokens

changelog-rules

Shared changelog conventions and formatting rules referenced by /create-changelog and /update-changelog. Not typically invoked directly.

tobihagemann/turbo · 29 tokens