benshapyro

32 mods across 1 repository, 9 stars between them.

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.

9 8mo ago D 1,312 tokens original MIT

code-reviewer

03

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.

9 8mo ago A 52 tokens original MIT

debugger

04

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.

9 8mo ago A 49 tokens original MIT

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.

9 8mo ago A 53 tokens original MIT

git-helper

06

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.

9 8mo ago A 46 tokens original MIT

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).

9 8mo ago A 53 tokens original MIT

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).

9 8mo ago A 52 tokens original MIT

spec-discovery

09

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.

9 8mo ago A 49 tokens original MIT

UserPromptSubmit

20

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.

9 8mo ago A tokens not measured original MIT

PreToolUse

21

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.

9 8mo ago A tokens not measured original MIT

PostToolUse

22

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.

9 8mo ago A tokens not measured original MIT

api-design-patterns

23

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.

9 8mo ago A 56 tokens original MIT

code-formatter

24

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.

9 8mo ago A 61 tokens original MIT