Mozurok/fhorja.dev

A workflow operating system for AI-assisted engineering. Task state, decisions, and plans live on disk as files, not in chat history, so context survives across sessions, tools, and restarts.

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

a11y-audit

01

Mozurok/fhorja.dev

Skill Claude CodeCodex

Senior accessibility auditor mapping a UI surface (screen, flow, or component set) to WCAG 2.2 at a named conformance level (A, AA, AAA). Produces ACCESSIBILITYAUDIT.md, a per-criterion conformance ledger that splits machine-checkable rows from a manual-review queue, with severity and concrete remediation per finding.…

6 17d ago A 189 tokens original MIT

Mozurok/fhorja.dev

Skill Claude CodeCodex

Design an evaluation plan for a product AI feature (LLM- or model-backed output): measurable success criteria, a held-out labeled eval dataset shape, per-criterion grading (code-based first, then LLM-based for nuanced judgment), and a pass threshold, then persist as AIEVALPLAN.md. Use when the task ships or changes a…

6 17d ago A 205 tokens original MIT

api-contract-review

03

Mozurok/fhorja.dev

Skill Claude CodeCodex

Review an API contract (endpoints, request/response shapes, error codes, auth model) BEFORE implementation for naming consistency, versioning, pagination, idempotency, and alignment with existing endpoints. Distinct from review-hard (post-implementation risk) and repo-consistency-sweep (pattern matching on written…

6 17d ago A 100 tokens original MIT

api-runtime-verify

04

Mozurok/fhorja.dev

Skill Claude CodeCodex

Verify an implemented backend HTTP surface at runtime: per route, record the request actually made, the HTTP status, the response content-type, and the observed body shape, assert each response against the slice's acceptance behavior, classify the findings, and decide a PASS/FAIL/BLOCKED runtime gate. The probe's real…

6 17d ago A 216 tokens original MIT

app-runtime-verify

05

Mozurok/fhorja.dev

Skill Claude CodeCodex

Verify a built mobile or app runtime at runtime: run the app (device, emulator, or headless), read the captured runtime output (native logcat, iOS device log, or the Metro/JS console), classify any runtime errors against a per-stack taxonomy, and decide a PASS/FAIL runtime gate for the slice's acceptance behavior. The…

6 17d ago A 227 tokens original MIT

apply-sweep-triage

06

Mozurok/fhorja.dev

Skill Claude CodeCodex

Persist the user's triage decisions (apply, decline, discuss) from a SWEEP snapshot into REVIEWPREFERENCES.md so future sweeps suppress declined findings and track applied fixes. Use after the user has edited the triage values in a SWEEP snapshot file produced by repo-consistency-sweep. Do not use when no sweep…

6 17d ago A 87 tokens original MIT

approve-plan

07

Mozurok/fhorja.dev

Skill Claude CodeCodex

Atomically lock IMPLEMENTATIONPLAN.md as the approved execution baseline and stamp TASKSTATE.md with the approval signal. Symmetric counterpart to approve-proposed but for the plan itself, not for arbitrary PROPOSED artifacts. Use when IMPLEMENTATIONPLAN.md has been produced (or revised via self-critique-and-revise)…

6 17d ago A 114 tokens original MIT

approve-proposed

08

Mozurok/fhorja.dev

Skill Claude CodeCodex

Atomically persist every file marked PROPOSED in the most recent prior assistant turn's ### Artifact changes block. Single-command idiom that closes the two-step latency in ADR-0001's PROPOSED-by-default contract; the user reviews proposals in Ask/Plan mode, then runs this once to write all of them. Use when the prior…

6 17d ago A 161 tokens original MIT

atom-audit-fleet

09

Mozurok/fhorja.dev

Skill Claude CodeCodex

Orchestrator-workers variant of atom-audit. Dispatches N Haiku workers (3-5 atoms each) to audit every atom under packages/design-system/src/atoms/ in parallel against COMPONENTGUIDELINES.md rules; merges per-worker rows into ATOMAUDIT.md table. Use when atom count >= 6 (per cost-effectiveness threshold) AND…

6 17d ago A 129 tokens original MIT

atom-audit

10

Mozurok/fhorja.dev

Skill Claude CodeCodex

Produce ATOMAUDIT.md table auditing every atom component against COMPONENTGUIDELINES.md (memo, callbacks, inline styles, press anim, touch target, a11y, reduced motion). Output is the table; fixes flow through normal slice pipeline. Use when 2-4 weeks have passed since last audit, when 5+ new atoms shipped, or when…

6 17d ago A 130 tokens original MIT

autonomous-board

11

Mozurok/fhorja.dev

Skill Claude CodeCodex

Read-only board-of-record view for an autonomous-run task (ADR-0044 D7, wos/autonomous-track.md). Renders the run as the spec, the IMPLEMENTATIONPLAN waves and slices, and the TASKSTATE phases mapped to to-do / in-progress / escalated / proposed / done columns, sourced only from the Fhorja task artifacts. No external…

6 17d ago A 142 tokens original MIT

Mozurok/fhorja.dev

Skill Claude CodeCodex

Decide whether an already-defined project is ready to boot an unattended overnight run, and refuse until it is. Reads the project's own definition artifacts through the shared definition-completeness reader, emits a per-criterion ledger with a BOOT or NOT-READY verdict naming every missing item, and returns NOT-READY…

6 17d ago A 176 tokens original MIT

autonomous-run

13

Mozurok/fhorja.dev

Skill Claude CodeCodex

Drive an approved, waved IMPLEMENTATIONPLAN through the autonomous delivery track. A thin dispatcher over the existing fleet primitives (the Workflow tool, implement-approved-slice as single writer) bounded by two human gates and a runtime governor. Runs verifiable slices with little supervision and emits PROPOSED…

6 17d ago A 210 tokens original MIT

Mozurok/fhorja.dev

Skill Claude CodeCodex

Produce a staff-grade backend system-design RFC for the active task: a 12-section design document (problem, requirements, architecture, data model and storage, API contract, caching, scaling and bottlenecks, reliability and SLOs, security, observability, rollout and migration, trade-offs) for a new service, endpoint…

6 17d ago A 191 tokens original MIT

branch-commit

15

Mozurok/fhorja.dev

Skill Claude CodeCodex

Return a branch name and a concise commit message (at most 2 lines) for the current task, grounded in the real git diff rather than a paraphrase of the task summary, and with --apply optionally create that commit after showing it and getting the user's confirmation in the same turn. Use when the user only needs quick…

6 17d ago A 193 tokens original MIT

capture-observation

16

Mozurok/fhorja.dev

Skill Claude CodeCodex

Append a single observation, question, hypothesis, or concern to TASKSTATE.md as task memory without disrupting in-progress work or requiring a full state sync. Lean append-only; never restructures other artifacts. Use when something surfaces mid-work that should be remembered for later (during planning…

6 17d ago A 171 tokens original MIT

capture-references

17

Mozurok/fhorja.dev

Skill Claude CodeCodex

Pull external references (URLs or topics provided by the user) from the web, summarize each with a defined freshness format, and append them to projects/ /REFERENCES.md so all current and future tasks under that project can consume them as grounded external context. Deduplicates by URL. Use when the user wants to…

6 17d ago B 180 tokens original MIT

code-context-map

18

Mozurok/fhorja.dev

Skill Claude CodeCodex

Generate and re-sync an AI-readable code context map (a ranked, token-budgeted, layered Markdown map of files, imports, signatures, invoke edges, and typed external boundary calls: db/http/queue) for a target project (or, from a seed file, its import chain), written to a gitignored folder inside that project and…

6 17d ago A 202 tokens original MIT

code-locate

19

Mozurok/fhorja.dev

Skill Claude CodeCodex

Given a behavior description, locate candidate code paths and line ranges in the active codebase that probably implement it. Output up to 10 candidates with HIGH/MEDIUM/LOW confidence, one-line rationale per candidate, and an explicit search trail; propose a SOURCEOFTRUTH.md update so the next workflow step (typically…

6 17d ago A 209 tokens original MIT

Mozurok/fhorja.dev

Skill Claude CodeCodex

Senior design-system color contrast architect enforcing WCAG 2.2 AA/AAA per design context (normal text, large text, UI components, focus indicators). Audits every documented foreground and background pair across light and dark themes BEFORE the visual choices lock, producing a pairwise contrast matrix with…

6 17d ago A 167 tokens original MIT

compact-task-memory

21

Mozurok/fhorja.dev

Skill Claude CodeCodex

Produce a lossy compaction summary of TASKSTATE.md when task memory has grown beyond a useful working size, preserving canonical decisions and recommended next step while dropping stale facts. Distinct from sync-task-state (incremental, append-only, never lossy) and state-reconcile (drift repair, no shrinking). Use…

6 17d ago A 175 tokens original MIT

component-spec

22

Mozurok/fhorja.dev

Skill Claude CodeCodex

Generate a 15-section component specification from a Figma component using MCP tools (getdesigncontext, getscreenshot, getvariabledefs). Produces a spec doc matching the COMPONENTSPEC.md template with anatomy, variants, sizes, states, accessibility, motion, haptics, platform, security, performance, and API sections…

6 17d ago A 105 tokens original MIT

contract-signoff

23

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

24

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