HITMANdark07

12 mods across 1 repository, 0 stars between them.

neatcode

01

HITMANdark07/neatcodeai

MCP server Claude CodeCodexCursor

MCP server "neatcode" as configured in HITMANdark07/neatcodeai. Runs ./packages/mcp/dist/index.js with node.

0 3mo ago A tokens not measured original MIT

HITMANdark07/neatcodeai

Instructions file

Claude Code instructions for HITMANdark07/neatcodeai, covering claude.md, repository status, build / test / run, smoke-test the cli after build and mcp server: wiring to claude code.

0 3mo ago A 2,125 tokens original MIT

brainstorming

03

HITMANdark07/neatcodeai

Skill Claude CodeCodex

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

0 3mo ago A 37 tokens original MIT

HITMANdark07/neatcodeai

Skill Claude CodeCodex

Use when the user expresses a rule (must / never / always / going forward / no longer / forbid / require / cannot / shouldn't) — captures one rule at a time. ALSO use proactively on a fresh repo with empty skills.yaml: call derivecandidates to mine the existing graph for candidate rules, walk through them with the…

0 3mo ago A 85 tokens original MIT

code-review

05

HITMANdark07/neatcodeai

Skill Claude CodeCodex

Use after completing a task or before merging — runs a structured review pass against captured rules, planned changes, and recent commits. Output is categorized (Critical / Important / Minor / Strengths) and ALWAYS persisted to .neatcode/reviews/ - .md so the report survives the session.

0 3mo ago A 65 tokens original MIT

debugging

06

HITMANdark07/neatcodeai

Skill Claude CodeCodex

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

0 3mo ago A 19 tokens original MIT

exploring-codebase

07

HITMANdark07/neatcodeai

Skill Claude CodeCodex

Use for any structural question about the codebase — who calls X, what extends Y, where is Z used, what handles route foo. Routes through the graph instead of grep or file reads.

0 3mo ago A 44 tokens original MIT

filing-knowledge

08

HITMANdark07/neatcodeai

Skill Claude CodeCodex

Use after answering a non-trivial structural question, after shipping placeholder/stub code during autonomous work, or after making a load-bearing decision not specified in the prompt. Proposes filing the answer as a memory note so the next session doesn't re-derive it.

0 3mo ago A 57 tokens original MIT

tdd

09

HITMANdark07/neatcodeai

Skill Claude CodeCodex

Use when implementing any feature or bugfix, before writing implementation code.

0 3mo ago A 16 tokens copy · 94% MIT

validating-diff

10

HITMANdark07/neatcodeai

Skill Claude CodeCodex

Use at logical-unit boundaries — finished a feature slice, completed a TDD cycle, before claiming a task done, before committing. NOT before every file write. Validates the planned changes against the repo's captured rules and surfaces violations with resolution options.

0 3mo ago A 55 tokens original MIT

verifying

11

HITMANdark07/neatcodeai

Skill Claude CodeCodex

Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always.

0 3mo ago A 41 tokens original MIT

writing-plans

12

HITMANdark07/neatcodeai

Skill Claude CodeCodex

Use when you have a spec or requirements for a multi-step task, before touching code.

0 3mo ago A 21 tokens original MIT