racecraft-plugins-public: Skill for Claude Code

.claude/skills/scaffold-skill/SKILL.md

scaffold-skill is a skill for Claude Code from racecraft-lab/racecraft-plugins-public. It costs 91 tokens per session (575 once invoked), scanned A, original, MIT.

A project helper that creates the files for a new coding-agent skill, including the required settings and optional supporting files.

In plain words
What is it for?
Use it to start a new skill in a marketplace plugin, optionally create a Codex copy, and check that the result has the expected structure.
Why use it?
It removes the need to remember the folder layout, file format, and validation commands when adding a skill to a plugin.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions CLAUDE.md; mentions Claude Code; mentions Codex.

This is racecraft-lab/racecraft-plugins-public's own configuration. It tells Claude Code how to work on racecraft-plugins-public itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything racecraft-plugins-public configures →

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python3 tests/speckit-pro/run-all.py --layer 1.

Reuse

Borrowing it

Nothing to install: this file belongs to racecraft-lab/racecraft-plugins-public. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/racecraft-lab/racecraft-plugins-public/main/.claude/skills/scaffold-skill/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/racecraft-lab/racecraft-plugins-public

Made for: Claude Code.

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 scaffold-skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/racecraft-lab/racecraft-plugins-public/scaffold-skill/github.svg)](https://agentmods.dev/skills/racecraft-lab/racecraft-plugins-public/scaffold-skill)
Your own site
<a href="https://agentmods.dev/skills/racecraft-lab/racecraft-plugins-public/scaffold-skill"><img src="https://agentmods.dev/badge/skills/racecraft-lab/racecraft-plugins-public/scaffold-skill/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 scaffold-skill

Your own site · 80×15
<a href="https://agentmods.dev/skills/racecraft-lab/racecraft-plugins-public/scaffold-skill"><img src="https://agentmods.dev/badge/skills/racecraft-lab/racecraft-plugins-public/scaffold-skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 91 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 575 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.00091 $0.00575
Opus 5 $0.00046 $0.00287
Sonnet 5 $0.00018 $0.00115
Haiku 4.5 $0.00009 $0.00057

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

Security

Grade A, and why

scaffold-skill 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.

.claude/skills/scaffold-skill/SKILL.md · 69 lines

What it actually says

scaffold-skill

Scaffolds a new skill in a marketplace plugin. Both user-invocable and Claude-invocable.

Inputs to ask for

  1. Plugin — which plugin (default: speckit-pro)
  2. Skill name — kebab-case, e.g. my-skill
  3. Description — one sentence with concrete trigger phrases (the description is what Claude matches on; vague descriptions = skill never fires)
  4. Codex mirror — yes/no. If yes, also create under codex-skills/<name>/SKILL.md
  5. References / scripts — does the skill need supporting files? Default: no (start minimal per CLAUDE.md "Simplest change" rule)

What this creates

<plugin>/skills/<name>/
└── SKILL.md

With frontmatter:

---
name: <name>
description: <description>
license: MIT
---

Optional Codex mirror:

<plugin>/codex-skills/<name>/
└── SKILL.md

Optional references/ and scripts/ subdirs (only if user said yes).

Post-create

Always run from the repository root:

python3 tests/speckit-pro/run-all.py --layer 1

If Codex mirror created, also run:

python3 tests/speckit-pro/layer1-structural/validate-codex-skills.py

If either fails, fix the SKILL.md before reporting success.

What this does NOT do

  • Does not touch marketplace.json or release-please-config.json (skills don't have their own version; they live inside a plugin)
  • Does not commit (use plugin-publish skill for that, or commit manually)
  • Does not write skill body content — only the frontmatter scaffold. User fills in the body.

Hard rules

  • Frontmatter must have at minimum name and description
  • name in frontmatter must match the directory name
  • Description must include concrete trigger phrases — not just "Helps with X"
  • Codex mirror must have identical name to the Claude Code skill
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 · 69 lines · 91 tokens per session scan A d388186a5b2b

Subscribe to this mod's changes

scaffold-skill is a skill published in the GitHub repository racecraft-lab/racecraft-plugins-public (5 stars, last pushed today), licensed MIT. It adds 91 tokens to every session and 575 once invoked, about $0.0005 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

build-executor

Govern implementation from an approved execution contract. Invoke when execution-contract.md is approved and the user wants disciplined build work, TDD execution, or guarded batch-by-batch implementation.

MageByte-Zero/spec-superflow · 39 tokens

workflow-start

Primary entry point for the spec-superflow state-machine workflow. Invoke when the user is inside an active spec-superflow change directory (look for .spec-superflow.yaml, changes/ /, proposal.md, specs/, design.md, tasks.md, or execution-contract.md) and asks to start, continue, resume, implement, plan, or figure out…

MageByte-Zero/spec-superflow · 125 tokens

release-archivist

Close out a spec-superflow change with verification, summary, and archive readiness. Invoke when implementation is complete, verification is underway, or the user asks for a final wrap-up.

MageByte-Zero/spec-superflow · 42 tokens

bug-investigator

Use when encountering any bug, test failure, or unexpected behavior during spec-superflow execution, before proposing fixes. Invoked automatically when build-executor hits a blockage.

MageByte-Zero/spec-superflow · 37 tokens

contract-builder

Convert approved planning artifacts into an execution contract. Invoke when the user wants to start building, asks to move from planning to implementation, or when execution-contract.md is missing or stale.

MageByte-Zero/spec-superflow · 39 tokens

spec-writer

Create or refine spec-superflow planning artifacts. Invoke when the change is understood well enough to write proposal.md, specs/, design.md, and tasks.md.

MageByte-Zero/spec-superflow · 35 tokens