Python conventions
Skill Benkapner/claude-code-basecamp/skills/python-conventions
Team-specific Python conventions — credential management with dotenv, API client rules, LLM response parsing, TDD workflow, and testing patterns for data pipelines.From its SKILL.md
npx -y skills add Benkapner/claude-code-basecamp --skill python-conventionsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 14 stars14 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.9 KB, 138 tokens by cl100k_base, as published. Nobody here has run it
Python Conventions — Team Patterns
When to Activate
- When writing code that uses environment variables or credentials
- When creating or modifying
.envfiles - When writing tests or following TDD
- When building or modifying code that calls external APIs (GitHub, Stripe, LDAP)
- When reviewing code that handles HTTP responses or LLM output
Conventions
Read skills/conventions.md for all team-specific rules: credential management patterns, API client rules (timeout, retry, logging), LLM response parsing, and testing patterns.
Behavioral Rules
Read guidelines.md for hard limits on credential handling, API timeouts, and testing requirements.
What ships with it: 2 files
4.6 KB alongside SKILL.md
skills/
- conventions.md3.5 KB
- guidelines.md1.0 KB