benshapyro/cadre-devkit-claude
Plugin Claude Code
Cadre team development kit for Claude Code - security hooks, workflow automation, and productivity tools.
benshapyro/cadre-devkit-claude
Plugin Claude Code
Cadre team development kit for Claude Code - security hooks, workflow automation, and productivity tools.
benshapyro/cadre-devkit-claude
Instructions file
Instructions for benshapyro/cadre-devkit-claude, covering cadre devkit for claude code, features, pre-implementation confidence check, assessment criteria and decision matrix.
benshapyro/cadre-devkit-claude
Agent
Reviews code for adherence to coding standards, best practices, and style guidelines. PROACTIVELY use after completing any significant code changes (new features, refactors, bug fixes). Auto-invoke when code is ready for review before committing.
benshapyro/cadre-devkit-claude
Agent
Systematically analyzes errors, stack traces, and logs to identify root causes. PROACTIVELY use when user reports bugs, errors, crashes, or unexpected behavior. Auto-invoke when stack traces or error messages appear in conversation.
benshapyro/cadre-devkit-claude
Agent
Researches official documentation, latest best practices, and current tech stack information. PROACTIVELY use when evaluating libraries, checking API usage, or when implementation involves unfamiliar frameworks. Auto-invoke before using any library/API features from training data.
benshapyro/cadre-devkit-claude
Agent
Assists with Git operations following branching strategy and commit conventions. PROACTIVELY use when creating branches, making commits, resolving conflicts, or managing git workflows. Auto-invoke for any git-related questions or operations.
benshapyro/cadre-devkit-claude
Agent
Analyzes and optimizes code performance. PROACTIVELY use when user mentions slow, laggy, timeout, memory issues, or optimization needs. Auto-invoke when performance-critical code is being written (loops, data processing, API calls).
benshapyro/cadre-devkit-claude
Agent
Safely refactors code while maintaining behavior. PROACTIVELY use when user asks to restructure, extract, rename, or clean up code. Auto-invoke when code smells are detected (duplication, long functions, poor organization).
benshapyro/cadre-devkit-claude
Agent
Clarifies vague requirements by asking probing questions, identifying edge cases, and creating comprehensive specifications. PROACTIVELY use when requirements are vague, ambiguous, or incomplete. Auto-invoke before implementing features that lack clear acceptance criteria.
benshapyro/cadre-devkit-claude
Command
Document bugs and improvements to project backlog (interactive loop).
benshapyro/cadre-devkit-claude
Command
Discover and specify a new software project from scratch.
benshapyro/cadre-devkit-claude
Command
Learn about Claude Code, the devkit, commands, skills, and workflows.
benshapyro/cadre-devkit-claude
Command
Start a new feature with proper planning.
benshapyro/cadre-devkit-claude
Command
Save research findings as reusable knowledge documents.
benshapyro/cadre-devkit-claude
Command
Deep research on a topic with parallel sub-agents.
benshapyro/cadre-devkit-claude
Command
Review code changes for quality and best practices.
benshapyro/cadre-devkit-claude
Command
Commit and ship validated changes.
benshapyro/cadre-devkit-claude
Command
Remove AI-generated code slop from current branch.
benshapyro/cadre-devkit-claude
Command
Validate implementation before shipping.
benshapyro/cadre-devkit-claude
Hook
Runs when you submit a prompt, before the agent sees it, executing skill-activation-prompt.sh. From benshapyro/cadre-devkit-claude.
benshapyro/cadre-devkit-claude
Hook
Runs before the agent uses a tool for Bash, Edit, Write and Read tool calls, executing dangerous-command-blocker.py and sensitive-file-guard.py (2 commands). From benshapyro/cadre-devkit-claude.
benshapyro/cadre-devkit-claude
Hook
Runs after a tool call finishes for Edit and Write tool calls, executing auto-format.py and test-on-change.py (2 commands). From benshapyro/cadre-devkit-claude.
benshapyro/cadre-devkit-claude
Skill Claude CodeCodex
Provides REST and GraphQL API design patterns for Node.js, Flask, and FastAPI. Use when designing endpoints, request/response structures, API architecture, pagination, authentication, rate limiting, or when working in /api/ or /routes/ directories.
benshapyro/cadre-devkit-claude
Skill Claude CodeCodex
Formats code according to Ben's style guidelines for TypeScript, Python, and general best practices. Use when formatting code, fixing linting issues, checking naming conventions, organizing imports, or when user mentions formatting, style, linting, Prettier, Black, or ESLint.