jchildree/Claud-itect-Skill

An awesome curated skill pack for Claude Code. Installs 54 skills, 4 agent definitions, caveman session hooks into any project in one command, and thefuck fixes any mistakes that occur....when you need it.

This repository also configures its own agents. See what Claud-itect-Skill tells them →

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

adr

01

jchildree/Claud-itect-Skill

Skill Claude Code

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…

not rated 3 1mo ago A 94 tokens

audit

02

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…

not rated 3 1mo ago A 122 tokens

brainstorming

03

jchildree/Claud-itect-Skill

Skill Claude Code

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.

not rated 3 1mo ago A 37 tokens

cavecrew

04

jchildree/Claud-itect-Skill

Skill Claude Code

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…

not rated 3 1mo ago A 134 tokens

caveman-commit

05

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

not rated 3 1mo ago A 79 tokens

caveman-compress

06

jchildree/Claud-itect-Skill

Skill Claude Code

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…

not rated 3 1mo ago A 77 tokens

caveman-help

07

jchildree/Claud-itect-Skill

Skill Claude Code

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

not rated 3 1mo ago A 56 tokens

caveman-review

08

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.

not rated 3 1mo ago A 72 tokens

caveman-stats

09

jchildree/Claud-itect-Skill

Skill Claude Code

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.

not rated 3 1mo ago A 60 tokens

caveman

10

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…

not rated 3 1mo ago A 98 tokens

diagnose

11

jchildree/Claud-itect-Skill

Skill Claude Code

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.

not rated 3 1mo ago A 66 tokens

edit-article

13

jchildree/Claud-itect-Skill

Skill Claude Code

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

not rated 3 1mo ago A 34 tokens

executing-plans

14

jchildree/Claud-itect-Skill

Skill Claude Code

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

not rated 3 1mo ago A 22 tokens

jchildree/Claud-itect-Skill

Skill Claude Code

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.

not rated 3 1mo ago A 44 tokens

jchildree/Claud-itect-Skill

Skill Claude Code

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.

not rated 3 1mo ago B 62 tokens

grill-me

17

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

not rated 3 1mo ago A 49 tokens

grill-with-docs

18

jchildree/Claud-itect-Skill

Skill Claude Code

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.

not rated 3 1mo ago A 57 tokens

handoff

19

jchildree/Claud-itect-Skill

Skill Claude Code

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

not rated 3 1mo ago A 19 tokens

jchildree/Claud-itect-Skill

Skill Claude Code

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.

not rated 3 1mo ago A 68 tokens

karpathy

21

jchildree/Claud-itect-Skill

Skill Claude Code

Apply Karpathy coding discipline to any task: think before coding, simplicity first, surgical changes only, goal-driven execution with verifiable success criteria. Invoke before any non-trivial implementation. Use /karpathy plan to produce a verifiable step plan. Use /karpathy review to audit recent work.…

not rated 3 1mo ago A 100 tokens

llm-wiki

22

jchildree/Claud-itect-Skill

Skill Claude Code

Set up and operate an LLM-maintained personal knowledge base wiki. Use when building a persistent, compounding knowledge base from source documents -- articles, papers, notes, transcripts, or any source material.

not rated 3 1mo ago A 46 tokens

memory-to-vault

23

jchildree/Claud-itect-Skill

Skill Claude Code

Convert Claude's persisted memory into a structured high-level outline and save it to the project Obsidian vault. Use to archive and organize accumulated session knowledge as a navigable vault note.

not rated 3 1mo ago A 42 tokens

migrate-to-shoehorn

24

jchildree/Claud-itect-Skill

Skill Claude Code

Migrate test files from as type assertions to @total-typescript/shoehorn. Use when user mentions shoehorn, wants to replace as in tests, or needs partial test data.

not rated 3 1mo ago A 48 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: