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.
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".
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.
Code-Munkiz/ham
Skill Claude CodeCodex
Compact the current conversation into a handoff document for another agent to pick up.
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.
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…
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…
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.
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.
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.
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.
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.
Code-Munkiz/ham
Cursor rule Cursor
Code quality standards for the Ham codebase.
Code-Munkiz/ham
Cursor rule Cursor
Custom slash commands for Ham project workflows. Apply always.
Code-Munkiz/ham
Cursor rule Cursor
Enforces the Ham core architecture contract. Apply always.
Code-Munkiz/ham
Cursor rule Cursor
Owner-local HAM workflow — direct-main, no automatic PRs. Does not restrict owner local main pushes; Cloud/HAM VM/Git lives in AGENTS + cloud-agent-starter only.
Code-Munkiz/ham
Cursor rule Cursor
HAM local control must target the user’s local Windows runtime with a mandatory desktop lane; escalation chat → browser-real → machine; cloud browser is ancillary. Agents must verify before patching and preserve Linux behavior.
Code-Munkiz/ham
Cursor rule Cursor
Hermes Workspace UI/UX parity — repomix SSOT must exist before parity implementation.
Code-Munkiz/ham
Cursor rule Cursor
Conventions specific to the Context Engine module.
Code-Munkiz/ham
Cursor rule Cursor
Enforces minimal, scoped diffs. Apply always.
Code-Munkiz/ham
Cursor rule Cursor
Prevents hallucinated repo state. Apply always.
Code-Munkiz/ham
Cursor rule Cursor
Registry record conventions for src/registry/.py — stable IDs, version fields, pure-data records, derived metrics live outside.
Code-Munkiz/ham
Cursor rule Cursor
Enforces strict agent role boundaries in the swarm.
Code-Munkiz/ham
Cursor rule Cursor
Subagent charter: Architect Auditor. Applies when reviewing swarmagency.py agent definitions.