Code-Munkiz/ham

The first code monkey launched into space.

2Stars on the repository
53Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

diagnose

01

Code-Munkiz/ham

Skill Claude CodeCodex

Disciplined diagnosis loop for hard bugs and performance regressions. Reproduce → minimise → hypothesise → instrument → fix → regression-test. Use when user says "diagnose this" / "debug this", reports a bug, says something is broken/throwing/failing, or describes a performance regression.

2 2d ago A 66 tokens

grill-me

02

Code-Munkiz/ham

Skill Claude CodeCodex

Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".

2 2d ago A 49 tokens

grill-with-docs

03

Code-Munkiz/ham

Skill Claude CodeCodex

Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.

2 2d ago A 57 tokens

handoff

04

Code-Munkiz/ham

Skill Claude CodeCodex

Compact the current conversation into a handoff document for another agent to pick up.

2 2d ago A 19 tokens

Code-Munkiz/ham

Skill Claude CodeCodex

Find deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in docs/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable.

2 2d ago A 68 tokens

prototype

06

Code-Munkiz/ham

Skill Claude CodeCodex

Build a throwaway prototype to flesh out a design before committing to it. Routes between two branches — a runnable terminal app for state/business-logic questions, or several radically different UI variations toggleable from one route. Use when the user wants to prototype, sanity-check a data model or state machine…

2 2d ago A 90 tokens

Code-Munkiz/ham

Skill Claude CodeCodex

Sets up an ## Agent skills block in AGENTS.md/CLAUDE.md and docs/agents/ so the engineering skills know this repo's issue tracker (GitHub or local markdown), triage label vocabulary, and domain doc layout. Run before first use of to-issues, to-prd, triage, diagnose, tdd, improve-codebase-architecture, or zoom-out — or…

2 2d ago A 124 tokens

tdd

08

Code-Munkiz/ham

Skill Claude CodeCodex

Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.

2 2d ago A 45 tokens

to-issues

09

Code-Munkiz/ham

Skill Claude CodeCodex

Break a plan, spec, or PRD into independently-grabbable issues on the project issue tracker using tracer-bullet vertical slices. Use when user wants to convert a plan into issues, create implementation tickets, or break down work into issues.

2 2d ago A 53 tokens

to-prd

10

Code-Munkiz/ham

Skill Claude CodeCodex

Turn the current conversation context into a PRD and publish it to the project issue tracker. Use when user wants to create a PRD from the current context.

2 2d ago A 36 tokens

write-a-skill

11

Code-Munkiz/ham

Skill Claude CodeCodex

Create new agent skills with proper structure, progressive disclosure, and bundled resources. Use when user wants to create, write, or build a new skill.

2 2d ago A 35 tokens

zoom-out

12

Code-Munkiz/ham

Skill Claude CodeCodex

Tell the agent to zoom out and give broader context or a higher-level perspective. Use when you're unfamiliar with a section of code or need to understand how it fits into the bigger picture.

2 2d ago A 40 tokens

cloud-agent-starter

13

Code-Munkiz/ham

Skill Claude CodeCodexCursor

Minimal starter runbook for Cloud agents to install, run, and test Ham quickly. Covers backend/frontend startup, chat gateway modes, Cursor key setup, browser runtime checks, and how to keep this skill current as new runbook knowledge is found.

2 2d ago B 54 tokens

Code-Munkiz/ham

Skill Claude CodeCodexCursor

Harden memoryheist.py against token blowouts, unbounded growth, cross-platform path bugs, stale Claude references, and continuation/parser marker drift. Use when modifying memoryheist.py, fixing compaction logic, capping diffs, or adding safety limits to the Context Engine.

2 2d ago A 62 tokens

Code-Munkiz/ham

Skill Claude CodeCodexCursor

How Ham previews and launches allowlisted Factory droid exec workflows from chat (readonly audit vs low-risk edit), runner assumptions, and hard security limits. Instructional only — policy lives in code.

2 2d ago A 45 tokens

goham

16

Code-Munkiz/ham

Skill Claude CodeCodexCursor

Guides conversational navigation of the Ham dashboard: settings sections, projects, Droids/registry, runs and activity, and how to scaffold sub-agent workflows or new assets using existing APIs and configs. Use when the user wants natural-language help finding settings, understanding Hermes vs Droid roles, creating…

2 2d ago A 77 tokens

ham-qa-prompt-gate

17

Code-Munkiz/ham

Skill Claude CodeCodexCursor

Review executor prompts for red flags, alignment issues, blockers, scope drift, and evidence gaps before any non-trivial execution.

2 2d ago A 33 tokens

Code-Munkiz/ham

Skill Claude CodeCodexCursor

Validate the Hermes supervisory critic review loop: verify Hermes receives correct context, invokes HermesReviewer.evaluate(), and preserves learning signals for later persistence. Use when modifying hermesfeedback.py, the supervisory review path, or the review pipeline.

2 2d ago A 51 tokens

diagnose

19

Code-Munkiz/ham

Skill Claude CodeCodexCursor

Structured diagnosis loop: reproduce, minimize, hypothesize, instrument, fix, and regression-test.

2 2d ago A 0 tokens

grill-with-docs

20

Code-Munkiz/ham

Skill Claude CodeCodexCursor

Grilling session for plan alignment against domain language and ADRs, with inline doc updates when decisions are finalized.

2 2d ago A 28 tokens

handoff

21

Code-Munkiz/ham

Skill Claude CodeCodexCursor

Summarize the current thread into a compact handoff artifact for a fresh agent session.

2 2d ago A 21 tokens

Code-Munkiz/ham

Skill Claude CodeCodexCursor

Repo-local setup for Matt Pocock engineering skills in HAM. Configures issue tracker, triage labels, and domain doc locations without touching runtime or deploy settings.

2 2d ago A 41 tokens

tdd

24

Code-Munkiz/ham

Skill Claude CodeCodexCursor

Red-green-refactor loop using vertical slices and behavior-focused tests through public interfaces.

2 2d ago A 19 tokens