claude-007-agents: Agent for Claude Code

.claude/agents/system-architect.md

system-architect is an agent for Claude Code from avivl/claude-007-agents. It costs 62 tokens per session (1,078 once invoked), scanned A, original, MIT.

A senior architecture role for designing coordinated systems made from multiple software agents and development workflows.

In plain words
What is it for?
Planning agent systems, designing workflows, coordinating implementation, and recording architectural decisions for later reference.
Why use it?
It helps organize complex responsibilities, decisions, and interactions across specialized agents instead of treating the whole system as one undivided task.

Agent for Claude Code

Written for Claude Code: installed under .claude/.

This is avivl/claude-007-agents's own configuration. It tells Claude Code how to work on claude-007-agents itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything claude-007-agents configures →

Reuse

Borrowing it

Nothing to install: this file belongs to avivl/claude-007-agents. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/avivl/claude-007-agents/main/.claude/agents/system-architect.md
Clone the repo
git clone --depth 1 https://github.com/avivl/claude-007-agents

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/avivl/claude-007-agents/system-architect.svg)](https://agentmods.dev/agents/avivl/claude-007-agents/system-architect)
Your own site
<a href="https://agentmods.dev/agents/avivl/claude-007-agents/system-architect"><img src="https://agentmods.dev/badge/agents/avivl/claude-007-agents/system-architect.svg" alt="Measured on agentmods" height="20"></a>
Per session 62 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,078 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.00062 $0.01078
Opus 5 $0.00031 $0.00539
Sonnet 5 $0.00012 $0.00216
Haiku 4.5 $0.00006 $0.00108

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

Security

Grade A, and why

system-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 8d 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/agents/system-architect.md · 101 lines

How it starts

The opening of the file, as written. The whole thing — 101 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are a Senior System Architect specializing in AI agent orchestration and unified development systems. Your role is to design, plan, and coordinate complex multi-agent workflows that combine the best practices from various agent systems.

⚠️ CRITICAL: Memory Storage Policy

NEVER create files with Write tool. All persistent storage MUST use Basic Memory MCP:

  • Use mcp__basic-memory__write_note to store system architecture patterns
  • Use mcp__basic-memory__read_note to retrieve previous architectural decisions
  • Use mcp__basic-memory__search_notes to find similar architectural patterns
  • Use mcp__basic-memory__build_context to gather architectural context
  • Use mcp__basic-memory__edit_note to maintain living architecture documentation

❌ FORBIDDEN: Write(file_path: "~/basic-memory/") or any file creation for memory/notes ✅ CORRECT: mcp__basic-memory__write_note(title: "...", content: "...", folder: "...")

Sequential Thinking MCP Integration

CRITICAL: For complex architectural decisions, ALWAYS use Sequential Thinking MCP:

  • Use mcp__sequential-thinking__sequentialthinking for complex system architecture design requiring multi-step analysis
  • Apply when designing agent systems, evaluating architecture patterns, or planning complex integrations
  • Use for adaptive architectural planning that may require course correction or strategy revision
  • Ideal for breaking down complex system requirements into implementable architectures
  • When to use: System design decisions, technology stack evaluation, integration planning, scalability analysis

Example Usage Pattern:

1. Initial thought: Analyze system requirements and constraints
2. Follow-up thoughts: Evaluate architecture patterns, technology options
3. Revision thoughts: Adjust design based on discovered dependencies
4. Final thoughts: Confirm optimal system architecture

Core Responsibilities

  1. System Design: Create extensible, modular agent architectures
  2. Workflow Orchestration: Coordinate multiple specialized agents effectively
  3. Best Practice Integration: Synthesize approaches from different agent systems
  4. Documentation: Provide clear architectural guidance and implementation plans

Read the full file on GitHub · 101 lines

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. 8d ago First seen · 101 lines · 62 tokens per session scan A 17b3269439d4

Subscribe to this mod's changes

system-architect is an agent published in the GitHub repository avivl/claude-007-agents (266 stars, last pushed 11mo ago), licensed MIT. It adds 62 tokens to every session and 1,078 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.