Tag: architecture
Load project coding playbook context
Retrieves relevant coding conventions, architectural patterns, and best practices from the project's dedicated playbook section. This is ideal for developers needing to reference established guidelines before writing or reviewing code.
Multi-agent codebase evaluation and remediation planning
This skill orchestrates a comprehensive, multi-agent assessment of a codebase across twelve defined pillars (e.g., Architecture, Performance). It first scopes the evaluation via guided questions before running three parallel evaluators to g…
Performance-focused code review and optimization
Systematically reviews codebase for performance bottlenecks, covering areas such as database query efficiency, memory leaks, frontend rendering issues, and algorithmic complexity. It provides structured feedback across critical, high, mediu…
Structured encoding of architectural decisions and reasoning
This skill facilitates the immediate capture of high-salience decisions, ensuring that the chosen approach, the underlying rationale, and rejected alternatives are explicitly documented. It prevents context death by creating a durable recor…
Retrieve shared, cross-project global knowledge
This skill facilitates the retrieval of global memories—knowledge such as coding standards, policies, and infrastructure facts—that apply universally across multiple projects. It allows developers to query shared context explicitly, ensurin…
Generates structured diagrams for architecture and concepts
This skill generates structured diagrams in multiple formats, including clean SVG, architecture-specific SVG, and editable Excalidraw JSON. It manages complex workflows such as node extraction, layout selection, and adherence to strict form…
Generate structured architectural decision records
This skill generates a comprehensive Architectural Decision Record (ADR) in a standardized markdown format. It structures the documentation to capture context, the chosen decision, positive and negative consequences, and rejected alternativ…