Claude Code – Tipps and Tricks

Cookbooks

https://github.com/anthropics/claude-cookbooks

Skills

usage-limit-reducer

git clone https://github.com/Dubibubii/usage-limit-reducer ~/.claude/skills/usage-limit-reducer

https://github.com/anthropics/skills

Install





Initialize





claude-code-setup@claude-plugins-official

"recommend automations for this project"
"help me set up Claude Code"
"what hooks should I use?"

claude-obsidian

❯ /plugin marketplace add AgriciDaniel/claude-obsidian
❯ /plugin install claude-obsidian@agricidaniel-claude-obsidian

cc-skills-golang

Install: Claude Code

/plugin marketplace add samber/cc
/plugin install cc-skills-golang@samber

Install: Antigravity

git clone https://github.com/samber/cc-skills-golang.git ~/.antigravity/skills/cc-skills-golang

Initialize Project

MCP

safishamsi/graphify

Install

# Recommended (uv puts graphify on PATH automatically):
uv tool install graphifyy

# Alternatives:
pipx install graphifyy
pip install graphifyy  # may need PATH setup — see note below

Initialize Project





colbymchenry/codegraph

Install

# macOS / Linux
curl -fsSL https://raw.githubusercontent.com/colbymchenry/codegraph/main/install.sh | sh
# Windows (PowerShell)
irm https://raw.githubusercontent.com/colbymchenry/codegraph/main/install.ps1 | iex
codegraph install

Initialize each project

cd your-project
codegraph init

https://github.com/rtk-ai/rtk

Install

curl -fsSL https://raw.githubusercontent.com/rtk-ai/rtk/refs/heads/master/install.sh | sh

Initialize

rtk init -g 

Plugins

https://github.com/JuliusBrussee/caveman

Install

npm install -g @juliusbrussee/caveman-code

Initialize Project

rtk-ai/rtk