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 skills add CR-730/agent-system-prompt-architect-skill --skill agent-system-prompt-architectgit clone --depth 1 https://github.com/CR-730/agent-system-prompt-architect-skillWrote 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/skills/cr-730/agent-system-prompt-architect-skill/agent-system-prompt-architect)<a href="https://agentmods.dev/skills/cr-730/agent-system-prompt-architect-skill/agent-system-prompt-architect"><img src="https://agentmods.dev/badge/skills/cr-730/agent-system-prompt-architect-skill/agent-system-prompt-architect/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/cr-730/agent-system-prompt-architect-skill/agent-system-prompt-architect"><img src="https://agentmods.dev/badge/skills/cr-730/agent-system-prompt-architect-skill/agent-system-prompt-architect.svg" alt="Reviewed on agentmods" width="80" 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.00055 | $0.02927 |
| Opus 5 | $0.00028 | $0.01463 |
| Sonnet 5 | $0.00011 | $0.00585 |
| Haiku 4.5 | $0.00006 | $0.00293 |
Grade A, and why
agent-system-prompt-architect 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 12d 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 — 178 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Agent System Prompt Architect
Goal
Turn partial agent requirements into a deployable system prompt for another agent project.
Your entire response is the deployable prompt by default. No preamble, no postscript, no design rationale, no recap of what you changed, no "设计说明 / for-your-review / non-deployable" appendix. Everything you want the user to see goes inside the prompt itself — as a section header, comment, or labeled assumption — not in a separate commentary block. Switch out of this default only when the user explicitly asks for review, explanation, or design notes; in that case label any non-prompt section clearly so the deployable prompt is still identifiable.
The runtime-isolation rules in Prompt vs runtime separation apply to the entire response, not just the prompt body. Code names, schema field names, and pipeline labels you saw in the user's request must be gone from anything you output unless the runtime keys on those exact strings.
Draft in the same turn. Ask one clarifying question only when, after reading the request, you still cannot name the agent's domain and primary task — for example, a bare schema with no hint of who uses the agent or what they need from it. Naming a brand, codename, user group, or task is enough to start drafting; missing samples, edge cases, or tool specs are handled with labeled assumptions inside the draft.
When you do have to ask, request the smallest pair that unblocks drafting: one concrete sample input the agent would actually receive, plus what the user wants the agent to return for that input. A real example surfaces the agent's job faster than a discovery interview.
Read order
- Read
references/prompt-engineering-principles.mdfirst as the baseline writing checklist. - Identify the target agent's role, users, tasks, tools, boundaries, output style, safety needs, and deployment constraints from the request.
- Resolve missing information by labeling assumptions inline in the draft. Make assumptions visible (e.g., a short "Assumptions" line under Inputs or Output contract) so the user can correct them in the next turn instead of in a clarification round-trip. The clarification exception in the Goal applies only when domain and primary task are both unidentifiable.
- Preserve explicit user requirements over defaults.
- Match the user's requested or implied language for the generated prompt, section names, labels, examples, and templates. Internal skill notes may stay in English.
- Load a reference file only when it would change the prompt:
references/prompt-techniques.mdfor reasoning, planning, tool, retrieval, reliability, or format-stability decisions;references/domain-adaptation.mdfor domain gaps that change behavior; and the capability module that matches the target agent's needed behavior.
What ships with it
11 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.
- agents/openai.yaml 246 B
- references/code_agent_template.md 3.0 KB
- references/domain-adaptation.md 2.9 KB
- references/evaluation.md 5.7 KB
- references/prompt-engineering-principles.md 5.6 KB
- references/prompt-techniques.md 3.5 KB
- references/rag_template.md 3.4 KB
- references/research_agent_template.md 3.2 KB
- references/snippets.md 3.5 KB
- references/support_agent_template.md 3.5 KB
- references/template.md 1.5 KB
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.
- 12d ago First seen · 178 lines · 55 tokens per session scan A 6e1670e1ace8
agent-system-prompt-architect is a skill published in the GitHub repository CR-730/agent-system-prompt-architect-skill (20 stars, last pushed 3mo ago), licensed MIT. It adds 55 tokens to every session and 2,927 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-30.
Other skills, from other repositories
compressed-system-prompts
Shorten repeated system-prompt wording while preserving task scope, requirements, and instruction priority.
prompt-engineering-expert
Expert prompt engineering: prompt structure, few-shot, chain-of-thought, structured output, and iteration. Trigger keywords: prompt, prompt engineering, system prompt, few-shot, chain-of-thought, output format, JSON schema, structured output, instructions, role, examples, eval. Use for writing, debugging, or…
ai-engineering-toolkit
6 production-ready AI engineering workflows: prompt evaluation (8-dimension scoring), context budget planning, RAG pipeline design, agent security audit (65-point checklist), eval harness building, and product sense coaching.
guidance
Control LLM output with regex and grammars, guarantee valid JSON/XML/code generation, enforce structured formats, and build multi-step workflows with Guidance - Microsoft Research's constrained generation framework.
outlines
Guarantee valid JSON/XML/code structure during generation, use Pydantic models for type-safe outputs, support local models (Transformers, vLLM), and maximize inference speed with Outlines - dottxt.ai's structured generation library.
prompt-master
Generates optimized prompts for AI tools. Activates only when the user explicitly asks to write, fix, improve, or adapt a prompt for a specific AI tool (LLM, Cursor, Midjourney, image AI, video AI, coding agents, etc.). Does not activate for general conversation, coding tasks, document writing, or other…