scaffold

scaffold is a skill for Claude Code, Codex from OdinMB/ops-workflow. It costs 30 tokens per session (2,137 once invoked), scanned A, original, MIT.

A setup assistant for non-code operations and project-management repositories. It creates or aligns folders, CLAUDE.md instructions, and an INDEX.md hierarchy after asking about the project, goals, constraints, and domain areas.

In plain words
What is it for?
Use it to start a new operations repository or bring an existing one in line with the project's operations conventions.
Why use it?
It gives an operations repository a consistent structure and avoids silently overwriting existing guidance or creating missing folders without approval.

Skill for Claude CodeCodex

Part of the ops plugin — 9 skills, 10 commands, 5 agents 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/odinmb/ops-workflow/scaffold
Any agent
npx skills add OdinMB/ops-workflow --skill scaffold
Clone the repo
git clone --depth 1 https://github.com/OdinMB/ops-workflow

Made for: Claude Code, Codex.

Or install ops, the plugin that ships this one along with the rest of its 9 skills, 10 commands, 5 agents.

Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,137 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.00030 $0.02137
Opus 5 $0.00015 $0.01069
Sonnet 5 $0.00006 $0.00427
Haiku 4.5 $0.00003 $0.00214

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

Security

Grade A, and why

scaffold 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 3d 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.

skills/scaffold/SKILL.md · 275 lines

How it starts

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

Ops Scaffold

Set up a new non-code project management repo, or adjust an existing one to match the ops conventions.

Detect Mode

Check the current directory:

  • If CLAUDE.md existsAdjust mode: read it, compare against the template below, and propose specific changes. Don't overwrite — use Edit to patch. Ask before creating missing folders.
  • If no CLAUDE.mdNew repo mode: run the full interview and scaffold from scratch.

Interview (New Repo Mode)

Ask the user:

  1. Project name — what the project is called
  2. One-paragraph description — what the project does, who it's for
  3. Constraints — team size, budget, timeline, key limitations
  4. Goals — 2-4 strategic goals for the near term
  5. Initial domain areas — what topics will the project cover? These become the initial subfolders. Examples:
    • Marketing, legal, fundraising, partnerships, technical research
    • Or more specific: grants, audience growth, competitor analysis
  6. Connected to a coding repo? — ask if this ops repo is paired with a codebase. If yes, ask for the relative path from this repo to the code repo root (e.g., ../ if sibling directories, ../app/ if nested). This enables read-only access to the code for context.

Interview (Adjust Mode)

Read the existing structure (CLAUDE.md, MEMORY.md, folder listing). Then ask:

  1. What needs changing? — or just check against the template and propose fixes
  2. Missing folders? — offer to create any missing standard folders with INDEX.md files
  3. CLAUDE.md drift? — show specific differences from the template and offer to patch

Directory Structure

<project-dir>/
├── .claude/
│   └── settings.json
├── state/
│   └── INDEX.md
├── backlog/
│   └── INDEX.md
├── references/
│   └── INDEX.md
├── artifacts/
│   └── INDEX.md
├── plans/
│   ├── INDEX.md
│   └── completed/
│       └── INDEX.md
├── .update/
│   └── .gitkeep
├── .gitignore
├── CLAUDE.md
└── MEMORY.md

For each domain area the user specified, create a subfolder with an INDEX.md in the appropriate parent:

  • Research topics → subfolders under references/
  • Task areas → subfolders under backlog/
  • Only create state/ subfolders if the user has multiple distinct state areas

Read the full file on GitHub · 275 lines

Files

What ships with it

2 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. 3d ago First seen · 275 lines · 30 tokens per session scan A 19dde148df95

Subscribe to this mod's changes

scaffold is a skill published in the GitHub repository OdinMB/ops-workflow (7 stars, last pushed 16d ago), licensed MIT. It adds 30 tokens to every session and 2,137 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

dev-finish

Close out a session — summarise what changed, capture what was learned, and prepare the commit.

ToruAI/toru-claude-agents · 24 tokens

dev-full-auto

Hand over a spec and walk away — plans, builds, tests and audits on its own, stopping only at a real blocker.

ToruAI/toru-claude-agents · 30 tokens

factory-db-migration

The operational discipline for running a destructive change against a production database — schema migrations, data backfills, one-shot RPCs, historical seed imports. Adjacent to factory-data-layer.md (schema design) and factory-deployment.md (where migrations execute in CI) — this skill is about the runbook around…

nonlinear-xyz/factory-kit · 155 tokens

people-intel

This skill should be used when the user asks to 'research person', 'person intel', 'people intel', 'who is [person]', 'who created [project]', 'who maintains [package]', 'add person to knowledge graph', 'enrich person note', 'update person note', 'document [person]', 'create person note for [name]'. Researches a…

voxpelli/vp-claude · 118 tokens

schema-evolve

This skill should be used when the user asks about 'schema drift', 'schema evolution', 'evolve schema', 'schema sync', 'sync schemas', 'update schema fields', 'schema field frequency', 'missing schema fields', 'unused schema fields', 'schema proposal', 'schema cardinality', 'check schema', 'schema audit', 'schema…

voxpelli/vp-claude · 139 tokens

dev-cycle

Run a feature end to end — scout the code, plan it, build it, and keep a session file so a closed terminal doesn't lose the thread.

ToruAI/toru-claude-agents · 34 tokens