Pick any tool and install it in under a minute. They all work independently or together.
All Code Katz tools are designed for Claude Code, Anthropic's agentic coding tool. You'll need:
Most Code Katz tools are Claude Code custom skills — drop-in folders that extend what Claude Code can do. Installation is the same for all of them:
# Clone the skill into your project's .claude directory
git clone https://github.com/code-katz/<skill-name> \
.claude/skills/<skill-name>
# Example: install the Devlog skill
git clone https://github.com/code-katz/claude-devlog-skill \
.claude/skills/claude-devlog-skill
That's it. Claude Code will automatically detect the SKILL.md file and the skill becomes available in your next session.
The CLI tools (claude-team-cli and claude-conductor) have their own install scripts:
git clone https://github.com/code-katz/claude-team-cli
cd claude-team-cli
./install.sh
git clone https://github.com/code-katz/claude-conductor
cd claude-conductor
./install.sh
Each tool's GitHub repo has its own detailed README and SKILL.md. Here are some good starting points: