scaffold-project

scaffold-project is a skill for Claude Code, Codex from Marve10s/Better-Fullstack. It costs 80 tokens per session (681 once invoked), scanned A, original, MIT.

A skill for creating new applications and services with Better Fullstack, a project generator that supports several programming languages, frameworks, and application types. It uses Better Fullstack's guidance, configuration schema, compatibility checks, and project-planning tools.

In plain words
What is it for?
Use it to start a web app, mobile app, API, backend, full-stack project, or monorepo—a repository containing multiple related packages or applications.
Why use it?
It helps choose a compatible project setup before generating files and avoids manually assembling framework, authentication, database, or other generated structure.

Skill for Claude CodeCodex

Part of the better-fullstack plugin — 2 skills, 1 MCP server 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/marve10s/better-fullstack/scaffold-project
Any agent
npx skills add Marve10s/Better-Fullstack --skill scaffold-project
Clone the repo
git clone --depth 1 https://github.com/Marve10s/Better-Fullstack

Made for: Claude Code, Codex.

Or install better-fullstack, the plugin that ships this one along with the rest of its 2 skills, 1 MCP server.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/marve10s/better-fullstack/scaffold-project.svg)](https://agentmods.dev/skills/marve10s/better-fullstack/scaffold-project)
Your own site
<a href="https://agentmods.dev/skills/marve10s/better-fullstack/scaffold-project"><img src="https://agentmods.dev/badge/skills/marve10s/better-fullstack/scaffold-project.svg" alt="Measured on agentmods" height="20"></a>
Per session 80 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 681 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.00080 $0.00681
Opus 5 $0.00040 $0.00341
Sonnet 5 $0.00016 $0.00136
Haiku 4.5 $0.00008 $0.00068

Measured today against content hash 8a514d13cfd1, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

scaffold-project 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 today.

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.

plugin/skills/scaffold-project/SKILL.md · 61 lines

How it starts

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

Scaffold a Better Fullstack Project

Use the Better Fullstack MCP server as the source of truth. Do not hand-write package files, framework folders, auth wiring, database wiring, or generated project structure.

Workflow

  1. Resolve intent. If major choices are unclear, ask briefly or pick conservative defaults and state them.
  2. Call bfs_get_guidance.
  3. Call bfs_get_schema for the current allowed values. Do not rely on a stale option list.
  4. Build a full explicit config. Use "none", empty arrays, and booleans rather than omitting important fields.
  5. Call bfs_check_compatibility.
  6. Call bfs_plan_project. Review the dry-run output and compatibility adjustments.
  7. Call bfs_create_project only after the plan matches the user request.
  8. Report the selected stack, project directory, and exact install/test/dev commands.

Rules

  • Set install: false for agent scaffolding unless the user explicitly asks to install dependencies.
  • Use packageManager: "bun" when the user or current repo expects Bun.
  • Use aiDocs: ["agents-md"] for reusable projects and aiDocs: ["none"] for benchmarks or throwaway scaffolds.
  • Prefer stack graph parts for explicit multi-ecosystem stacks, but use MCP schema fields when they communicate the request more clearly.
  • Treat compatibility adjustments as user-visible decisions.
  • Do not start a dev server.

Common Stack Hints

  • React + Vite: frontend: ["react-vite"]
  • Next.js fullstack: frontend: ["next"], backend: "self"
  • Hono API: backend: "hono", runtime: "bun" or "node"
  • SQLite + Drizzle: database: "sqlite", orm: "drizzle"
  • Python API: ecosystem: "python", then choose pythonWebFramework and related Python fields
  • Rust API: ecosystem: "rust", then choose rustWebFramework and related Rust fields

CLI-only fallback

If the Better Fullstack MCP tools are unavailable, inspect the current flags with npx -y create-better-fullstack@latest create --help, then run the explicit scaffold command with --dry-run --no-install --no-git. Review that preview before rerunning without --dry-run. Do not guess option names or hand-write the scaffold.

Read the full file on GitHub · 61 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. today Changed · +7 lines 8a514d13cfd1
  2. 4d ago First seen · 54 lines · 80 tokens per session scan A 7efbcaa5ff84

Subscribe to this mod's changes

scaffold-project is a skill published in the GitHub repository Marve10s/Better-Fullstack (729 stars, last pushed today), licensed MIT. It adds 80 tokens to every session and 681 once invoked, about $0.0004 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-30.