Benkapner/claude-code-basecamp

A meta-repository for Claude Code users that includes workspace setup (skills, commands, hooks)

16Stars on the repository
31Mods indexed here, across every type
12d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

brainstorming

01

Benkapner/claude-code-basecamp

Skill Claude CodeCodex

Use when the user asks to design, plan, or explore approaches before implementing — creating features, building components, or adding functionality that would benefit from design exploration first.

16 12d ago A 37 tokens original MIT

cost-speed-meter

02

Benkapner/claude-code-basecamp

Skill Claude CodeCodex

Track command execution time across sessions. Show which operations are slow, suggest faster paths (unit tests vs integration, cached builds), and measure if optimizations worked. Polyglot language support (Python, Node, Rust, Go).

16 12d ago A 50 tokens original MIT

Benkapner/claude-code-basecamp

Skill Claude CodeCodex

Team conventions for Python data pipelines — stage structure, JSON output format, debugging workflow, and anti-patterns. Supplements standard patterns with team-specific rules.

16 12d ago A 36 tokens original MIT

python-conventions

04

Benkapner/claude-code-basecamp

Skill Claude CodeCodex

Team-specific Python conventions — credential management with dotenv, API client rules, LLM response parsing, TDD workflow, and testing patterns for data pipelines.

16 12d ago A 34 tokens original MIT

Benkapner/claude-code-basecamp

Skill Claude CodeCodex

Measurement-driven code refactoring — profile before changing, measure after, keep only if metrics improve. Covers complexity reduction, extraction patterns, and bulk refactoring for mechanical changes across many files.

16 12d ago A 42 tokens original MIT

security-check

06

Benkapner/claude-code-basecamp

Skill Claude CodeCodex

Scan Python projects for credential leaks, secrets in code, insecure patterns, LLM API key exposure, PII leakage to external AI services, and .env/.gitignore misconfigurations. Focused on data science pipelines handling API keys, tokens, and LLM integrations.

16 12d ago A 58 tokens original MIT

update-docs

07

Benkapner/claude-code-basecamp

Skill Claude CodeCodex

Use when implementing features, fixing bugs, or refactoring code that may invalidate existing docs. Detects stale documentation by matching the code diff against in-repo doc files and applies targeted updates. Relevant when code changes rename, remove, or add APIs, fields, config keys, or CLI flags. Also applies when…

16 12d ago A 93 tokens original MIT

verification-loop

08

Benkapner/claude-code-basecamp

Skill Claude CodeCodex

Unified verification engine for Python data science projects. Covers environment checks, type checking, linting, tests, security scans, code review with DS anti-patterns, and notebook checks. Commands (/verify, /quality-gate) invoke different subsets of this skill.

16 12d ago A 55 tokens original MIT