jchildree

59 mods across 1 repository, 3 stars between them.

cavecrew-builder

02

jchildree/Claud-itect-Skill

Agent

Surgical 1-2 file edit. Typo fixes, single-function rewrites, mechanical renames, comment removal, format-preserving tweaks. Hard refuses 3+ file scope. Returns caveman diff receipt. Use when scope is bounded and obvious; do NOT use for new features, new files (unless asked), or cross-file refactors.

3 1mo ago A 76 tokens

jchildree/Claud-itect-Skill

Agent

Read-only code locator. Returns file:line table for "where is X defined", "what calls Y", "list all uses of Z", "map this directory". Output is caveman-compressed so the main thread eats 60% fewer tokens than vanilla Explore. Refuses to suggest fixes.

3 1mo ago A 66 tokens

cavecrew-reviewer

04

jchildree/Claud-itect-Skill

Agent

Diff/branch/file reviewer. One line per finding, severity-tagged, no praise, no scope creep. Output format path:line: : . . Use for "review this PR", "review my diff", "audit this file". Skips formatting nits unless they change meaning.

3 1mo ago A 75 tokens

geometry-solver

05

jchildree/Claud-itect-Skill

Agent

Specialized agent for NgonENGINE's Ren (練) mathematical solver layer. Handles Newell normal computation, Mean Value Coordinates, GJK/EPA physics, SubRegion generation, and planarity validation. Use for any geometry math task.

3 1mo ago A 53 tokens

adr

06

jchildree/Claud-itect-Skill

Skill Claude CodeCodex

Create, review, audit, and list Architectural Decision Records for any software project. Trigger on: "create an ADR", "document this decision", "ADR for...", "what ADRs exist", "review this ADR", "update INDEX.md", architectural trade-offs, or design pivots affecting multiple layers or files. Project-agnostic -- works…

3 1mo ago A 94 tokens

audit

07

jchildree/Claud-itect-Skill

Skill Claude CodeCodex

Audit Claude Code skills for visibility flags, deterministic vs non-deterministic steps, and composability opportunities. Reads .claude/skills/ (or a user-specified path), produces a punch list per skill, then shows proposed rewrites with a changelog. Trigger on: "audit my skills", "review my skill files", "which…

3 1mo ago A 122 tokens

brainstorming

08

jchildree/Claud-itect-Skill

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.

3 1mo ago A 37 tokens

cavecrew

09

jchildree/Claud-itect-Skill

Skill Claude CodeCodex

Decision guide for delegating to caveman-style subagents. Tells the main thread WHEN to spawn cavecrew-investigator (locate code), cavecrew-builder (1-2 file edit), or cavecrew-reviewer (diff review) instead of doing the work inline or using vanilla Explore. Subagent output is caveman-compressed so the tool-result…

3 1mo ago A 134 tokens

caveman-commit

10

jchildree/Claud-itect-Skill

Skill Claude CodeCodex

Ultra-compressed commit message generator. Cuts noise from commit messages while preserving intent and reasoning. Conventional Commits format. Subject ≤50 chars, body only when "why" isn't obvious. Use when user says "write a commit", "commit message", "generate commit", "/commit", or invokes /caveman-commit.…

3 1mo ago A 79 tokens

caveman-compress

11

jchildree/Claud-itect-Skill

Skill Claude CodeCodex

Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable backup saved as FILE.original.md. Trigger: /caveman-compress FILEPATH or…

3 1mo ago A 77 tokens

caveman-help

12

jchildree/Claud-itect-Skill

Skill Claude CodeCodex

Quick-reference card for all caveman modes, skills, and commands. One-shot display, not a persistent mode. Trigger: /caveman-help, "caveman help", "what caveman commands", "how do I use caveman".

3 1mo ago A 56 tokens

caveman-review

13

jchildree/Claud-itect-Skill

Skill Claude CodeCodex

Ultra-compressed code review comments. Cuts noise from PR feedback while preserving the actionable signal. Each comment is one line: location, problem, fix. Use when user says "review this PR", "code review", "review the diff", "/review", or invokes /caveman-review. Auto-triggers when reviewing pull requests.

3 1mo ago A 72 tokens

caveman-stats

14

jchildree/Claud-itect-Skill

Skill Claude CodeCodex

Show real token usage and estimated savings for the current session. Reads directly from the Claude Code session log -- no AI estimation. Triggers on /caveman-stats. Output is injected by the mode-tracker hook; the model itself does not compute the numbers.

3 1mo ago A 60 tokens

caveman

15

jchildree/Claud-itect-Skill

Skill Claude CodeCodex

Ultra-compressed communication mode. Cuts token usage 75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or…

3 1mo ago A 98 tokens

diagnose

16

jchildree/Claud-itect-Skill

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.

3 1mo ago A 66 tokens

edit-article

18

jchildree/Claud-itect-Skill

Skill Claude CodeCodex

Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.

3 1mo ago A 34 tokens

executing-plans

19

jchildree/Claud-itect-Skill

Skill Claude CodeCodex

Use when you have a written implementation plan to execute in a separate session with review checkpoints.

3 1mo ago A 22 tokens

jchildree/Claud-itect-Skill

Skill Claude CodeCodex

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup.

3 1mo ago A 44 tokens

jchildree/Claud-itect-Skill

Skill Claude CodeCodex

Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wants to prevent destructive git operations, add git safety hooks, or block git push/reset in Claude Code.

3 1mo ago B 62 tokens

grill-me

22

jchildree/Claud-itect-Skill

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".

3 1mo ago A 49 tokens

grill-with-docs

23

jchildree/Claud-itect-Skill

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.

3 1mo ago A 57 tokens

handoff

24

jchildree/Claud-itect-Skill

Skill Claude CodeCodex

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

3 1mo ago A 19 tokens