project-recipes

project-recipes is a skill for Claude Code, Codex from artttj/rapid-stack. It costs 47 tokens per session (518 once invoked), scanned A, original, MIT.

A project-specific operation guide stored in .claude/op.json, a configuration file that records commands for serving, building, testing, deploying, syncing, releasing, and checking a live site.

In plain words
What is it for?
Discovering or repairing a repository's operation settings and providing the commands needed for routine project work.
Why use it?
It lets operations use each repository's real commands while refusing to guess for gated actions such as deployment when required information is missing.

Skill for Claude CodeCodex

Part of the op plugin — 9 skills, 8 commands, 1 hook 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/artttj/rapid-stack/project-recipes
Any agent
npx skills add artttj/rapid-stack --skill project-recipes
Clone the repo
git clone --depth 1 https://github.com/artttj/rapid-stack

Made for: Claude Code, Codex.

Or install op, the plugin that ships this one along with the rest of its 9 skills, 8 commands, 1 hook.

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 project-recipes

README.md
[![agentmods](https://agentmods.dev/badge/skills/artttj/rapid-stack/project-recipes.svg)](https://agentmods.dev/skills/artttj/rapid-stack/project-recipes)
Your own site
<a href="https://agentmods.dev/skills/artttj/rapid-stack/project-recipes"><img src="https://agentmods.dev/badge/skills/artttj/rapid-stack/project-recipes.svg" alt="Measured on agentmods" 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 518 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00047 $0.00518
Opus 5 $0.00023 $0.00259
Sonnet 5 $0.00009 $0.00104
Haiku 4.5 $0.00005 $0.00052

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

Security

Grade A, and why

project-recipes scanned grade A with 1 finding 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

"cache_check": "curl -s \"$URL?v=$BUST\" | grep <marker>",
plugins/op/skills/project-recipes/SKILL.md · 44 lines

What it actually says

Project recipes

Per-repo ops live in .claude/op.json, committed, never secret. SSH aliases (e.g. myhost) are fine; tokens and passwords never enter this file.

Schema

All keys optional. A command that needs a missing key runs Discovery; gated actions (deploy, publish) refuse rather than guess.

{
  "serve": "python3 -m http.server 8080",
  "build": "./build.sh",
  "test": "python3 -m pytest -q",
  "deploy": "ssh myhost 'cd /srv/www/<proj> && git pull && ./build.sh'",
  "sync": { "db": "<cmd>", "images": "<cmd>", "feed": "<cmd>" },
  "release": { "versions": ["package.json"], "publish": "npm publish", "verify": "<url>" },
  "live_url": "https://example.com",
  "cache_check": "curl -s \"$URL?v=$BUST\" | grep <marker>",
  "smoke": ["<url1>", "<url2>"],
  "rollback": "<cmd>"
}

$URL and $BUST are the only substitutions: the caller replaces them with live_url and a fresh cache-buster value at run time.

Discovery (on missing file or key)

  1. Read AGENTS.md / CLAUDE.md, scripts/, package.json, Makefile, and any existing .claude/skills/ in the repo (per-repo ops skills often already document deploy and serve).
  2. Draft the key(s) and present them as an arrow-choice: proposed value / edit / skip.
  3. Write the confirmed keys to .claude/op.json (create the file if absent, merge if present). Show the diff.

Self-heal (on a failing recipe command)

  1. Show the failing command and its error.
  2. Rediscover that key (step 1 above), propose the fix as an arrow-choice.
  3. Update the file on confirm, then retry once.

Hard stop: never invent a deploy, publish, or sync target that is not in the file or explicitly confirmed by the user this session.

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 · 44 lines · 47 tokens per session scan A 3b7b90157932

Subscribe to this mod's changes

project-recipes is a skill published in the GitHub repository artttj/rapid-stack (2 stars, last pushed 1mo ago), licensed MIT. It adds 47 tokens to every session and 518 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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

plannotator-annotate

Open Plannotator's annotation UI for a file, folder, or URL, then address the returned annotations.

backnotprop/plannotator · 29 tokens

statistical-power

Sample-size and statistical power calculations for planning studies. Use whenever someone asks "how many subjects/samples/replicates do I need", wants an a priori power analysis, a minimum detectable effect (MDE), a power curve, or needs to justify a sample size for a grant, IRB protocol, or pre-registration. Covers…

xintaofei/codeg · 190 tokens

review-work

Post-implementation review orchestrator. Launches 5 parallel background sub-agents: Oracle (goal/constraint verification), Oracle (code quality), Oracle (security), unspecified-high (hands-on QA execution), unspecified-high (context mining from GitHub/git/Slack/Notion). All must pass for review to pass. MUST USE…

code-yeongyu/oh-my-openagent · 125 tokens

points-valuations

Cents-per-point (cpp) valuations across major loyalty programs from four publications. Floor/ceiling rules for deciding if a redemption is good or exceptional.

borski/travel-hacking-toolkit · 35 tokens

awardwallet

Query AwardWallet for loyalty program balances, elite status, and transaction history. Use when checking points inventory, airline status, or planning trips on points.

borski/travel-hacking-toolkit · 33 tokens

cmux-architecture

Skill "cmux-architecture" from manaflow-ai/cmux, covering cmux architecture, package architecture, layers, file organization and documentation.

manaflow-ai/cmux · 63 tokens