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

ai-engineer-review

01

Benkapner/claude-code-basecamp

Command Claude Code

Get a brutally honest review of your project from the perspective of a principal AI engineer. Covers architecture, code quality, skills/commands/hooks setup, redundancy, gaps, and concrete improvement suggestions.

16 12d ago A 38 tokens original MIT

architecture-docs

02

Benkapner/claude-code-basecamp

Command Claude Code

Generate architecture documentation — from a quick Mermaid diagram to full system overview with data flow, component relationships, and architecture decision records (ADRs).

16 12d ago A 28 tokens original MIT

diff-explain

06

Benkapner/claude-code-basecamp

Command Claude Code

Explain a git diff or branch comparison in plain language. Describes the intent behind changes, not just what files were modified. Useful for MR reviews and catching up.

16 12d ago A 33 tokens original MIT

env-check

07

Benkapner/claude-code-basecamp

Command Claude Code

Validate local development environment setup. Checks Python version, dependencies, env vars, config files, and unapplied migrations in one pass.

16 12d ago A 26 tokens original MIT

explain-code

08

Benkapner/claude-code-basecamp

Command Claude Code

Explain code functionality — from high-level overview to line-by-line analysis. Useful for onboarding, knowledge transfer, and understanding unfamiliar code.

16 12d ago A 26 tokens original MIT

explain-simple

09

Benkapner/claude-code-basecamp

Command Claude Code

Explain a file or folder in very simple words, like to a 15-year-old. No jargon, no technical depth — just what it does and why.

16 12d ago A 32 tokens original MIT

focus

10

Benkapner/claude-code-basecamp

Command Claude Code

Switch which repository/repositories to focus on. Re-presents the repo selection menu and completely replaces the previous selection.

16 12d ago A 23 tokens original MIT

prompt-test

11

Benkapner/claude-code-basecamp

Command Claude Code

Test LLM prompts against sample inputs. Shows outputs, checks for regressions when prompts change, and compares different prompt versions side-by-side.

16 12d ago A 28 tokens original MIT

quality-gate

12

Benkapner/claude-code-basecamp

Command Claude Code

Safe to push? Runs verification-loop phases 1-4 + phase 6 (tests + secret scan + pre-commit). Use after review, right before git push.

16 12d ago A 35 tokens original MIT

recap

13

Benkapner/claude-code-basecamp

Command Claude Code

Generate a session summary: what changed, why, key decisions, and a ready-to-share update for standups or stakeholder messages.

16 12d ago A 26 tokens original MIT

refactor-safe

14

Benkapner/claude-code-basecamp

Command Claude Code

Refactor internals without changing public API. Fixes structural problems (long functions, duplication, poor naming) while keeping the external interface identical.

16 12d ago A 29 tokens original MIT

repo-sync

15

Benkapner/claude-code-basecamp

Command Claude Code

Check if focused repositories are up to date with the remote. Fetches latest changes and warns about repos that are behind or have uncommitted changes.

16 12d ago A 30 tokens original MIT

toolkit

17

Benkapner/claude-code-basecamp

Command Claude Code

Show available skills, agents, and commands — and recommend which to use based on the current repo and task. Helps new users discover what capabilities are available.

16 12d ago A 31 tokens original MIT

verify

19

Benkapner/claude-code-basecamp

Command Claude Code

Does my code work? Runs verification-loop phases 1-4 (environment, types, lint, tests). Use after coding, before review.

16 12d ago A 29 tokens original MIT