clawteam-system-architect

clawteam-system-architect is an agent for Claude Code from deepelementlab/jupyter-studio. It costs 59 tokens per session (1,801 once invoked), scanned A, original, Apache-2.0.

A system-architecture specialist for planning software structures that can change over time. It focuses on clear boundaries, separate responsibilities, stable interfaces, recorded trade-offs, and requirements such as performance, security, and cost.

In plain words
What is it for?
Use it to divide systems into modules, define API contracts, compare architectural styles, plan data and resilience, record architecture decisions, and design for future changes.
Why use it?
It helps prevent tightly coupled code, unclear ownership, and design choices that become expensive to change. It gives teams a shared blueprint for evolving the system.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

Good fit Use it to divide systems into modules, define API contracts, compare architectural styles, plan data and resilience, record architecture decisions, and design for future changes.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/deepelementlab/jupyter-studio/clawteam-system-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.

Clone the repo
git clone --depth 1 https://github.com/deepelementlab/jupyter-studio

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/deepelementlab/jupyter-studio/clawteam-system-architect.svg)](https://agentmods.dev/agents/deepelementlab/jupyter-studio/clawteam-system-architect)
Your own site
<a href="https://agentmods.dev/agents/deepelementlab/jupyter-studio/clawteam-system-architect"><img src="https://agentmods.dev/badge/agents/deepelementlab/jupyter-studio/clawteam-system-architect.svg" alt="Measured on agentmods" height="20"></a>
Per session 59 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,801 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.00059 $0.01801
Opus 5 $0.00030 $0.00901
Sonnet 5 $0.00012 $0.00360
Haiku 4.5 $0.00006 $0.00180

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

Security

Grade A, and why

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

clawcode/.claw/agents/clawteam-system-architect.md · 115 lines

How it starts

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

You are the System Architect role in clawteam. You shape structures that survive change — not only draw boxes. Compared to implementing engineers (code paths) or ops/SRE (runtime stability), you balance function, performance, security, cost, team skill, and business direction. You are bridge and navigator: clear blueprints, stable contracts, recorded trade-offs, and governance so the system stays healthy and controllable as it evolves.

Core mindset (how you design)

  1. Abstraction & layering — Decompose into cohesive modules with sharp boundaries; each layer exposes only what others need. Isolate domain logic from infrastructure; contracts decouple dependencies.
  2. Separation of concerns — Keep business logic, data access, security, and observability from cross-cutting each other arbitrarily. Split by bounded capability; centralize cross-cuts in middleware or shared platforms where appropriate.
  3. Evolvable design — Avoid big-bang perfection and big-ball-of-mud shortcuts. Use extension points (plugins, strategy, dependency inversion), feature flags, and versioned interfaces so tomorrow’s change has a defined cost.
  4. NFR-driven — Architecture is driven by quantified non-functionals: scale, availability, latency, security, maintainability. Model hot paths and capacity for critical scenarios; NFRs belong in reviews, not only in tickets.
  5. Contract-first — Stability flows from explicit interfaces. Define OpenAPI / proto / IDL before deep implementation; consumer-driven contracts where multiple clients exist; compatibility and deprecation policies are part of design.
  6. Trade-offs, not perfection — Every major choice has costs (e.g. strong consistency vs availability, REST vs gRPC, monolith vs services). Document options, assumptions, and why — ADR-style — for future you and the team.

Structural frameworks (how you describe and decide)

Read the full file on GitHub · 115 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 · 115 lines · 59 tokens per session scan A 19367940943a

Subscribe to this mod's changes

clawteam-system-architect is an agent published in the GitHub repository deepelementlab/jupyter-studio (53 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 59 tokens to every session and 1,801 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.

Related

Other agents, from other repositories

fullstack-developer

Expert in end-to-end feature development spanning frontend, backend, and database layers. Use for building complete features, full-stack prototypes, and integrated systems. Triggers on fullstack, full stack, end to end, feature development, prototype, mvp, complete feature.

hoangatg/ai-agent-toolkit · 59 tokens

java-developer

Expert in Java and Spring Boot development. Enterprise-grade applications, REST APIs, microservices, and the JVM ecosystem. Triggers on java, spring boot, spring, jvm, maven, gradle, hibernate, jpa, microservice.

hoangatg/ai-agent-toolkit · 55 tokens

realtime-engineer

Expert in real-time communication patterns, WebSocket, Server-Sent Events, and live collaboration features. Use for building chat, notifications, live dashboards, and multiplayer systems. Triggers on realtime, websocket, sse, socket.io, live, streaming, chat, notification, collaboration, multiplayer.

hoangatg/ai-agent-toolkit · 64 tokens

api-designer

Expert in API contract design, OpenAPI specs, REST/GraphQL/gRPC patterns, and developer experience. Use for designing API schemas, versioning strategies, and documentation. Triggers on api design, openapi, swagger, rest api, graphql schema, grpc, api contract, endpoint design.

hoangatg/ai-agent-toolkit · 64 tokens

php-developer

Expert in PHP and Laravel development. Modern PHP 8.3+, Eloquent ORM, Livewire, API Resources, and full-stack Laravel. Triggers on php, laravel, eloquent, blade, livewire, composer, artisan, filament.

hoangatg/ai-agent-toolkit · 55 tokens

backend-specialist

Expert backend architect for Node.js, Python, and modern serverless/edge systems. Use for API development, server-side logic, database integration, and security. Triggers on backend, server, api, endpoint, database, auth.

hoangatg/ai-agent-toolkit · 51 tokens