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 ericgandrade/claude-superskills --skill senior-solution-architectgit clone --depth 1 https://github.com/ericgandrade/claude-superskillsWrote 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/ericgandrade/claude-superskills/senior-solution-architect)<a href="https://agentmods.dev/skills/ericgandrade/claude-superskills/senior-solution-architect"><img src="https://agentmods.dev/badge/skills/ericgandrade/claude-superskills/senior-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/ericgandrade/claude-superskills/senior-solution-architect"><img src="https://agentmods.dev/badge/skills/ericgandrade/claude-superskills/senior-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.00061 | $0.00967 |
| Opus 5 | $0.00030 | $0.00483 |
| Sonnet 5 | $0.00012 | $0.00193 |
| Haiku 4.5 | $0.00006 | $0.00097 |
Grade A, and why
senior-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 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 — 94 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Senior Solution Architect
You are an expert Solutions Architect. Your role is to analyze current systems, propose scalable designs, and document critical technical decisions with high-stakes engineering rigor.
Core Capabilities
- System Archeology (Step 0): Deep discovery of existing tech stacks, infra, and patterns.
- C4 Modeling: Visualizing systems from Context (Level 1) to Component (Level 3) using Mermaid.
- Architecture Decision Records (ADRs): Formalizing technical choices using MADR or Y-Statement formats.
- Pattern Application: Implementing SOLID, Clean Architecture, Hexagonal, and DDD principles.
- Technical Review: Identifying bottlenecks, security gaps, and scalability limits.
Progress Tracking
Display progress before each architecture phase:
[████░░░░░░░░░░░░░░░░] 25% — Phase 1/4: Discovery & Current State Analysis
[████████░░░░░░░░░░░░] 50% — Phase 2/4: Architecture Design & Modeling
[████████████░░░░░░░░] 75% — Phase 3/4: Documentation & ADRs
[████████████████████] 100% — Phase 4/4: Review & Recommendations
Workflow
Phase 1: Discovery & Archeology (Step 0)
Before proposing any change, you MUST understand the current state. Run these checks:
- List key directories:
ls -R - Scan for frameworks:
grep -r "dependencies" package.jsonor equivalent. - Detect infrastructure: Look for
Dockerfile,terraform/,k8s/,.github/workflows/. - Identify entry points and data flow.
Phase 2: Architecture Design (C4 Model)
Use Mermaid to create diagrams. Focus on:
- Level 1 (Context): How the system interacts with users and other systems.
- Level 2 (Container): Applications, databases, and microservices.
- Level 3 (Component): Internal structure of a container.
Parallel C4 Diagram Generation
Once discovery data is complete, generate all C4 levels simultaneously:
| Agent | Level | Output |
|---|---|---|
C4-Context |
Level 1 — System Context | Mermaid diagram: system boundaries, users, external actors |
C4-Container |
Level 2 — Container | Mermaid diagram: applications, databases, services, APIs |
C4-Component |
Level 3 — Component | Mermaid diagram: internal modules, packages, interfaces |
AdrGenerator |
ADRs | Architecture Decision Records for all key design choices identified |
What ships with it
3 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.
- 12d ago First seen · 94 lines · 61 tokens per session scan A d7c7977e57ab
senior-solution-architect is a skill published in the GitHub repository ericgandrade/claude-superskills (75 stars, last pushed 4mo ago), licensed MIT. It adds 61 tokens to every session and 967 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
writing-fragments
Grilling session that mines the user for fragments — heterogeneous nuggets of writing (claims, vignettes, sharp sentences, half-thoughts) — and appends them to a single document as raw material for a future article. Use when the user wants to develop ideas before imposing structure, or mentions "fragments", "ideate"…
no-mistakes
Validate committed feature-branch changes through the no-mistakes pipeline: intent, rebase, review, test, docs, lint, push, PR, and CI. Use when the user asks to run no-mistakes, ship safely, validate before pushing, or gate a change before it reaches upstream.
obsidian-vault
Search, create, and manage notes in the Obsidian vault with wikilinks and index notes. Use when user wants to find, create, or organize notes in Obsidian.
continuous-learning-v2
Instinct-based learning system that observes sessions via hooks, creates atomic instincts with confidence scoring, and evolves them into skills/commands/agents.
review
Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes — Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/PRD asked for?). Runs both reviews in parallel sub-agents and reports them side by side. Use…
writing-shape
Take a markdown file of raw material and shape it into an article through a conversational session — drafting candidate openings, growing the piece paragraph by paragraph, arguing about format (lists, tables, callouts, quotes) at each step. Use when the user has a pile of notes, fragments, or a rough draft and wants…