Mozurok

61 mods across 1 repository, 6 stars between them.

contract-signoff

25

Mozurok/fhorja.dev

Skill Claude CodeCodex

Harden the current decision set into a clean, normative source of truth with no residual ambiguity, then persist the result in DECISIONS.md and TASKSTATE.md as explicit reviewable edits (no silent intent drift). Use when key decisions are already resolved, the task has a stable contract or policy direction, and the…

6 17d ago A 115 tokens original MIT

db-context-postgres

26

Mozurok/fhorja.dev

Skill Claude CodeCodex

Validate that a generic Postgres database (GCP Cloud SQL, GKE Autopilot, self-hosted, etc.) is reachable via psql or pgdump, introspect a user-scoped subset of the schema (extensions, tables, columns, indexes, foreign keys, and optionally RLS policies and functions), and persist the result as DBCONTEXT.md inside the…

6 17d ago A 230 tokens original MIT

db-context-supabase

27

Mozurok/fhorja.dev

Skill Claude CodeCodex

Validate that a Supabase MCP server is reachable, introspect a user-scoped subset of the database (tables, columns, types, RLS policies, optionally functions and recent migrations), and persist the result as DBCONTEXT.md inside the active task folder; adds a single ## DB context cross-link in SOURCEOFTRUTH.md.…

6 17d ago A 208 tokens original MIT

decision-interview

28

Mozurok/fhorja.dev

Skill Claude CodeCodex

Ask the minimum set of high-value decision questions needed before turning the task into canonical implementation rules. Decisions that would change runtime behavior, data integrity, rollout safety, or test strategy. Use when the missing information is decision-driven (not factual), different answers would change…

6 17d ago A 146 tokens original MIT

delivery-asset

29

Mozurok/fhorja.dev

Skill Claude CodeCodex

Generate an outward-facing delivery artifact (executive summary, slack or email update, demo script, release note, blog post draft) from the current task's work, scoped per audience and per format. Persists as DELIVERYASSET .md inside the active task folder. Distinct from pr-package (GitHub-scoped) and team-update…

6 17d ago A 224 tokens original MIT

design-bootstrap

30

Mozurok/fhorja.dev

Skill Claude CodeCodex

Bootstrap a design system from a Figma file using MCP tools. Extracts token variables, identifies components, creates the directory structure, and generates scaffolded foundation docs and a component inventory. Use when starting a new project with a Figma design file. Do not use when the design system docs already…

6 17d ago A 72 tokens original MIT

design-spec-review

31

Mozurok/fhorja.dev

Skill Claude CodeCodex

Review a component or screen implementation against its spec doc for alignment on variants, states, accessibility, tokens, and visual fidelity. Distinct from review-hard (general risk) and repo-consistency-sweep (pattern matching). Activates when a slice's declared Scope touches a design-system button, icon, or…

6 17d ago A 130 tokens copy · 86% MIT

direction-adjust

32

Mozurok/fhorja.dev

Skill Claude CodeCodex

Capture a small-to-medium course correction the user realized mid-task (not from external review), record it as a numbered D-N entry in DECISIONS.md, update TASKSTATE.md to reflect the adjusted direction, and route back to the appropriate command. Use when you are mid-task (any phase past discovery) and realize the…

6 17d ago A 201 tokens original MIT

Mozurok/fhorja.dev

Skill Claude CodeCodex

Orchestrator-workers variant of external-research for multi-modal sweep across distinct angles or source-groups of one research question. Promotes external-research's inline delegation to a first-class orchestrator with a worker contract and provenance. Sonnet orchestrator dispatches N Sonnet workers (one angle each)…

6 17d ago A 177 tokens original MIT

external-research

34

Mozurok/fhorja.dev

Skill Claude CodeCodex

Synthesize multiple external sources into a task-scoped EXTERNALRESEARCH.md grounded in REFERENCES.md entries. Each source is captured first via capture-references (project-level memory; deduplicated by URL); this command produces the synthesis with comparative analysis and a model recommendation visually separated…

6 17d ago B 190 tokens original MIT

Mozurok/fhorja.dev

Skill Claude CodeCodex

Extract canonical foundations docs (foundations/color.md, foundations/typography.md, foundations/spacing.md, foundations/radii.md) from a batch of existing SCREENSPECs. Idempotent: re-runs only add new tokens, never overwrite existing role mappings, and route conflicts to a Review queue. Use when SCREENSPECs already…

6 17d ago A 116 tokens original MIT

Mozurok/fhorja.dev

Skill Claude CodeCodex

Orchestrator-workers variant of feature-library-scout for deep per-feature-problem library research. The orchestrator derives the feature-problem list and dispatches one Sonnet worker per problem; each worker ranks candidate libraries by adoption signal (registry downloads, dependents, last release, stars and trend…

6 17d ago A 218 tokens original MIT

Mozurok/fhorja.dev

Skill Claude CodeCodex

Research and recommend community-vetted best-in-class libraries for each feature problem in the product (lists, camera, forms, keyboard, sheets), ranked by adoption signal (downloads, dependents, recency, stars-trend, maintenance, platform fit) relative to the project's ecosystem. Stack-agnostic across registries…

6 17d ago A 207 tokens original MIT

foundation-audit

38

Mozurok/fhorja.dev

Skill Claude CodeCodex

Compare design tokens in code against foundation docs and optionally Figma variables to detect drift (tokens added without documentation, documented tokens not in code, value mismatches). Use when the design system has been evolving and you want to verify foundations are in sync. Do not use when no foundation docs…

6 17d ago A 68 tokens copy · 86% MIT

Mozurok/fhorja.dev

Skill Claude CodeCodex

Review a frontend architecture at scale and gate micro-frontend adoption BEFORE building. The first step is an adopt-or-don't-adopt decision (default: you probably do not need micro-frontends; prefer a modular monolith until 3 or more independently deploying teams and real coordination pain exist), then a checklist…

6 17d ago A 195 tokens copy · 81% MIT

Mozurok/fhorja.dev

Skill Claude CodeCodex

Produce a staff-grade frontend system-design RFC for the active task: a 12-section design document (problem, requirements, architecture, data model, API and interface contract, rendering and delivery, state management, performance budget, accessibility, security, rollout, trade-offs) covering web and mobile, persisted…

6 17d ago A 200 tokens original MIT

Mozurok/fhorja.dev

Skill Claude CodeCodex

Verify a built Godot 2D or 3D scene at runtime: run the scene (press-play or headless), read the captured debugger output, classify any runtime errors against a Godot-specific taxonomy, and decide a PASS/FAIL runtime gate for the slice's acceptance behavior. The run's real output IS the Layer-1 runtime evidence…

6 17d ago A 198 tokens original MIT

godot-scene-plan

42

Mozurok/fhorja.dev

Skill Claude CodeCodex

Plan the Godot scene and node structure for a 2D or 3D game feature before any GDScript is written: the scene tree, node types and responsibilities, autoloads (singletons), signal wiring, the input map, and the resources and sub-scenes to create. Produces GODOTSCENEPLAN.md, a design-time plan an MCP-driven editor or a…

6 17d ago A 226 tokens original MIT

Mozurok/fhorja.dev

Skill Claude CodeCodex

Review a GraphQL schema and a Backend-for-Frontend (BFF) contract BEFORE implementation, against a GraphQL-specific checklist: schema shape and nullability (null-bubbling), errors-as-data unions, N+1 and DataLoader, query cost and depth limits, cursor-connection pagination, federation entity ownership, breaking-change…

6 17d ago A 192 tokens original MIT

Mozurok/fhorja.dev

Skill Claude CodeCodex

Scan the current working session and the active task's artifacts for reusable, generalizable lessons (what was tried, what failed and why, what surprised us, what the next task should do differently) and propose anchored entries to append to the task's LEARNINGS.md, the produce-side counterpart to the ADR-0017 consume…

6 17d ago A 198 tokens original MIT

im-stuck

45

Mozurok/fhorja.dev

Skill Claude CodeCodex

Break the task out of a loop, confusion state, or false-progress state, and determine the fastest safe path forward. Diagnoses whether the issue is technical, workflow-related, or scope-related, then routes to the right recovery command and editor mode (Ask by default; Debug if the stuckness is a concrete technical…

6 17d ago A 179 tokens original MIT

image-to-spec

46

Mozurok/fhorja.dev

Skill Claude CodeCodex

Generate a design-system spec from a raw image file (a screenshot, mockup, or captured app screen) when there is no Figma source. Reads the image with vision and emits a COMPONENTSPEC.md-shaped doc (--component) or a SCREENSPEC.md-shaped doc (--screen), auto-detecting the mode when no flag is given. A gated --gameplay…

6 17d ago A 218 tokens original MIT

impact-analysis

47

Mozurok/fhorja.dev

Skill Claude CodeCodex

Understand the requested change deeply enough to make safe workflow decisions, then persist the analysis as IMPACTANALYSIS.md in the active task folder. Per-repo subsections when multi-repo. Identifies blast radius, contract impacts, schema/runtime risks, and integration points before planning or coding. Use when a…

6 17d ago A 196 tokens original MIT

Mozurok/fhorja.dev

Skill Claude CodeCodex

Implement only the approved slice with minimal, explicit, review-friendly changes, then persist execution evidence in slice notes and TASKSTATE.md. The single official execution path of the workflow. Supports an opt-in test-first (TDD) mode, enabled per slice or via --tdd, that writes the failing test before the code…

6 17d ago A 202 tokens original MIT