project-scaffolder

project-scaffolder is a skill for Claude Code from DojoGenesis/mcp. It costs 33 tokens per session (860 once invoked), scanned A, original, MIT.

A project setup tool that creates a directory skeleton from templates. It can include folders, README files, decision records, and other starting documents for several project types.

In plain words
What is it for?
Use it to start Go services, full-stack projects, orchestration projects, plugins, or minimal projects. It gathers basic project details and creates the selected template structure.
Why use it?
It removes the repetitive work of deciding and creating a standard project structure at the beginning of a project.

Skill for Claude Code

Written for Claude Code: Claude Code plugin machinery. Also seen: model in frontmatter; mentions CLAUDE.md.

Good fit Use it to start Go services, full-stack projects, orchestration projects, plugins, or minimal projects. It gathers basic project details and creates the selected template structure.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/dojogenesis/mcp/project-scaffolder.svg)](https://agentmods.dev/skills/dojogenesis/mcp/project-scaffolder)
Your own site
<a href="https://agentmods.dev/skills/dojogenesis/mcp/project-scaffolder"><img src="https://agentmods.dev/badge/skills/dojogenesis/mcp/project-scaffolder.svg" alt="Measured on agentmods" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 860 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.00033 $0.00860
Opus 5 $0.00016 $0.00430
Sonnet 5 $0.00007 $0.00172
Haiku 4.5 $0.00003 $0.00086

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

Security

Grade A, and why

project-scaffolder 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 7d 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.

internal/skills/bundled/dojo-craft/project-scaffolder/SKILL.md · 163 lines

How it starts

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

Project Scaffolder

Bootstraps project directory structures from proven templates. Creates the skeleton — directories, READMEs, initial docs — so projects start with good bones.

Workflow

1. TEMPLATE

Select template based on project type:

go-service:

cmd/{name}/main.go
internal/
pkg/
docs/
decisions/
  000-template.md
Makefile
.goreleaser.yaml
.gitignore
README.md
CLAUDE.md

fullstack:

frontend/
  src/
  package.json
backend/
  cmd/
  internal/
docs/
decisions/
  000-template.md
docker-compose.yml
README.md
CLAUDE.md

orchestration:

phases/
specs/
scouts/
decisions/
  000-template.md
commissions/
contracts/
docs/
STATUS.md
ARCHITECTURE.md
VISION.md
README.md
CLAUDE.md

plugin:

.claude-plugin/
  plugin.json
skills/
agents/
commands/
hooks/
  hooks.json
README.md

minimal:

docs/
decisions/
  000-template.md
README.md
CLAUDE.md

2. CUSTOMIZE

Gather project metadata:

  • Project name (required)
  • One-line description (required)
  • Primary language (inferred from template, can override)
  • Repository URL (optional)
  • Author / organization (optional)

3. CREATE

Generate directory structure:

  • Create all directories from template
  • Add README.md stub in each directory explaining its purpose (1-3 sentences)
  • Never overwrite existing files — skip with warning
  • Never generate source code files — scaffold structure only

4. ADR

Write decisions/000-template.md:

# ADR-NNN: [Short Title]

**Date:** YYYY-MM-DD
**Status:** Proposed | Accepted | Superseded by ADR-NNN
**Affects:** [list repos and/or contracts affected]

## Context
What is the situation that calls for a decision?

## Decision
What is the decision that was made?

## Consequences
What are the positive and negative consequences?

## Propagation
- [ ] [document/repo 1]
- [ ] STATUS.md updated

5. CLAUDE

Generate initial CLAUDE.md:

  • Project overview section with name and description
  • Conventions section (language-specific defaults from template)
  • Debugging protocol stub
  • Git rules section (conventional commits, build before commit)
  • Active projects section (empty, to be filled)

Read the full file on GitHub · 163 lines

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. 7d ago First seen · 163 lines · 33 tokens per session scan A f0cfd3085783

Subscribe to this mod's changes

project-scaffolder is a skill published in the GitHub repository DojoGenesis/mcp (0 stars, last pushed 1mo ago), licensed MIT. It adds 33 tokens to every session and 860 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.