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.
npx agentmods add commands/brennercruvinel/ccplugins/scaffoldgit clone --depth 1 https://github.com/brennercruvinel/CCPluginsWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.00955 |
| Opus 5 | $0.00000 | $0.00477 |
| Sonnet 5 | $0.00000 | $0.00191 |
| Haiku 4.5 | $0.00000 | $0.00096 |
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.
How it starts
The opening of the file, as written. The whole thing — 168 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Intelligent Scaffolding
I'll create complete feature structures based on your project patterns, with full continuity across sessions.
Arguments: $ARGUMENTS - feature name or component to scaffold
Session Intelligence
I'll maintain scaffolding progress across sessions:
Session Files (in current project directory):
scaffold/plan.md- Scaffolding plan and component listscaffold/state.json- Created files and progress
IMPORTANT: Session files are stored in a scaffold folder in your current project root
Auto-Detection:
- If session exists: Resume incomplete scaffolding
- If no session: Create new scaffolding plan
- Commands:
resume,status,new
Phase 1: Pattern Discovery
MANDATORY FIRST STEPS:
- Check if
scaffolddirectory exists in current working directory - If directory exists, check for session files:
- Look for
scaffold/state.json - Look for
scaffold/plan.md - If found, resume from existing session
- Look for
- If no directory or session exists:
- Analyze project patterns
- Create scaffolding plan
- Initialize progress tracking
- Show scaffolding preview before creating
Note: Always look for session files in the current project's scaffold/ folder, not ../../../scaffold/ or absolute paths
I'll discover your project patterns:
Pattern Analysis:
- File organization structure
- Naming conventions
- Testing patterns
- Import/export styles
- Documentation standards
Smart Detection:
- Find similar features already implemented
- Identify architectural patterns
- Detect testing frameworks
- Understand build configuration
Phase 2: Scaffolding Planning
Based on patterns, I'll create a scaffolding plan:
Component Structure:
- Main feature files
- Test files
- Documentation
- Configuration updates
- Integration points
I'll write this plan to scaffold/plan.md with:
- Each file to create
- Template patterns to follow
- Integration requirements
- Creation order
Phase 3: Intelligent Generation
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.
- 3d ago First seen · 168 lines · 0 tokens per session scan A 89053471ec90
scaffold is a command published in the GitHub repository brennercruvinel/CCPlugins (2,780 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 955 tokens. 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.
Other commands, from other repositories
README
Git workflow and quality assurance commands for the claude-skills repository.
convert-to-todowrite-tasklist-prompt
Purpose: Transform verbose, context-heavy slash commands into efficient TodoWrite tasklist-based methods with parallel subagent execution for 60-70% speed improvements.
security-audit
Perform a comprehensive security audit of the codebase to identify potential vulnerabilities, insecure patterns, and security best practice violations.
statusbar-style
Switch the status-bar style (classic / capsule / hairline).
hunt
Active vulnerability hunt against a target by invoking tools/hunt.py (which calls vulnscanner.sh against recon/ /). Auto-runs recon first if no recon dir exists. Usage: /hunt target.com.
writing:review
Exhaustive parallel editorial review of written content.