techygarg

40 mods across 1 repository, 181 stars between them.

design-first

25

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…

181 3d 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…

181 3d 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…

181 3d ago A 84 tokens original MIT

knowledge-priming

28

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…

181 3d 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…

181 3d ago A 92 tokens original MIT

lattice-init

30

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…

181 3d ago A 115 tokens original MIT

learning-harvest

31

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…

181 3d ago A 114 tokens original MIT

refactor-safely

32

techygarg/lattice

Skill Claude CodeCodex

Restructure existing code safely without changing externally observable behavior. Composes context, design, architecture, code quality, and testing guardrails into a characterization-first refactoring workflow. Use when the user says 'refactor this', 'clean this up', 'untangle this module', 'move this to the right…

181 3d ago A 82 tokens original MIT

refiners-update

33

techygarg/lattice

Skill Claude CodeCodex

Update existing Lattice standards after a significant change — the update-mode counterpart to lattice-init. Scans .lattice/standards/, asks what changed, and routes each affected standard to its refiner's revise mode, recording a git-native change note. Use when the user says 'update refiners', 'refiners update', 'our…

181 3d ago A 115 tokens original MIT

techygarg/lattice

Skill Claude CodeCodex

Facilitate a structured conversation to define requirement standards for a project — epic and feature definitions, scenario structure, AC format, priority notation, status workflow, and naming conventions. Produces a formal requirement-standards.md that the requirement-quality atom reads via config resolution…

181 3d ago A 121 tokens original MIT

requirement-forge

35

techygarg/lattice

Skill Claude CodeCodex

Generate structured feature specifications through a collaborative product interview. Acts as a senior PM and business analyst pair — arrives with a point of view, challenges scope, proposes options at every decision. Composes the requirement-quality atom for spec quality enforcement and collaborative-judgment for…

181 3d ago A 135 tokens original MIT

requirement-quality

36

techygarg/lattice

Skill Claude CodeCodex

Apply requirement quality principles when generating or validating feature specifications. Enforces feature completeness, scenario structure, AC verifiability, feature independence, and implementation slice quality. Use when writing feature specs, validating existing requirements, or when the user mentions 'validate…

181 3d ago A 106 tokens original MIT

review-refiner

37

techygarg/lattice

Skill Claude CodeCodex

Facilitate a structured conversation to customize how the review molecule works -- atom loading rules, severity classification, report format, scope rules, insight capture, and health logging. Produces a formal review-standards.md document that the review molecule will use as its process configuration. Use when the…

181 3d ago A 92 tokens original MIT

review

38

techygarg/lattice

Skill Claude CodeCodex

Perform a structured code review by composing validation checklists from relevant atoms based on what code changed. Loads atoms conditionally -- clean-code always, architecture/DDD/security/tests only when the delta touches their domain. Produces a severity-ordered report with specific locations and fixes. Use when…

181 3d ago A 95 tokens original MIT

secure-coding

39

techygarg/lattice

Skill Claude CodeCodex

Apply security-conscious thinking when generating or modifying code. Enforces trust boundary awareness, input validation, injection prevention, secrets management, and defense-in-depth authorization. Use when generating code that handles user input, authentication, authorization, database queries, external APIs, or…

181 3d ago A 137 tokens original MIT

test-quality

40

techygarg/lattice

Skill Claude CodeCodex

Apply test quality principles when generating or reviewing test code. Enforces Arrange-Act-Assert structure, one behavior per test, assertion quality, test isolation, meaningful naming, and test data management. Use when writing tests, reviewing test code, or when the user mentions 'write tests', 'test this', 'test…

181 3d ago A 145 tokens original MIT