🏗️
QualityShell

Architecture

by techygarg

Architecture is a Quality skill for Claude Code, published by techygarg in lattice.

185 stars13 forkson techygarg/latticeAdded 2026/09/06+1% in starsRepository updated 2026/09/04
agentagent-frameworkagent-skillsagenticagentic-aiclaude-code-pluginclaude-skillsclean-architecturecodexcodex-plugincodex-skillscontext-engineeringcursor-plugindddengineering-enablementgorkkimikimi-codelatticesdlc-workflow
Install in seconds
Install Architecture
Copy Architecture into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/techygarg/lattice/tree/main/skills/architecture ~/.claude/skills/architecture

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/techygarg/lattice.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/architecture/SKILL.md in techygarg/lattice
Installs to
~/.claude/skills/architecture
Collection
One of 25 skills cataloged from this repository
Category
Quality1745 skills

What Architecture does

Architecture enforces architectural rules when generating or reviewing code, and checks proposed designs against loaded architecture standards. It validates layer responsibilities, dependency direction, and structural constraints for clean, hexagonal, modular monolith, or custom architectures.

Architecture is cataloged under Quality on DirSkills. Architecture comes from a repository tagged agent, agent-framework, agent-skills, agentic and agentic-ai.

Documentation

README

Architecture

Config Resolution

Step 1 — Determine mode:

  1. Read .lattice/config.yaml in repo root
  2. Check architecture_mode key
    • If architecture_mode: customcustom mode
    • If absent, or other value → clean architecture mode (default)

Step 2 — Load enforce rule:

  • Clean architecture mode → Read ./references/clean-architecture.md for enforce instruction (Self-Validation Checklist, Anti-Pattern Scan, Ambiguity Signals, structural principles)
  • Custom mode → Read ./references/custom-architecture.md for enforce instruction

Step 3 — Load architecture content:

This is the opening of the README. Read the full README on GitHub.

Commands Architecture provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /architecture-refiner

Frequently asked about Architecture

  • What else does techygarg publish alongside Architecture?

    Architecture is one of 25 skills that DirSkills catalogs from techygarg/lattice, the repository it ships in. Its siblings there include Architecture Compass, Architecture Refiner and Bug Fix. Each one is a separate skill with its own page in this directory, installs the same way Architecture does, and is maintained by techygarg in that same repository. The rest of the collection is listed on the techygarg/lattice page.

  • How does Architecture compare to other Quality skills?

    Architecture ranks #1642 by stars among the 1745 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Architecture against them. Open each page to compare what they document and how they install.

More from techygarg/lattice

Architecture is one of 25 skills cataloged on DirSkills from techygarg/lattice.

See all 25 skills
🧭
5h ago

Architecture Compass

Architecture Compass scans a repository, interviews the user about unclear parts, and drafts a shareable architectural assessment. Use it to understand the current structure, drift, and recommended direction for one codebase, module, or folder.
AI Engineering
18513
🏗️
5h ago

Architecture Refiner

Architecture Refiner facilitates a structured conversation to define architecture principles for a repository. It supports clean architecture, hexagonal/ports and adapters, modular monolith, or a custom style when setting up or revising project standards.
AI Engineering
18513
🪲
5h ago

Bug Fix

Bug Fix investigates, reproduces, and safely repairs a bug with regression protection. It is used when fixing failures, regressions, or broken behavior in a codebase.
Quality
18513
🧼
5h ago

Clean Code

Clean Code applies clean code principles when generating or modifying implementation code. It helps with function focus, naming clarity, complexity management, error handling, and self-documenting style.
Quality
18513
🧹
5h ago

Clean Code Refiner

Clean Code Refiner guides a structured conversation to define clean code principles for a repository. It produces a clean-code.md document used as the override or overlay for coding standards and code quality rules.
Quality
18513
🛠️
5h ago

Code Forge

Code Forge generates implementation code from an approved blueprint or verbal requirements. It is used when moving from design to code, implementing contracts, or responding to requests like “implement” or “build it.”
AI Engineering
18513