|
|
4 months ago | |
|---|---|---|
| agents | 4 months ago | |
| commands | 4 months ago | |
| skills | 4 months ago | |
| .gitmodules | 4 months ago | |
| LICENSE | 4 months ago | |
| README.md | 4 months ago | |
| install.ps1 | 4 months ago | |
| install.sh | 4 months ago |
Custom commands, skills, and agents for Claude Code.
claude-mods/
├── commands/ # Slash commands
│ └── g-slave/ # Make Gemini do Claude's dirty work
├── skills/ # Custom skills
├── agents/ # Custom subagents
├── install.sh # Linux/macOS installer
└── install.ps1 # Windows installer
Linux/macOS:
git clone --recursive https://github.com/0xDarkMatter/claude-mods.git
cd claude-mods
./install.sh
Windows (PowerShell):
git clone --recursive https://github.com/0xDarkMatter/claude-mods.git
cd claude-mods
.\install.ps1
Clone with submodules:
git clone --recursive https://github.com/0xDarkMatter/claude-mods.git
Then symlink or copy to your Claude directories:
~/.claude/commands/~/.claude/skills/~/.claude/agents/| Command | Description |
|---|---|
| g-slave | Dispatch Gemini CLI to analyze large codebases. Gemini does the grunt work, Claude gets the summary. |
Coming soon
Coming soon
Pull updates including submodules:
git pull --recurse-submodules
git submodule update --remote
Then re-run the install script.
Create a .md file in commands/ following Claude Code's slash command format.
Create a directory in skills/ with a SKILL.md file.
Create a .md file in agents/ with frontmatter defining the agent.
MIT
Extend Claude Code. Your way.