---
title: "sysdesign, System Design Knowledge for AI Agents"
author: "Mohammad Abu Mattar"
canonical: https://mkabumattar.com/projects/sysdesign-system-design-knowledge-for-ai-agents
---

[cd ../projects](/projects)

# sysdesign, System Design Knowledge for AI Agents

A Claude Code plugin that wires tradeoff-first system design knowledge into your AI agent: one skill, eleven commands, and fourteen self-contained reference files. Explain a concept, compare options, pressure-test an architecture, estimate capacity, or prep an interview, with every tradeoff stated, not hand-waved. Original prose, MIT-licensed, works fully offline.

4 tech·6 features· live

## // key features

-   One system-design skill plus 11 thin command wrappers so the reasoning stays consistent
-   14 dense, self-contained reference files covering the 15 categories of System Design 101
-   Every answer follows one method: state the constraint, pick the fitting option, name what you gave up
-   Zero external links inside the skill, the agent loads the one reference a task needs and answers in place
-   Original Mermaid diagram sources plus a self-contained uv export script bundling refs to Markdown/PDF/docx
-   No build, no runtime, no telemetry, plain Markdown validated by a single CI script

## // stack

Claude CodeMarkdownPythonMermaid

## // links

[Explore sysdesign](https://sysdesign.mkabumattar.com/)[

Live Site](https://sysdesign.mkabumattar.com/)[View Source](https://github.com/mkabumattar/sysdesign)

## // discussion

[next projectMathematics - Formula Reference](/projects/mathematics---formula-reference)
