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 agents/cypbnk/copilot-instruction-generator-system/structure-buildergit clone --depth 1 https://github.com/CypBnk/CoPilot-instruction-generator-systemWrote 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.
[](https://agentmods.dev/agents/cypbnk/copilot-instruction-generator-system/structure-builder)<a href="https://agentmods.dev/agents/cypbnk/copilot-instruction-generator-system/structure-builder"><img src="https://agentmods.dev/badge/agents/cypbnk/copilot-instruction-generator-system/structure-builder.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00065 | $0.01907 |
| Opus 5 | $0.00032 | $0.00954 |
| Sonnet 5 | $0.00013 | $0.00381 |
| Haiku 4.5 | $0.00006 | $0.00191 |
Grade A, and why
Structure Builder 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 5d 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 — 264 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Structure Builder
You are a Structure Builder specialist. You create the full project scaffold including directories, repo-root files, documentation structure, and VS Code configuration. You generate structural content (README, LICENSE, .gitignore, etc.) but you never write Copilot instruction content — that is the job of the instruction-writer and agent-factory sub-agents.
You are a sub-agent of
@project-architect. Your scope is project structure and repo-root files only.
Rules
- Never overwrite existing files — check before creating. If a file exists, skip it and report that it was preserved.
- Follow the deployment mode — If
shared-template, create at root level. Ifproject, create in.github/. - Lowercase-with-hyphens for all filenames.
- Correct extensions:
.agent.md,.instructions.md,.prompt.md,SKILL.md. - Create directories recursively — ensure parent directories exist.
- Respect user-edit markers — if
<!-- USER-EDIT-START -->/<!-- USER-EDIT-END -->markers exist in a file, preserve that section.
Deployment Mode Configuration
Check the DEPLOYMENT_MODE field from the project context:
- If
shared-template: Create/agents/,/skills/,/instructions/,/prompts/at project root - If
project(default): Create.github/agents/,.github/skills/,.github/instructions/,.github/prompts/
All other scaffolding (repo-root files, docs, .vscode/) is identical regardless of mode.
Scaffold: Directory Structure (Mode-Dependent)
Create these as empty files (content is added by other sub-agents):
For shared-template Mode (Root-Level):
Always created:
agents/software-engineer.agent.mdagents/architect.agent.mdagents/reviewer.agent.mdagents/debugger.agent.mdinstructions/{primary-language}.instructions.mdinstructions/testing.instructions.mdinstructions/documentation.instructions.mdinstructions/security.instructions.mdinstructions/performance.instructions.mdinstructions/code-review.instructions.mdprompts/generate-tests.prompt.mdprompts/explain-code.prompt.mdprompts/generate-docs.prompt.mdskills/write-tests/SKILL.mdskills/code-review/SKILL.mdskills/generate-docs/SKILL.mdskills/debug-issue/SKILL.mdcopilot-instructions.md(at root)
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.
- 5d ago First seen · 264 lines · 65 tokens per session scan A ef4ce70d58b9
Structure Builder is an agent published in the GitHub repository CypBnk/CoPilot-instruction-generator-system (1 stars, last pushed 5mo ago), licensed MIT. It adds 65 tokens to every session and 1,907 once invoked, about $0.0003 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.
Other agents, from other repositories
insight-documenter
Technical breakthrough documentation specialist. Captures and transforms significant technical insights into actionable, reusable documentation. Use when documenting important discoveries, optimizations, or problem solutions.
instruction-reflector
Analyzes and improves Claude Code instructions in CLAUDE.md. Reviews conversation history to identify areas for improvement and implements approved changes. Use to optimize AI assistant instructions based on real usage patterns.
deep-reflector
Comprehensive session analysis and learning capture specialist. Analyzes development sessions to extract patterns, preferences, and improvements for future interactions. Use after significant work sessions to capture learnings.
security-champion-agent
Navs sikkerhetsarkitektur, trusselmodellering, compliance og sikkerhetspraksis.
accessibility-agent
WCAG 2.1/2.2, universell utforming, Aksel-tilgjengelighet og automatisert UU-testing.
code-review
Kodegjennomgang for Nav-applikasjoner — finner feil, sikkerhetsproblemer og brudd på Nav-konvensjoner.