Claude Code Mods — Development skill for Claude Code
Claude Mods and the tools to build them: a builder skill, then mods.
How to install Claude Code Mods
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open karanb192/claude-code-mods and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Claude Code Mods does
Claude Mods and the tools to build them: a builder skill, then mods.
Alternatives in Development
- MCP Builder — Guide for creating high-quality MCP servers to integrate external APIs and services 94.1k ★
- Agent Builder 71.9k ★
- Persona Builder — Persona 生成模板 24k ★
README
claude-code-mods
Claude Mods and the tools to build them. The first tool is `mod-builder`, a skill that plans a mod's capability budget before it writes a line, then validates the result and writes the threat model. The first mod is `fable-pin`, which pins every subagent to one model by rewriting `agent.spawn`. The second is `cache-tax`, the Mod form of the hook of the same name in claude-code-hooks: it stops a cold send once with its price, keeps the 1-hour prompt cache alive for a window you set, and keeps score of what cold writes cost. Both were built with the skill and their READMEs carry the validator output and the threat model. All three install from this marketplace; the landing page is https://claude-code-mods.karanbansal.in/.
Install
claude plugin marketplace add karanb192/claude-code-mods
claude plugin install mod-builder@claude-code-mods
claude plugin install fable-pin@claude-code-mods
claude plugin install cache-tax@claude-code-mods
Then say "what is a Mod", "find a Mod", "build a Mod", "brainstorm Mods", "migrate this hook", "review my Mod", "debug my Mod" or "publish my Mod" in a session, or type `/mod-builder`.
What a mod is
A Claude Mod is a Claude Code plugin whose `hooks/hooks.json` names a TypeScript module. The module exports `register(on)`, and each hook is `on("event", matcher, async ($, e, next) => result)`. `$` is the engine interface, an object of nouns with verbs on each (`$.ui.log`, `$.fs.write`, `$.process.run`, `$.http.fetch`, `$.model.classify`, `$.agent.spawn`). `e` is the event. `next(e)` runs every hook beneath and then the engine, and returning without `next` answers in the engine's place. The code runs inside Claude Code's own process, with the process's reach, and costs no tokens unless it calls the model.
Anthropic calls the primitive function hooks. The design thread opened on 2026-09-03 and the built-in mods landed in the claude-code repo on 2026-09-09. It is early access. Nothing loads unless `CLAUDE
Related Skills
Figure Prompt Builder
Read and follow the skill definition. Look for it at skills/figure-prompt-builder/SKILL.md first, then .claude
Accessibility Mod Template
A structured Claude Code template for creating accessibility mods that make games playable with screen readers
Web Artifacts Builder
When building complex artifacts requiring state management, routing, or shadcn/ui componentsBuild complex claude.ai HTML artifacts using React, Tailwind CSS, and shadcn/ui
Work Builder
Work Skill 生成模板
Part 1 — Deep Research Prompt Builder
I'm going to help you create a research prompt for your project. First, I need to understand your technical ba
Claude Code Requirements Builder
A tool for building Claude Code requirements.
Related Agents
Xcode Runner
Runs Xcode apps on simulators, physical devices, or macOS. Determines if a rebuild is needed, delegates builds
Harnie Builder
Pragmatic senior engineer. Implements designs and task instructions with the simplest robust code, then verifi
Ga4 Audience Builder
GA4 audience builder. Proposes Audience definitions based on observed funnel drop-off and ecomm event volumes,