Architecture
techygarg/latticeEnforce architectural rules when generating or modifying code, and validate proposed designs before approval (design mode). Defaults to clean architecture; supports any architecture style via the architecture-refiner. Validates layer responsibilities, dependency direction, and structural constraints using the loaded architecture rules. Use when generating code, reviewing architecture, creating new files, or when the user mentions 'architecture', 'layers', 'structure', 'dependency rules', 'hexagonal architecture', 'ports and adapters', 'modular monolith', or 'onion architecture'. Also use when...
At a glance
This skill is for Coding and helps you enforce architectural rules in code generation, validate proposed system designs, and review layer responsibilities and dependencies.
/plugin marketplace add techygarg/lattice
/plugin install architecture
Setup, runtime and requirements describe techygarg/lattice, the repo this skill ships in.
clean-architecturehexagonal-architectureOnion ArchitectureModular DesignDependency RulesArchitectural Patterns
Also in techygarg/lattice
View the repoArchitectural thinking partner for an existing repository — scans the codebase, conducts a structured interview, agrees on current architect...
Facilitate a structured conversation to define architecture principles for a repository. Supports multiple architecture styles: clean archit...
Investigate, reproduce, and safely fix a bug with regression protection. Composes context, diagnosis, architecture, code quality, and testin...
Apply clean code principles when generating or modifying implementation code. Enforces function focus, naming clarity, complexity management...
Facilitate a structured conversation to define clean code principles for a repository. Produces a formal clean-code.md document that the cle...
Generate implementation code from an approved design blueprint or verbal requirements. Composes context anchoring, architecture, clean code,...
Protocol for handling ambiguous decisions and missing/conflicting knowledge during code generation, design, and review. Ensures AI surfaces...
Manage per-feature living documents that capture decisions, constraints, and reasoning across AI sessions during active development. Scoped...
Facilitate a structured conversation to define DDD guardrails for domain design within a repository. Produces a formal ddd-principles.md doc...
Run a complete design workflow -- from establishing context through four progressive design levels (Capabilities, Components, Interactions,...
Guide structured design thinking through 5 progressive levels before any code is written. Levels: Capabilities, Components, Interactions, Co...
Apply DDD tactical patterns when working with domain code, and validate proposed domain models before approval (design mode). Enforces aggre...
Other Coding skills
Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make...
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI be...
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-design...
Reference for the Claude API / Anthropic SDK — model ids, pricing, params, streaming, tool use, MCP, agents, caching, token counting, model...
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS,...
Create a detailed refactor plan with tiny commits via user interview, then file it as a GitHub issue. Use when user wants to plan a refactor...