Claude-scaffold python-project-standards

Python Project Standards

install
source · Clone the upstream repo
git clone https://github.com/pyramidheadshark/claude-scaffold
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/pyramidheadshark/claude-scaffold "$T" && mkdir -p ~/.claude/skills && cp -r "$T/tests/fixtures/project-with-status/.claude/skills/python-project-standards" ~/.claude/skills/pyramidheadshark-claude-scaffold-python-project-standards-c7bb4c && rm -rf "$T"
manifest: tests/fixtures/project-with-status/.claude/skills/python-project-standards/SKILL.md
source content

Python Project Standards

When to Load This Skill

Load when: pyproject.toml, .py files.

Short skill under threshold

This is a short skill for testing.