deepklarity

28 mods across 1 repository, 95 stars between them.

deepklarity/harness-kit

Agent Claude Code

Use this agent when the user needs production-grade software engineering work across the full stack — backend APIs, frontend interfaces, database design, infrastructure, or cross-cutting concerns. This includes writing new features, debugging complex issues, designing system architecture, performing code reviews…

95 1mo ago A 453 tokens original MIT

hk-test-writer

02

deepklarity/harness-kit

Agent Claude Code

You are a test-writing specialist for the harness-kit monorepo. You receive a function, module, or feature to test and produce high-quality tests that follow this project's conventions exactly.

95 1mo ago A 0 tokens original MIT

PreToolUse

03

deepklarity/harness-kit

Hook Claude Code

Runs before the agent uses a tool for Edit, Write, Edit and Write tool calls, running an inline shell check (2 commands). From deepklarity/harness-kit.

95 1mo ago A tokens not measured original MIT

PostToolUse

04

deepklarity/harness-kit

Hook Claude Code

Runs after a tool call finishes for Edit and Write tool calls, running an inline shell check. From deepklarity/harness-kit.

95 1mo ago A tokens not measured original MIT

harness-kit

05

deepklarity/harness-kit

Settings file Claude Code

Agent settings declaring 2 hook events (PreToolUse, PostToolUse).

95 1mo ago A tokens not measured original MIT

fable-audit

06

deepklarity/harness-kit

Skill Claude CodeCodex

Audit the fable roadmap (docs/fableroadmap/) — verify claimed progress with proof, write a short report, update RESUME state + BACKLOG rank. Use at wave close or whenever the user asks how roadmap development is going. Triggers on - 'fable audit', 'roadmap audit', 'how is the roadmap going', 'audit progress', or…

95 1mo ago A 86 tokens original MIT

hk-arch-audit

07

deepklarity/harness-kit

Skill Claude CodeCodex

Run comprehensive agent-native architecture review with scored principles. Audits a codebase against 8 agent-native architecture principles (Action Parity, Tools as Primitives, Context Injection, Shared Workspace, CRUD Completeness, UI Integration, Capability Discovery, Prompt-Native Features) by launching parallel…

95 1mo ago A 118 tokens original MIT

hk-autonomy-audit

08

deepklarity/harness-kit

Skill Claude CodeCodex

Audit whether an AI agent can autonomously close the loop on problems in a given area — from discovering a symptom to verifying a fix — without human intervention. Evaluates documentation, diagnostic tools, commands, logs, and flows for completeness and actionability. Generates a gap-focused report with ratings. Use…

95 1mo ago A 155 tokens original MIT

deepklarity/harness-kit

Skill Claude CodeCodex

Traces a workflow end-to-end through the harness-kit monorepo and creates a breadcrumb analysis doc in docs/breadcrumbanalysis/. Use this skill whenever the user wants to document a flow, trace a workflow, understand how a feature works across layers (frontend → backend → worker → CLI), or create debugging guides for…

95 1mo ago A 109 tokens original MIT

hk-changelog

10

deepklarity/harness-kit

Skill Claude CodeCodex

Generate changelog entries from git diffs, prepend to CHANGELOG.md, and optionally commit + PR. Use when the user wants to update the changelog.

95 1mo ago A 36 tokens original MIT

hk-compound

11

deepklarity/harness-kit

Skill Claude CodeCodex

Compound a learning into a reusable pattern. Use after solving a non-trivial problem, discovering a principle worth reusing, or hitting a gotcha that would bite someone else. Triggers on: 'document this', 'capture this learning', 'that was tricky', 'let's compound this', 'compound this', or /hk-compound.

95 1mo ago A 73 tokens original MIT

deepklarity/harness-kit

Skill Claude CodeCodex

Consults existing breadcrumb analysis docs before exploring the codebase. Use this skill whenever the user asks about how a flow works, where something happens in the code, how to debug or test a specific area, what files are involved in a feature, or needs to understand the path data takes through the system. Also…

95 1mo ago A 172 tokens original MIT

hk-local-diagnose

13

deepklarity/harness-kit

Skill Claude CodeCodex

Run diagnostic scripts on tasks, specs, boards, or reflections. Wraps testingtools/ with proper working directory and output mode selection. Use this skill whenever the user wants to inspect, debug, or check the state of a task, spec, board, or reflection — even if they don't say 'inspect' explicitly. Triggers on…

95 1mo ago A 113 tokens original MIT

hk-local-logs

14

deepklarity/harness-kit

Skill Claude CodeCodex

Inspect and debug errors via logs across the harness-kit monorepo. Reads the right log file based on the error layer — backend, frontend, celery, odin CLI, or odin task execution. Use this skill whenever someone mentions a 500 error, a stack trace, a crash, 'check the logs', 'what went wrong', a service not starting…

95 1mo ago A 130 tokens original MIT

hk-local-run-spec

15

deepklarity/harness-kit

Skill Claude CodeCodex

Plan and execute an odin spec. Handles working directory, auth, nested-session detection, and post-run diagnostics. Use whenever the user wants to run a spec, test a spec, or do a smoke test. Triggers on: 'run this spec', 'test this spec', 'odin plan', 'smoke test', or /hk-local-run-spec.

95 1mo ago A 78 tokens original MIT

hk-merge-resolve

16

deepklarity/harness-kit

Skill Claude CodeCodex

Resolve merge conflicts in the current branch. Only invoke when the user explicitly runs /hk-merge-resolve. Do NOT auto-trigger on mentions of merge conflicts, conflict markers, or similar keywords.

95 1mo ago A 45 tokens original MIT

hk-mock-first

17

deepklarity/harness-kit

Skill Claude CodeCodex

Mock-first, layer-by-layer feature development. Instead of building a feature end-to-end and hoping the interface works, start by mocking at the user-facing surface with realistic data, get user acceptance on the experience, then deepen one complexity layer at a time with TDD. Everything is anchored on disk so work…

95 1mo ago A 126 tokens original MIT

hk-rca

18

deepklarity/harness-kit

Skill Claude CodeCodex

Interactive Root Cause Analysis enforcer. Guides you through the 7-step RCA protocol: Reproduce, Locate, Hypothesis, Failing Test, Fix, Verify Live, Document. Use when debugging a bug, investigating a failure, or when something unexpected happened. This skill gates each step — it won't let you skip to a fix without…

95 1mo ago A 111 tokens original MIT

hk-refine

19

deepklarity/harness-kit

Skill Claude CodeCodex

Iteratively improve any output by running a structured observe-hypothesize-change-rerun loop. Uses an organized scratch directory to prevent context blowup — the conversation stays thin while iterations accumulate on disk. Use when an output (reflection, plan, prompt, pipeline result) isn't good enough and needs…

95 1mo ago A 106 tokens original MIT

hk-scout-wiki

20

deepklarity/harness-kit

Skill Claude CodeCodex

Run a scout wave over outside sources (links, blogs, trending repos) into a progressive-disclosure research wiki in the current project, then distill findings into the project's ideas/backlog file. Generic across projects. Use when the user shares links/blogs to research, asks to "scout", "build a wiki from these", or…

95 1mo ago A 114 tokens original MIT

hk-shift-changelog

21

deepklarity/harness-kit

Skill Claude CodeCodex

Create and maintain a shift-handover HTML changelog artifact — a page the returning human reads in two minutes to know everything that happened while they were away. Generic across projects. Use when working autonomously for an away user, when asked for a changelog/progress page/catch-up artifact, or at every…

95 1mo ago A 111 tokens original MIT

hk-skill-creator

22

deepklarity/harness-kit

Skill Claude CodeCodex

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.…

95 1mo ago A 113 tokens original MIT

hk-slop-audit

23

deepklarity/harness-kit

Skill Claude CodeCodex

Run a codebase hygiene audit. Scans for misplaced files, dead code, temp files, security issues, structural problems, dependency slop, and git slop. Outputs a prioritized report with P0-P4 findings. Use periodically or before releases. Triggers on: 'audit the codebase', 'find slop', 'hygiene check', 'clean up', or…

95 1mo ago A 90 tokens original MIT

taskit

24

deepklarity/harness-kit

MCP server Claude CodeCodexCursor +2

MCP server "taskit" as configured in deepklarity/harness-kit. Launched with taskit-mcp. Needs 1 environment variable to run.

95 1mo ago A tokens not measured original MIT