Agent skill
Architecture Diagram
This skill should be used when the user asks to "generate a diagram", "create an architecture diagram", "make a diagram", "draw a system diagram", or needs a branded Chinchilla AI technical diagram for proposals or documentation.
Install this agent skill to your Project
npx add-skill https://github.com/ChinchillaEnterprises/ChillSkills/tree/main/architecture-diagram
SKILL.md
Architecture Diagram Generator for Chinchilla AI
Generate branded Chinchilla AI architecture diagrams for proposals and documentation.
Available Templates
| Template | Keywords | Use Case |
|---|---|---|
| ai_agent | AI agent, Claude, LangChain, autonomous | AI/ML agent systems |
| rag_pipeline | RAG, documents, search, embeddings | Document retrieval systems |
| data_pipeline | Data pipeline, ETL, analytics | Data processing flows |
| transportation_insights | Dashboard, analytics, visualization | Analytics dashboards |
| mvp_sprint | MVP, startup, prototype | Rapid prototyping |
| saas_platform | SaaS, platform, multi-tenant | Platform architecture |
| saas_integration | Integration, API, OAuth | Third-party integrations |
| ecommerce | E-commerce, store, payments | E-commerce systems |
Generation Process
Step 1: Select Template
Match keywords in project description to appropriate template.
Step 2: Generate Diagram
cd /Users/tori/Documents/Repos/CHI/diagram_generator
/Users/tori/Documents/Repos/CHI/venv/bin/python3 << 'EOF'
from templates import [TEMPLATE_NAME]
from watermark import apply_watermark_smart
output = [TEMPLATE_NAME].generate(
title="[CUSTOM TITLE]",
output_dir="output"
)
apply_watermark_smart(output)
print(f"Generated: {output}")
EOF
Step 3: Apply Watermark
All diagrams automatically include:
- Chinchilla AI logo (charcoal + coral "AI")
- Brand colors
- Professional styling
Output Location
/Users/tori/Documents/Repos/CHI/diagram_generator/output/
Key Files
| File | Path |
|---|---|
| Templates | /Users/tori/Documents/Repos/CHI/diagram_generator/templates/ |
| Assets | /Users/tori/Documents/Repos/CHI/diagram_generator/assets/ |
| Logo | /Users/tori/Documents/Repos/CHI/diagram_generator/assets/logo-branded.png |
| Watermark Script | /Users/tori/Documents/Repos/CHI/diagram_generator/watermark.py |
Brand Colors in Diagrams
| Element | Color |
|---|---|
| Primary boxes | #2D2D3A (Charcoal) |
| Accent elements | #FF6B6B (Electric Coral) |
| Highlights | #4ECDC4 (Mint Teal) |
| Backgrounds | #1A1A2E or #FAFAFA |
Integration with Proposals
When writing proposals, generate a matching diagram:
- Identify core architecture from job requirements
- Select appropriate template
- Generate with custom title
- Reference in proposal: "I've attached a diagram showing our general approach."
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
Red Team
Use this skill when the user says "red team", "stress test", "attack this", "critique this", "run the models against this", "test this plan", "refine this with AI", or wants to use external AI models to critique, validate, or improve a document, pitch, plan, or idea. Also use when the user wants to save Claude Code usage by offloading analysis to other models.
Upwork Scanner
This skill should be used when the user asks to "scan upwork", "find upwork jobs", "check upwork", "run the scanner", "look for jobs", or mentions finding freelance projects for Chinchilla AI.
Polymarket Arb Scanner
This skill should be used when the user asks to "scan polymarket", "find arb opportunities", "check polymarket arbs", "run arb scanner", "polymarket arbitrage", or mentions detecting price inefficiencies on Polymarket.
captain-update
Polymarket Copy Trader
This skill should be used when the user asks to "copy trade", "telegram bot polymarket", "follow traders", "copy polymarket", or mentions building a copy trading bot for Polymarket.
update-readme
Autonomously audit the entire repository and update the main README with comprehensive, accurate documentation of the current codebase
Didn't find tool you were looking for?