techygarg/lattice

Install engineering discipline into any AI coding assistant. Composable skills for design, implementation, review, and team standards. Better process, not just better prompts.

183Stars on the repository
40Mods indexed here, across every type
4d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

skill-align

01

techygarg/lattice

Skill Claude CodeCodex

Audit and fix all Lattice documentation, README, docs/, PROJECT.md, GitHub issue templates, and CLAUDE.md to ensure they are fully aligned with the current skill inventory. Documentation drift is the most common source of user confusion in Lattice — a skill exists in the codebase but not in the docs, or a renamed…

183 +2 4d ago A 160 tokens original MIT

skill-enhance

02

techygarg/lattice

Skill Claude CodeCodex

Full enhancement pipeline for an existing Lattice skill — rewrites a molecule or atom to modern-capable-model grade: restores degraded grammar, deduplicates, hardens gates and branching to one-unambiguous-action precision, verifies zero behavioral loss against a pre-capture diff, then runs the combined QA gate…

183 +2 4d ago A 198 tokens original MIT

skill-forge

03

techygarg/lattice

Skill Claude CodeCodex

Create a new Lattice skill — atom, molecule, or refiner — following all framework conventions. Writing skill files manually almost always produces convention violations: wrong section order, missing confirmation gates, defaults.md without the right structure. This skill knows all of that and guides you through it. Use…

183 +2 4d ago A 139 tokens original MIT

skill-review

04

techygarg/lattice

Skill Claude CodeCodex

Deep behavioral audit of a Lattice skill — proposes 3 review personas relevant to the skill, runs independent scenario analysis from each persona's perspective, then merges only the high-confidence, practical findings into a severity-ordered gap report with proposed fixes. Structural validation (conventions…

183 +2 4d ago A 180 tokens original MIT

skill-tighten

05

techygarg/lattice

Skill Claude CodeCodex

Audit any Lattice SKILL.md for language compliance — removes rationale prose, converts soft language to imperatives, adds STOP: gates on hard rules, and cuts redundant repetition. Complements skill-review (which finds behavioral gaps) by fixing phrasing that causes agents to skip or underweight instructions at…

183 +2 4d ago A 123 tokens original MIT

skill-validate

06

techygarg/lattice

Skill Claude CodeCodex

Validate any Lattice SKILL.md against all tier conventions — atoms, molecules, and refiners. Catches structural errors, broken cross-references, and convention violations before they reach the repo. If you just wrote or modified a Lattice skill file and haven't run this yet, run it now — manual review consistently…

183 +2 4d ago A 143 tokens original MIT

techygarg/lattice

Skill Claude CodeCodex

Architectural thinking partner for an existing repository — scans the codebase, conducts a structured interview, agrees on current architectural state and recommended direction, and produces a shareable insights document. Scoped to one repository, module, or folder. Does not execute transformation — it orients. Use…

183 +2 4d ago A 114 tokens original MIT

techygarg/lattice

Skill Claude CodeCodex

Facilitate a structured conversation to define architecture principles for a repository. Supports multiple architecture styles: clean architecture (default), hexagonal / ports & adapters, modular monolith, or custom. Produces a formal architecture document that the corresponding atom will use. Use when setting up a…

183 +2 4d ago A 114 tokens original MIT

architecture

09

techygarg/lattice

Skill Claude CodeCodex

Enforce 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…

183 +2 4d ago A 116 tokens original MIT

bug-fix

10

techygarg/lattice

Skill Claude CodeCodex

Investigate, reproduce, and safely fix a bug with regression protection. Composes context, diagnosis, architecture, code quality, and testing guardrails into a reproduce-first repair workflow. Use when the user says 'fix this bug', 'debug this', 'investigate this failure', 'patch this regression', 'repair this issue'…

183 +2 4d ago A 77 tokens original MIT

clean-code-refiner

11

techygarg/lattice

Skill Claude CodeCodex

Facilitate a structured conversation to define clean code principles for a repository. Produces a formal clean-code.md document that the clean-code atom will use as its override. Use when setting up coding standards, defining code quality rules, or when the user says 'setup clean code', 'define coding standards'…

183 +2 4d ago A 84 tokens original MIT

clean-code

12

techygarg/lattice

Skill Claude CodeCodex

Apply clean code principles when generating or modifying implementation code. Enforces function focus, naming clarity, complexity management, error handling, and self-documenting style. Use when the user mentions 'clean code', 'code quality', 'coding guidelines', or 'implementation quality'. Loaded automatically by…

183 +2 4d ago A 126 tokens original MIT

code-forge

13

techygarg/lattice

Skill Claude CodeCodex

Generate implementation code from an approved design blueprint or verbal requirements. Composes context anchoring, architecture, clean code, DDD, security, and test quality into an inside-out implementation workflow. Use when moving from design to code, implementing approved contracts, or when the user says…

183 +2 4d ago A 81 tokens original MIT

techygarg/lattice

Skill Claude CodeCodex

Protocol for handling ambiguous decisions and missing/conflicting knowledge during code generation, design, and review. Ensures AI surfaces genuine judgment calls with structured options and stops on hallucination risk instead of silently assuming. Use when a decision has multiple valid approaches, when facts are…

183 +2 4d ago A 129 tokens original MIT

context-anchoring

15

techygarg/lattice

Skill Claude CodeCodex

Manage per-feature living documents that capture decisions, constraints, and reasoning across AI sessions during active development. Scoped to feature-level work — design, implementation, bugfix, refactor — not for codebase-wide assessments or product-wide specifications (those define their own document lifecycles).…

183 +2 4d ago A 147 tokens original MIT

ddd-refiner

16

techygarg/lattice

Skill Claude CodeCodex

Facilitate a structured conversation to define DDD guardrails for domain design within a repository. Produces a formal ddd-principles.md document that the domain-driven-design atom will use as its override. Use when setting up domain design principles, defining aggregate rules, or when the user says 'setup DDD'…

183 +2 4d ago A 86 tokens original MIT

design-blueprint

17

techygarg/lattice

Skill Claude CodeCodex

Run a complete design workflow -- from establishing context through four progressive design levels (Capabilities, Components, Interactions, Contracts) to an approved blueprint. Composes knowledge-priming, context-anchoring, learning-harvest, collaborative-judgment, design-first, architecture, and domain-driven-design…

183 +2 4d ago A 140 tokens original MIT

design-first

18

techygarg/lattice

Skill Claude CodeCodex

Guide structured design thinking through 5 progressive levels before any code is written. Levels: Capabilities, Components, Interactions, Contracts, Implementation. Use when building new features, refactoring significant code, designing modules, or when the user says 'design this', 'architect this', 'let's think…

183 +2 4d ago C 111 tokens original MIT

techygarg/lattice

Skill Claude CodeCodex

Apply DDD tactical patterns when working with domain code, and validate proposed domain models before approval (design mode). Enforces aggregate design, value objects over primitives, entity identity rules, and bounded context boundaries. Use when creating or modifying domain models, designing aggregates, working in…

183 +2 4d ago A 88 tokens original MIT

techygarg/lattice

Skill Claude CodeCodex

Facilitate a structured conversation to create a project-specific knowledge base document. Produces a knowledge-base.md that primes AI with the project's tech stack, architecture, trusted sources, and project structure. Use when the user says 'set up knowledge base', 'prime the project', 'onboard AI', 'create…

183 +2 4d ago A 84 tokens original MIT

knowledge-priming

21

techygarg/lattice

Skill Claude CodeCodex

Load project-specific context -- tech stack, architecture overview, directory layout, trusted sources, and conventions -- so that all skills operate with awareness of what this project actually is. Use when a knowledge base document exists, or when the user asks about the project's tech stack, architecture…

183 +2 4d ago A 111 tokens original MIT

techygarg/lattice

Skill Claude CodeCodex

Facilitate a structured conversation to define language-specific idioms and patterns for a repository. Produces a language-idioms.md document consumed by multiple atoms to adapt pseudocode defaults to the project's language. Use when setting up a new project, switching languages, or when the user says 'setup…

183 +2 4d ago A 92 tokens original MIT

lattice-init

23

techygarg/lattice

Skill Claude CodeCodex

Guided setup and upgrade-check experience for Lattice projects -- scans the repository, detects existing configuration and outdated conventions, suggests refiners and available upgrades in priority order, and creates or reconciles the .lattice/ config. Bridges the gap between installing skills and getting first value…

183 +2 4d ago A 115 tokens original MIT

learning-harvest

24

techygarg/lattice

Skill Claude CodeCodex

Manage the operational learnings lifecycle — load prior learnings to inform current work, harvest new patterns worth preserving, and keep the document tight over time. Provides a protocol for accumulating actionable patterns from practice that complement standards and defaults. Use when a workflow session completes…

183 +2 4d ago A 114 tokens original MIT