run-recipe

run-recipe is a skill for Claude Code from loncadev/baron. It costs 47 tokens per session (382 once invoked), scanned A, original, Apache-2.0.

A workflow runner for named Baron recipes, including custom recipes stored in a project's `.baron/recipes` folder. It follows each recipe's steps in order.

In plain words
What is it for?
Run a named Baron workflow from start to finish, such as a project-specific process or a recipe that connects issue tracking, source control, and continuous integration.
Why use it?
It removes the need to manually coordinate several work tools or accidentally run steps out of order. It also reports missing inputs and workflow errors instead of guessing.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Part of the baron plugin — 10 skills shipped together

Good fit Run a named Baron workflow from start to finish, such as a project-specific process or a recipe that connects issue tracking, source control, and continuous integration.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/loncadev/baron/run-recipe
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 loncadev/baron --skill run-recipe
Clone the repo
git clone --depth 1 https://github.com/loncadev/baron

Made for: Claude Code.

Or install baron, the plugin that ships this one along with the rest of its 10 skills.

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 run-recipe

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/loncadev/baron/run-recipe"><img src="https://agentmods.dev/badge/skills/loncadev/baron/run-recipe.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 382 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.00047 $0.00382
Opus 5 $0.00023 $0.00191
Sonnet 5 $0.00009 $0.00076
Haiku 4.5 $0.00005 $0.00038

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

Security

Grade A, and why

run-recipe 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 8d 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.

plugins/claude-code/skills/run-recipe/SKILL.md · 35 lines

What it actually says

Run a recipe

Run a named Baron recipe end-to-end via baron_recipe_run — the engine enforces the step order, not you. For the built-in workflows prefer the dedicated skills (/baron:task-start, /baron:task-finish, /baron:ship); use this skill for any other recipe, including project recipes in .baron/recipes/*.yaml.

Steps

  1. Call baron_recipe_list to find the recipe and read the inputs it declares.

  2. Gather every required input from the user's request and context. Ask only for what is genuinely missing — never invent a value.

  3. Call baron_recipe_run once:

    { "name": "<recipe name>", "inputs": { "<input>": "<value>" } }
    

Rules

  • Do NOT compose the individual baron_issue_* / baron_scm_* / baron_ci_* tools yourself to emulate the recipe — call baron_recipe_run so the workflow runs atomically and in order.
  • If the result is an isError with a code (RECIPE_NOT_FOUND, RECIPE_INPUT_MISSING, CAPABILITY_GAP, PORT_UNBOUND, …), surface the code and its actionable hint and stop — do not retry blindly.
  • On success, report the workflow's outcome from the returned context (ids, urls, new roles).
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. 8d ago First seen · 35 lines · 47 tokens per session scan A b916f1bc6ede

Subscribe to this mod's changes

run-recipe is a skill published in the GitHub repository loncadev/baron (1 stars, last pushed yesterday), licensed Apache-2.0. It adds 47 tokens to every session and 382 once invoked, about $0.0002 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

adhd-output-style

This skill should be used when the user asks for "ADHD output", "fewer output tokens", "short numbered steps", "limited working memory formatting", or explicitly invokes "adhd-output-style".

fcakyon/claude-codex-settings · 46 tokens

sw-handoff

Write a portable, secret-scrubbed handoff doc plus a diff of your uncommitted edits so another tool or machine resumes where you stopped. Use for "handoff", "out of tokens", "switch to Codex".

anton-abyzov/specweave · 48 tokens

handoff

Write a portable, secret-scrubbed handoff doc so this work can continue in any AI tool or on any machine. Use when saying "handoff", "running out of tokens", or "continue elsewhere".

anton-abyzov/specweave · 44 tokens

gmail

Interact with Gmail - search emails, read messages, send emails, create drafts, and manage labels. Use when user asks to: search email, read email, send email, create email draft, mark as read, archive email, star email, or manage Gmail labels. Lightweight alternative to full Google Workspace MCP server with…

sanjay3290/ai-skills · 70 tokens

google-calendar

Interact with Google Calendar - list calendars, view events, create/update/delete events, and find free time. Use when user asks to: check calendar, schedule a meeting, create an event, find available time, list upcoming events, delete or update a calendar event, or respond to meeting invitations. Lightweight…

sanjay3290/ai-skills · 76 tokens

maintainer-bar

Operate the MaintainerBar SwiftUI menu bar app and its ghcrawl backend. Use for: refreshing issue clusters, searching issues semantically, checking repo pulse, managing notifications, building/running the app, and coordinating ghcrawl data pipelines.

OpenCoven/coven · 52 tokens