claudey
01Plugin Claude Code
Plugin marketplace listing 1 plugin: claudey.
Plugin Claude Code
Plugin marketplace listing 1 plugin: claudey.
Plugin Claude Code
Claudey is a collection of skills, hooks, commands, and rules for Claude Code.
Command
Cluster related instincts into skills, commands, or agents.
Command
Run the complete GSD phase lifecycle — discuss, plan, execute (with mandatory superpowers), verify — in one command.
Command
Export instincts for sharing with teammates or other projects.
Command
Import instincts from teammates, Skill Creator, or other sources.
Command
Show all learned instincts with their confidence levels.
Command
Extract reusable patterns from the session, self-evaluate quality before saving, and determine the right save location (Global vs Project).
Command
Analyze the current session and extract any patterns worth saving as skills.
Command
Safely identify and remove dead code with test verification at every step.
Command
Manage Claude Code session history - list, load, alias, and edit sessions stored in /.claude/sessions/.
Command
Analyze local git history to extract coding patterns and generate SKILL.md files. Local version of the Skill Creator GitHub App.
Command
Run comprehensive verification on current codebase state.
Hook
Runs before the agent uses a tool for Bash, Edit and Write tool calls, executing observe.sh (3 commands). From oguzsh/claudey.
Hook
Runs before the context is compacted, running an inline shell check. From oguzsh/claudey.
Hook
Runs when a session starts, executing session-start-guard.sh. From oguzsh/claudey.
Hook
Runs after a tool call finishes for Bash, Edit, Edit and Edit tool calls, executing observe.sh (5 commands). From oguzsh/claudey.
Hook
Runs when the agent sends a notification, executing notification.sh. From oguzsh/claudey.
Hook
Runs when the agent finishes a response, executing notification.sh (2 commands). From oguzsh/claudey.
Hook
Runs when a session ends, running an inline shell check (2 commands). From oguzsh/claudey.
Skill Claude CodeCodex
Cache expensive file processing results using SHA-256 content hashes — path-independent, auto-invalidating, with service layer separation.
Skill Claude CodeCodex
Instinct-based learning system that observes sessions via hooks, creates atomic instincts with confidence scoring, and evolves them into skills/commands/agents.
Agent
Background agent that analyzes session observations to detect patterns and create instincts. Uses Haiku for cost-efficiency.
Skill Claude CodeCodex
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.