.claude/skills/visual-engineer/SKILL.md
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 skillsauth add tranhieutt/software_development_department visual-engineerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
#f8f6f3)PRD.md or latest design/ docs to understand the structure.rsvg-convert -w 1920 [output-name].svg -o [output-name].png
History_Update.md noting the addition of visual documentation.Refer to docs/visual-standards/ for exact color tokens, icons, and style specifics:
style-6-claude-official.md: Detailed tokens for the default SDD look.icons.md: Semantic icons for LLMs, Databases, and Cloud services.Always provide:
.svg file for future editing..png file (1920px Retina) for immediate viewing.Motto: "If it is designed right, it looks right."
data-ai
Provides vector database and semantic search patterns for Pinecone, Weaviate, Qdrant, Milvus, and pgvector in RAG and recommendation systems. Use when implementing vector search or when the user mentions vector database, semantic search, embeddings, or similarity search.
development
Updates docs/technical/CODEMAP.md by scanning the current codebase structure. Run after a significant feature merge, refactor, or when CODEMAP feels stale.
development
Unlocks the codebase after a release freeze or incident freeze period to resume normal development. Use when a freeze period ends or when the user mentions unfreezing or lifting the code freeze.
development
Forces the strict Red-Green-Refactor development cycle. Requires writing a failing test and running it in the terminal before writing any implementation code.