techygarg

40 mods across 1 repository, 181 stars between them.

lattice

01

techygarg/lattice

Plugin Claude Code

A marketplace of composable AI skills covering the full software delivery lifecycle — from requirements and design through implementation, testing, and review. Each plugin targets a specific SDLC role: backend engineers, frontend engineers, QA, business analysts, and more.

181 3d ago A tokens not measured original MIT

lattice

02

techygarg/lattice

Plugin Claude Code

Composable AI skills framework covering the full software delivery lifecycle — design, architecture, implementation, testing, and review.

181 3d ago A tokens not measured original MIT

lattice

03

techygarg/lattice

Settings file Claude Code

Agent settings configuring enabledPlugins.

181 3d ago A tokens not measured original MIT

lattice AGENTS.md

04

techygarg/lattice

Instructions file CodexOpenCode

Instructions for techygarg/lattice: Read and follow PROJECT.md in this repository. All Lattice conventions, structure, skill rules, patterns, and anti-patterns live there. This file exists so Codex and other agents load project context from the repo root.

181 3d ago A 92 tokens original MIT

lattice CLAUDE.md

05

techygarg/lattice

Instructions file

Instructions for techygarg/lattice: Read and follow PROJECT.md in this repository. All Lattice conventions, structure, skill rules, patterns, and anti-patterns live there. This file exists so Claude Code loads project context from the repo root.

181 3d ago A 56 tokens original MIT

verifier

06

techygarg/lattice

Agent

Runs a project's configured verification stages (build/unit/integration/etc.) from .lattice/verification.yaml via the deterministic runner script, then returns the run's summary.json verbatim. Invoke before declaring work done, to confirm a change actually works, or whenever a faithful execution report is needed…

181 3d ago A 101 tokens original MIT

skill-align

07

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…

181 3d ago A 160 tokens original MIT

skill-enhance

08

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…

181 3d ago A 198 tokens original MIT

skill-forge

09

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…

181 3d ago A 139 tokens original MIT

skill-review

10

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…

181 3d ago A 180 tokens original MIT

skill-tighten

11

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…

181 3d ago A 123 tokens original MIT

skill-validate

12

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…

181 3d ago A 143 tokens original MIT

verification

13

techygarg/lattice

Agent

Why the verifier exists, the cost model behind it, and how to wire it into your own sessions.

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

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

181 3d ago A 114 tokens original MIT

architecture

16

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…

181 3d ago A 116 tokens original MIT

bug-fix

17

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

181 3d ago A 77 tokens original MIT

clean-code-refiner

18

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

181 3d ago A 84 tokens original MIT

clean-code

19

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…

181 3d ago A 126 tokens original MIT

code-forge

20

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…

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

181 3d ago A 129 tokens original MIT

context-anchoring

22

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).…

181 3d ago A 147 tokens original MIT

ddd-refiner

23

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

181 3d ago A 86 tokens original MIT

design-blueprint

24

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…

181 3d ago A 140 tokens original MIT