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
2mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

obsidian-vault

25

jchildree/Claud-itect-Skill

Skill Claude Code

Search, create, and manage notes in the Obsidian vault with wikilinks and index notes. Use when user wants to find, create, or organize notes in Obsidian.

not rated 3 2mo ago A 43 tokens

onboard

26

jchildree/Claud-itect-Skill

Skill Claude Code

Interactive first-run experience for new Claude-ITect installs. Asks 3 short questions about workflow style, project type, and communication preference. Generates a personalized 5-skill starter roadmap. Runs once per install via sentinel file; re-run manually with /onboard --reset.

not rated 3 2mo ago A 60 tokens

phase

27

jchildree/Claud-itect-Skill

Skill Claude Code

Track project phase lifecycle: status snapshots, transitions, and ADR impact analysis. Trigger on: "what phase are we in?", "is phase X unblocked?", "did ADR-### move any phase?", "give me a status snapshot", "what's next?", "what's blocked?", "phase status", creating or editing phase documents, or comparing phase…

not rated 3 2mo ago A 108 tokens

prototype

28

jchildree/Claud-itect-Skill

Skill Claude Code

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…

not rated 3 2mo ago A 90 tokens

jchildree/Claud-itect-Skill

Skill Claude Code

Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation.

not rated 3 2mo ago A 38 tokens

safe-push

31

jchildree/Claud-itect-Skill

Skill Claude Code

Use when about to push to any git remote -- runs large-file, test, uncommitted-change, and diverged-history checks before pushing.

not rated 3 2mo ago A 32 tokens

scaffold-exercises

32

jchildree/Claud-itect-Skill

Skill Claude Code

Create exercise directory structures with sections, problems, solutions, and explainers that pass linting. Use when user wants to scaffold exercises, create exercise stubs, or set up a new course section.

not rated 3 2mo ago A 45 tokens

jchildree/Claud-itect-Skill

Skill Claude Code

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

not rated 3 2mo ago A 124 tokens

setup-pre-commit

34

jchildree/Claud-itect-Skill

Skill Claude Code

Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-commit hooks, set up Husky, configure lint-staged, or add commit-time formatting/typechecking/testing.

not rated 3 2mo ago A 62 tokens

jchildree/Claud-itect-Skill

Skill Claude Code

Use when encountering environment, config, infrastructure, CI, or build issues -- not application-layer bugs (use diagnose for those). Requires root cause investigation before any fix.

not rated 3 2mo ago A 38 tokens

tdd-enforce

37

jchildree/Claud-itect-Skill

Skill Claude Code

TDD discipline enforcement -- Iron Law, Red-Green-Refactor loop, rationalization resistance. Use when actively implementing features or bugfixes, before writing any production code. For TDD philosophy and planning discussion, use tdd-guide.

not rated 3 2mo ago A 54 tokens

tdd-guide

38

jchildree/Claud-itect-Skill

Skill Claude CodeCodex

TDD philosophy, planning, and tracer-bullet vertical slice concept. Use when user asks how TDD works, wants to understand test-first thinking, plan which behaviors to test, or discuss tracer bullets. For active implementation enforcement, use tdd-enforce.

not rated 3 2mo ago A 56 tokens

thefuck

39

jchildree/Claud-itect-Skill

Skill Claude Code

Fix the previous failed shell command. Trigger when a command errors out, user says "fix that command", "what should I have typed", "correct that", or types "fuck" as a message. Diagnoses the error, proposes corrected command, confirms before running.

not rated 3 2mo ago A 57 tokens

to-issues

40

jchildree/Claud-itect-Skill

Skill Claude Code

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.

not rated 3 2mo ago A 53 tokens

to-prd

41

jchildree/Claud-itect-Skill

Skill Claude Code

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.

not rated 3 2mo ago A 36 tokens

tools

42

jchildree/Claud-itect-Skill

Skill Claude Code

Scan the active project to discover relevant MCP servers, CLI tools, libraries, and repositories that would benefit it. Presents candidates to the user for approval before implementing anything. Helps configure approved tools in .claude/settings.json. Trigger on: "what tools should I add?", "find me an MCP server for…

not rated 3 2mo ago A 135 tokens

triage

43

jchildree/Claud-itect-Skill

Skill Claude Code

Triage issues through a state machine driven by triage roles. Use when user wants to create an issue, triage issues, review incoming bugs or feature requests, prepare issues for an AFK agent, or manage issue workflow.

not rated 3 2mo ago A 49 tokens

using-git-worktrees

44

jchildree/Claud-itect-Skill

Skill Claude Code

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - ensures an isolated workspace exists via native tools or git worktree fallback.

not rated 3 2mo ago A 36 tokens

using-superpowers

45

jchildree/Claud-itect-Skill

Skill Claude Code

Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions.

not rated 3 2mo ago A 29 tokens

jchildree/Claud-itect-Skill

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.

not rated 3 2mo ago A 43 tokens

wiki-suggest

47

jchildree/Claud-itect-Skill

Skill Claude Code

Inference engine for the project wiki. Scans source files (skills, hooks, agents, ADRs, codebase) against existing wiki pages, identifies undocumented content, and generates PENDING suggestion files in suggestions/ for human review. Assigns HIGH/MEDIUM/LOW confidence based on evidence strength.

not rated 3 2mo ago A 66 tokens

wiki

48

jchildree/Claud-itect-Skill

Skill Claude Code

Command set for the project wiki (Obsidian vault). Handles read, approve, reject, add, search, and graph subcommands against the docs/Obsidian Vault/ directory. Use when reading or modifying wiki content, approving suggestions from suggestions/, or exploring wiki structure.

not rated 3 2mo ago A 60 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: