scaffolding-project

scaffolding-project is a skill for Claude Code from isvlasov/rageatc-oss. It costs 41 tokens per session (1,322 once invoked), scanned C, original, MIT.

A setup process that creates the standard files and folders for a new rageatc-code-oss software project. It prepares templates and a basic CLAUDE.md before later planning and architecture work.

In plain words
What is it for?
Use it once when starting a new project, before defining its product requirements, architecture and implementation roadmap.
Why use it?
It gives a new project the expected structure and orientation files from the start.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions CLAUDE.md.

Part of the rageatc-code-oss plugin — 21 skills, 5 agents, 1 hook shipped together

Good fit Use it once when starting a new project, before defining its product requirements, architecture and implementation roadmap.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/isvlasov/rageatc-oss/scaffolding-project
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 isvlasov/rageatc-oss --skill scaffolding-project
Clone the repo
git clone --depth 1 https://github.com/isvlasov/rageatc-oss

Made for: Claude Code.

Or install rageatc-code-oss, the plugin that ships this one along with the rest of its 21 skills, 5 agents, 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 scaffolding-project

README.md
[![agentmods](https://agentmods.dev/badge/skills/isvlasov/rageatc-oss/scaffolding-project/github.svg)](https://agentmods.dev/skills/isvlasov/rageatc-oss/scaffolding-project)
Your own site
<a href="https://agentmods.dev/skills/isvlasov/rageatc-oss/scaffolding-project"><img src="https://agentmods.dev/badge/skills/isvlasov/rageatc-oss/scaffolding-project/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 scaffolding-project

Your own site · 80×15
<a href="https://agentmods.dev/skills/isvlasov/rageatc-oss/scaffolding-project"><img src="https://agentmods.dev/badge/skills/isvlasov/rageatc-oss/scaffolding-project.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,322 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. 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.00041 $0.01322
Opus 5 $0.00020 $0.00661
Sonnet 5 $0.00008 $0.00264
Haiku 4.5 $0.00004 $0.00132

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

Security

Grade C, and why

scaffolding-project scanned grade C 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 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.

Hidden instructionshighPrompt injection

Directives inside HTML comments, invisible characters or bidirectional overrides are read by the model and not by the person reviewing the file.

<!-- Update: append observations when something noteworthy happens. Do not rewrite — this file is append-only. One exception: /codify sweeps append a `Codified →` marker line to processed entries. Include only durable in
plugins/rageatc-code-oss/skills/scaffolding-project/SKILL.md · 153 lines

How it starts

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

Scaffolding a Project

Creates the standard file structure for a rageatc-code-oss project — run once per new project, before architecture and decomposition. The scaffold creates empty templates and a pre-populated CLAUDE.md; content is filled in by later skills (managing-product → PRD, architecting-software → ARCHITECTURE, decomposing-work/enriching-roadmap → ROADMAP, planning-software → ORCHESTRATION-PLAN). Not for projects with files already in place — check first.

Inputs Required

  1. Project root path — absolute path where files will be created
  2. Project name — used to populate CLAUDE.md heading
  3. Workflow tier — Quick, Standard, or Thorough (determines whether docs/decisions/ is created)

Outputs Produced

<project-root>/
├── CLAUDE.md               # Pre-populated orchestrator orientation file
├── STATUS.md               # Living project state — current position, decisions, next steps
├── PRD.md                  # Empty template — managed by managing-product
├── ARCHITECTURE.md         # Empty template — managed by architecting-software
├── ROADMAP.md              # Empty template — managed by decomposing-work / enriching-roadmap
├── ORCHESTRATION-PLAN.md   # Empty template — managed by planning-software
├── LEARNINGS.md            # Empty, updated only when noteworthy
└── docs/
    └── decisions/          # Created only for Thorough tier (for ADRs)

Workflow

Step 1: Confirm inputs

Check that you have:

  • Project root path (absolute)
  • Project name
  • Workflow tier (Quick / Standard / Thorough)

If any are missing, ask before proceeding.

Step 2: Check for existing files

Before creating anything, check whether the project root already contains any of the target files. If existing files are present, stop and confirm with the orchestrator which files to create. Do not overwrite without explicit approval.

Step 3: Create the directory structure

Create the project root if it does not exist. For Thorough tier only, also create docs/decisions/.

Read the full file on GitHub · 153 lines

Files

What ships with it

1 file 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. 10d ago First seen · 153 lines · 41 tokens per session scan C bf39dc32a3c8

Subscribe to this mod's changes

scaffolding-project is a skill published in the GitHub repository isvlasov/rageatc-oss (9 stars, last pushed 1mo ago), licensed MIT. It adds 41 tokens to every session and 1,322 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it C with 1 finding (hidden instructions). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.