By oguzsh
Claudey is a collection of skills, hooks, commands, and rules for Claude Code.
Cluster related instincts into skills, commands, or agents
---
Export instincts for sharing with teammates or other projects
Import instincts from teammates, Skill Creator, or other sources
Show all learned instincts with their confidence levels
Cache expensive file processing results using SHA-256 content hashes — path-independent, auto-invalidating, with service layer separation.
Instinct-based learning system that observes sessions via hooks, creates atomic instincts with confidence scoring, and evolves them into skills/commands/agents.
Use when asked to create diagrams, flowcharts, architecture visuals, or render Mermaid syntax to PNG/SVG files using the local mmdc CLI tool. Not for inline Mermaid in markdown.
Generate a structured PR description from the current branch's changes. Use when the user says "generate PR description", "describe PR", "PR summary", "pr-describe", "describe my changes", or "write PR description".
Use when the user wants to review and optionally approve a pull request. Triggers: "review and approve PR", "approve PR #123", PR number/URL with approval intent, "LGTM this PR", "check and approve".
Matches all tools
Hooks run on every tool call, not just specific ones
Executes bash commands
Hook triggers when Bash tool is used
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Modifies files
Hook triggers on file write and edit operations
Modifies files
Hook triggers on file write and edit operations
Agents, skills, hooks, commands, and rules for Claude Code -- powered by a single Rust hook binary.
Credit: This project is based on everything-claude-code created by Affaan Mustafa.
/learn, /verify, /sessions, /refactor-clean, and more.common/, python/, typescript/).bin/claudey dispatches every hook via subcommands./plugin marketplace add oguzsh/claudey
/plugin install claudey@oguzsh/claudey
Then try your first command:
/learn
git clone https://github.com/oguzsh/claudey.git
cd claudey
# One-time setup: prompts to install Rust via rustup if missing, then builds bin/claudey
bash bin/setup.sh
# Copy what you need to ~/.claude/
cp -r skills/ ~/.claude/skills/
cp -r commands/ ~/.claude/commands/
cp -r rules/ ~/.claude/rules/
cp -r hooks/ ~/.claude/hooks/
bin/claudey is not checked into git — each machine builds its own binary from source via bash bin/setup.sh. After the first build, new sessions auto-rebuild whenever src/ changes (no prompt, streamed to stderr).
All subsystem documentation lives in docs/:
npx claudepluginhub oguzsh/claudey --plugin claudeyoh-my-zsh for Claude Code — 11 agents, 33 commands, 24 skills, 15 hooks + 9 examples (21 events), 9 rules, 4 MCP (minimal: playwright, context7, jina-reader, [email protected]). One-line install: curl -fsSL https://raw.githubusercontent.com/sangrokjung/claude-forge/main/install.sh | bash
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use
Takazudo's personal Claude Code resources: skills, commands, agents, hooks, and scripts.
Easily create hooks to prevent unwanted behaviors by analyzing conversation patterns
Custom commands, skills, agents, rules, hooks, and output styles for Claude Code - session continuity and modern CLI tooling for real-world development workflows
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.