agentsclimarketplace

Python conventions

Skill Benkapner/claude-code-basecamp/skills/python-conventions

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

Install
npx -y skills add Benkapner/claude-code-basecamp --skill python-conventions

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

What its author says it does

Copied from the file, not written here

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

SKILL.md

0.9 KB, 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 .env files
  • 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.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.