By djd0723
Claudey is a collection of skills, hooks, commands, and rules for Claude Code.
Cluster related instincts into skills, commands, or agents
Run the complete GSD phase lifecycle — discuss, plan, execute (with mandatory superpowers), verify — in one command
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.
Executables (bin/) — files in this plugin's bin/directory are added to the Bash tool's PATH while the plugin is enabled.
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 djd0723/claudeyUltra-compressed communication mode. Cuts 65% of output tokens (measured) while keeping full technical accuracy by speaking like a caveman.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Memory compression system for Claude Code - persist context across sessions
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Unified capability management center for Skills, Agents, and Commands.