solution-architect

solution-architect is a skill for Claude Code from o2alexanderfedin/strategic-research-automation-template. It costs 33 tokens per session (805 once invoked), scanned A, original, MIT.

A planning guide for designing software systems and how their parts connect. It covers architecture, technology choices, component details, integrations, security, and growth.

In plain words
What is it for?
Planning system architecture, choosing a technology stack, defining components and interfaces, designing integrations, and documenting security or scaling needs.
Why use it?
It helps turn a broad technical idea into documented decisions and specifications before implementation begins.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: names the TodoWrite tool.

Good fit Planning system architecture, choosing a technology stack, defining components and interfaces, designing integrations, and documenting security or scaling needs.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/o2alexanderfedin/strategic-research-automation-template/solution-architect
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 o2alexanderfedin/strategic-research-automation-template --skill solution-architect
Clone the repo
git clone --depth 1 https://github.com/o2alexanderfedin/strategic-research-automation-template

Made for: Claude Code.

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 solution-architect

README.md
[![agentmods](https://agentmods.dev/badge/skills/o2alexanderfedin/strategic-research-automation-template/solution-architect/github.svg)](https://agentmods.dev/skills/o2alexanderfedin/strategic-research-automation-template/solution-architect)
Your own site
<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.

agentmods 80×15 button for solution-architect

Your own site · 80×15
<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>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 805 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.00033 $0.00805
Opus 5 $0.00016 $0.00402
Sonnet 5 $0.00007 $0.00161
Haiku 4.5 $0.00003 $0.00081

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

Security

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.

.claude/skills/solution-architect/SKILL.md · 100 lines

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

  1. System Architecture: High-level design, components, interfaces
  2. Technology Stack: Languages, frameworks, platforms, tools
  3. Component Specifications: Detailed specs for major components
  4. Integration Strategy: APIs, data flows, external systems
  5. Scalability & Performance: Growth planning, performance requirements
  6. Security Architecture: Authentication, authorization, data protection

Output Files (in temp/sprint-XX/03-architecture/)

  • system-architecture.md - Overall system design
  • component-specifications.md - Detailed component specs
  • technology-stack.md - Technology choices and rationale
  • integration-strategy.md - Integration approach
  • security-architecture.md - Security design
  • scalability-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 → classDiagram or graph LR
    • Data flows → flowchart or sequenceDiagram
    • State machines → stateDiagram-v2
    • Database schemas → erDiagram

Read the full file on GitHub · 100 lines

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. 11d ago First seen · 100 lines · 33 tokens per session scan A df02a8d66926

Subscribe to this mod's changes

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.

Related

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.

Yaomeng1749/claude-code-digital-nomad-config-pack · 31 tokens

backend-patterns

Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.

Yaomeng1749/claude-code-digital-nomad-config-pack · 31 tokens

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.

Yaomeng1749/claude-code-digital-nomad-config-pack · 53 tokens

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.

Yaomeng1749/claude-code-digital-nomad-config-pack · 44 tokens

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.…

triggerdotdev/trigger.dev · 115 tokens

voiden

Create and edit Voiden .void files for API testing. Covers the .void file format and all enabled extension block types.

VoidenHQ/voiden · 28 tokens