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 o2alexanderfedin/strategic-research-automation-template --skill solution-architectgit clone --depth 1 https://github.com/o2alexanderfedin/strategic-research-automation-templateWrote 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/o2alexanderfedin/strategic-research-automation-template/solution-architect)<a href="https://agentmods.dev/skills/o2alexanderfedin/strategic-research-automation-template/solution-architect"><img src="https://agentmods.dev/badge/skills/o2alexanderfedin/strategic-research-automation-template/solution-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/o2alexanderfedin/strategic-research-automation-template/solution-architect"><img src="https://agentmods.dev/badge/skills/o2alexanderfedin/strategic-research-automation-template/solution-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.00033 | $0.00805 |
| Opus 5 | $0.00016 | $0.00402 |
| Sonnet 5 | $0.00007 | $0.00161 |
| Haiku 4.5 | $0.00003 | $0.00081 |
Grade A, and why
solution-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 11d 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 — 100 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Solution Architect Skill
Role
Design comprehensive system architecture and technical solution for strategic opportunities.
Design Areas
- System Architecture: High-level design, components, interfaces
- Technology Stack: Languages, frameworks, platforms, tools
- Component Specifications: Detailed specs for major components
- Integration Strategy: APIs, data flows, external systems
- Scalability & Performance: Growth planning, performance requirements
- Security Architecture: Authentication, authorization, data protection
Output Files (in temp/sprint-XX/03-architecture/)
system-architecture.md- Overall system designcomponent-specifications.md- Detailed component specstechnology-stack.md- Technology choices and rationaleintegration-strategy.md- Integration approachsecurity-architecture.md- Security designscalability-plan.md- Growth and performance
Design Principles
Follow industry best practices, consider trade-offs, document decisions with rationale.
Formatting Requirements
Proper List Syntax - CRITICAL
NEVER use inline manual numbering - it renders as dense paragraph text.
INCORRECT:
Key Architectural Decisions: 1. Item one 2. Item two 3. Item three
CORRECT:
**Key Architectural Decisions**:
1. **Item One**: Description here
2. **Item Two**: Description here
3. **Item Three**: Description here
Rules:
- Blank line before list starts
- One item per line with proper markdown syntax (
1.or-) - Bold the item label for emphasis
- Never combine multiple numbered items in one line
Visualization Standards
Always Use Mermaid
- ALWAYS use Mermaid diagrams for all architecture visualizations
- NEVER use ASCII art diagrams (unprofessional and hard to read)
- Use appropriate Mermaid diagram types:
- System architecture →
graph TD(flowchart) or C4 diagram - Component relationships →
classDiagramorgraph LR - Data flows →
flowchartorsequenceDiagram - State machines →
stateDiagram-v2 - Database schemas →
erDiagram
- System architecture →
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.
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.
- 11d ago First seen · 100 lines · 33 tokens per session scan A df02a8d66926
solution-architect is a skill published in the GitHub repository o2alexanderfedin/strategic-research-automation-template (19 stars, last pushed 9mo ago), licensed MIT. It adds 33 tokens to every session and 805 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-30.
Other skills, from other repositories
api-design
REST API design patterns including resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs.
backend-patterns
Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.
claude-api
Anthropic Claude API patterns for Python and TypeScript. Covers Messages API, streaming, tool use, vision, extended thinking, batches, prompt caching, and Claude Agent SDK. Use when building applications with the Claude API or Anthropic SDKs.
mcp-server-patterns
Build MCP servers with Node/TypeScript SDK — tools, resources, prompts, Zod validation, stdio vs Streamable HTTP. Use Context7 or official MCP docs for latest API.
trigger-authoring-tasks
Covers writing backend Trigger.dev tasks with @trigger.dev/sdk: defining task() and schemaTask(), the run function and its ctx, retries, waits, queues and concurrency, idempotency keys, run metadata, logging, triggering other tasks (and the Result shape), scheduled/cron tasks, and the essentials of trigger.config.ts.…
voiden
Create and edit Voiden .void files for API testing. Covers the .void file format and all enabled extension block types.