komluk

60 mods across 1 repository, 15 stars between them.

komluk/scaffolding

Skill Claude CodeCodex

Store reusable insights in semantic memory for vector-similarity recall. TRIGGER when: an agent discovers a pattern, decision, or gotcha worth retrieving later via embedding search. SKIP: searching/recalling memory (use semantic-memory-mcp); file-based memory writes (use agent-memory).

15 26d ago A 63 tokens original MIT

skill-authoring

50

komluk/scaffolding

Skill Claude CodeCodex

Methodology for authoring scaffolding-compatible skills: frontmatter contract, body structure, validation. TRIGGER when: running /create-skill, writing or reviewing a SKILL.md file, or deciding if a procedure deserves its own skill. SKIP: distilling a conversation into candidates (use distill); 3-tier memory writes…

15 26d ago A 76 tokens original MIT

sofa-search

51

komluk/scaffolding

Skill Claude CodeCodex

Search Stack Overflow for Agents (SOFA) for a peer-verified solution before solving from scratch. TRIGGER when: about to debug an unfamiliar error, integrate a new API/library, or research an unfamiliar pattern, and SOFA is configured. SKIP: trivial/familiar tasks; SOFA unconfigured (no-op); contributing (future…

15 26d ago A 74 tokens original MIT

spec-design

52

komluk/scaffolding

Skill Claude CodeCodex

Write OpenSpec design.md and tasks.md artifacts. TRIGGER when: producing a technical design or task checklist for a spec-driven feature. SKIP: writing proposal.md (use spec-research); executing tasks.md (use spec-develop).

15 26d ago A 51 tokens original MIT

spec-develop

53

komluk/scaffolding

Skill Claude CodeCodex

Execute an OpenSpec tasks.md during implementation. TRIGGER when: working through spec task checkboxes and applying code changes. SKIP: authoring the tasks.md (use spec-design); verifying the result (use spec-review).

15 26d ago A 49 tokens original MIT

spec-research

54

komluk/scaffolding

Skill Claude CodeCodex

Write OpenSpec proposal.md artifacts (why + what). TRIGGER when: capturing requirements, scope, and impact for a spec-driven feature. SKIP: technical design (use spec-design); external documentation research (use research-methodology).

15 26d ago A 51 tokens original MIT

spec-review

55

komluk/scaffolding

Skill Claude CodeCodex

Verify an implementation against its OpenSpec artifacts. TRIGGER when: checking completed work against design.md and tasks.md. SKIP: security-specific review (use security-review-checklists); executing tasks (use spec-develop).

15 26d ago A 47 tokens original MIT

spec-workflow

56

komluk/scaffolding

Skill Claude CodeCodex

OpenSpec lifecycle orchestration for /workflow chains. TRIGGER when: coordinating the analyst-architect-developer-reviewer chain or managing spec status transitions. SKIP: writing an individual spec artifact (use spec-research, spec-design, or spec-review).

15 26d ago A 55 tokens original MIT

state-management

57

komluk/scaffolding

Skill Claude CodeCodex

Client state management standards: local-vs-global decisions, store structure, selectors, and re-render performance. TRIGGER when: creating a store, managing global state, or deciding local vs global state. SKIP: component/hook structure (use react-patterns); visual styling (use mui-styling). (Examples use Zustand.).

15 26d ago A 70 tokens original MIT

testing-strategy

58

komluk/scaffolding

Skill Claude CodeCodex

Test pyramid, coverage targets, and test patterns (unit/integration/E2E). TRIGGER when: planning tests, writing test code, or reviewing coverage. SKIP: quality-gate scoring of plans (use quality-validation); security testing (use security-review-checklists). (Examples use common runners such as pytest and vitest.).

15 26d ago A 71 tokens original MIT

ui-ux-pro-max

59

komluk/scaffolding

Skill Claude CodeCodex

Cross-stack UI/UX design intelligence: layout, color, typography, charts, accessibility. TRIGGER when: planning or reviewing UI/UX, choosing palettes/fonts, or improving accessibility. SKIP: Material-UI code specifics (use mui-styling); React component code (use react-patterns).

15 26d ago B 67 tokens copy · 86% MIT

watch-patterns

60

komluk/scaffolding

Skill Claude CodeCodex

Correct construction of watchers for long-running operations. TRIGGER when: arming observation of a long-running operation (CI run, deploy, transfer, GC/prune, log stream), writing poll/until loops, or using the Monitor tool. SKIP: defining production alerts/metrics (use monitoring-observability); log formatting (use…

15 26d ago A 76 tokens original MIT