Skip to main content
GitHub 저장소

claude-code-basecamp

claude-code-basecamp에는 Benkapner에서 수집한 skills 10개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
10
Stars
14
업데이트
2026-06-03
Forks
2
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

good-skill
소프트웨어 개발자

Use when writing Python error handling code. Provides specific rules for exception chaining and custom error hierarchies.

2026-06-03
security-skill
정보 보안 분석가

Use when reviewing code for security issues.

2026-06-03
update-docs
소프트웨어 개발자

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 the user says "update docs", "check docs", or "are the docs stale", or when reviewing a branch for documentation accuracy.

2026-05-28
clean-code-guide
소프트웨어 개발자

Helps you write better Python code by following clean code principles and software engineering best practices.

2026-05-20
verification-loop
소프트웨어 품질 보증 분석가·테스터

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.

2026-05-20
brainstorming
소프트웨어 개발자

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.

2026-05-08
refactoring-patterns
소프트웨어 개발자

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.

2026-05-08
python-conventions
소프트웨어 개발자

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

2026-05-08
security-check
정보 보안 분석가

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.

2026-05-08
data-pipeline-patterns
소프트웨어 개발자

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

2026-04-19