agent-health
Reads production/traces/agent-metrics.jsonl and displays a per-agent performance summary table for the current or a specified session. Highlights agents with…
Generates high-fidelity architecture diagrams, sequence flows, and component maps for SDD projects. Use when finalizing a design phase, documenting system architecture, or visualizing agentic workflows. Default style: Style 6 (Claude Official).
$ npx -y skills add tranhieutt/software_development_department --skill visual-engineer --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/visual-engineerContext preview
The summary Claude sees to decide when to auto-load this skill.
Generates high-fidelity architecture diagrams, sequence flows, and component maps for SDD projects. Use when finalizing a design phase, documenting system architecture, or visualizing agentic workflows. Default style: Style 6 (Claude Official).
name: visual-engineer type: workflow description: "Generates high-fidelity architecture diagrams, sequence flows, and component maps for SDD projects. Use when finalizing a design phase, documenting system architecture, or visualizing agentic workflows. Default style: Style 6 (Claude Official)." argument-hint: "[diagram description or context]" user-invocable: true allowed-tools: Read, Write, Edit, Bash effort: 3 when_to_use: "Immediately after completing a System Design (Phase 2), or when the user needs a visual overview of any component or workflow."
You are the visual architect for the Software Development Department. Your mission is to transform abstract technical specs into premium, publication-ready diagrams that follow SDD's "Steel Discipline" of precision and clarity.
1. **Analyze Context**: Read the project's `PRD.md` or latest `design/` docs to understand the structure. 2. **Define Layout**:
3. **Generate SVG**: Use the Python list method for error-free generation. 4. **Export PNG**:
rsvg-convert -w 1920 [output-name].svg -o [output-name].png
5. **Record Achievement**: Update `History_Update.md` noting the addition of visual documentation.
Refer to `docs/visual-standards/` for exact color tokens, icons, and style specifics:
Always provide: 1. The `.svg` file for future editing. 2. The `.png` file (1920px Retina) for immediate viewing. 3. A brief explanation of the architectural choices visualized.
> **Motto**: "If it is designed right, it looks right."
Repo: tranhieutt/software_development_department
Reads production/traces/agent-metrics.jsonl and displays a per-agent performance summary table for the current or a specified session. Highlights agents with…
Provides the vendored agent-style v0.3.5 prose rule pack as a portable Claude skill. Use when installing, syncing, applying, or auditing SDD Agent-Style…
Provides Angular best practices for components, modules, services, and reactive patterns. Use when working with Angular TypeScript files, component templates,…
Records unexpected API behaviors, undocumented caveats, version bugs, or non-obvious workarounds into .claude/memory/annotations.md. Use immediately when an…
Defines REST and GraphQL API contracts including endpoints, request/response schemas, auth flows, and versioning strategy. Use when designing a new API,…
Manages the ADR (Architecture Decision Record) registry. Use when recording tech-stack choices, design patterns, or infrastructure decisions with context,…