cli-scaffolding

cli-scaffolding is a skill for Claude Code, Codex from paruff/uFawkesAI. It costs 41 tokens per session (519 once invoked), scanned A, original, MIT.

A skill that provides command-line instructions for creating standard project components from templates. The command line is a text-based way to run development tools, and scaffolding means generating an initial structure automatically.

In plain words
What is it for?
Use it to scaffold Fawkes services, pipeline files, GitOps environment overlays, and test suites. It produces a scaffold report and supports template and command-line UX checks.
Why use it?
It reduces the manual work and inconsistency involved in starting services, pipelines, deployment configuration, or test suites. It also includes checks for the command-line user experience.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Claude Code; installed under .agents/ (shared by several agents); mentions Codex.

Good fit Use it to scaffold Fawkes services, pipeline files, GitOps environment overlays, and test suites. It produces a scaffold report and supports template and command-line UX checks.

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

Made for: Claude Code, Codex.

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 cli-scaffolding

README.md
[![agentmods](https://agentmods.dev/badge/skills/paruff/ufawkesai/cli-scaffolding.svg)](https://agentmods.dev/skills/paruff/ufawkesai/cli-scaffolding)
Your own site
<a href="https://agentmods.dev/skills/paruff/ufawkesai/cli-scaffolding"><img src="https://agentmods.dev/badge/skills/paruff/ufawkesai/cli-scaffolding.svg" alt="Measured on agentmods" 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 519 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.00041 $0.00519
Opus 5 $0.00020 $0.00260
Sonnet 5 $0.00008 $0.00104
Haiku 4.5 $0.00004 $0.00052

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

Security

Grade A, and why

cli-scaffolding 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 8d 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.

.agents/skills/dev-experience/cli-scaffolding/SKILL.md · 82 lines

What it actually says

Skill: CLI Scaffolding & Developer Tooling

Load trigger: "load cli-scaffolding skill" > DORA: Cap 3 (AI-Accessible Internal Data) Token cost: Low

Purpose

Provide CLI commands that scaffold new components, pipelines, tests, and GitOps structures.

Responsibilities

  • Scaffold new Fawkes services
  • Scaffold pipeline-spec.yaml
  • Scaffold GitOps overlays
  • Scaffold test suites
  • Validate CLI UX

Inputs

  • Fawkes CLI
  • Templates

Outputs

  • scaffold-report.json

Sub-Skills

Skill Purpose
cli-scaffolding/template-scaffolding Generate components from templates
cli-scaffolding/cli-ux Validate CLI user experience

Scaffold Commands

Command Output
fawkes scaffold service <name> New service with boilerplate
fawkes scaffold pipeline pipeline-spec.yaml
fawkes scaffold gitops <env> GitOps overlay structure
fawkes scaffold test <type> Test file with patterns

Rules

  • Scaffolding completes in < 10 seconds
  • Generated code follows conventions
  • Tests included by default
  • GitOps structure correct

Output Format

{
  "skill": "cli-scaffolding",
  "command": "fawkes scaffold service my-service",
  "status": "success",
  "files_created": [
    "src/my-service/index.ts",
    "src/my-service/handler.ts",
    "tests/my-service/handler.test.ts",
    "manifests/my-service/deployment.yaml"
  ],
  "duration_seconds": 3
}

Success Criteria

  • Developer can scaffold a new service in < 10 seconds
  • All files follow conventions
  • Tests included
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. 8d ago First seen · 82 lines · 41 tokens per session scan A 83f1c2190aba

Subscribe to this mod's changes

cli-scaffolding is a skill published in the GitHub repository paruff/uFawkesAI (2 stars, last pushed 15d ago), licensed MIT. It adds 41 tokens to every session and 519 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.