Tag: architecture

Type: All Skills Tools
skill ★ 2

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.

aidemd-mcp/server coding-patterns architecture playbook documentation
skill ★ 21

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…

HatmanStack/RAGStack-Lambda codebase-evaluation multi-agent llm-agent architecture
skill ★ 24,025

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…

mastra-ai/mastra performance code-review optimization bottleneck
skill ★ 12

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…

terrizoaguimor/celiums-memory decision-making architecture memory-encoding reasoning
skill ★ 34

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…

cdeust/Cortex global-knowledge cross-project recall standards
skill ★ 372,633

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…

openclaw/openclaw diagram-generation svg excalidraw architecture
skill ★ 4

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…

jmrplens/gitlab-mcp-server architecture adr documentation decision-record