From python-harness
Authoritative Python coding standards (strict OOP, Google Python Style, test layout, test patterns). Use when writing, editing, refactoring, or reviewing Python code in this repo, or when a /goal condition references python-rules.
How this skill is triggered — by the user, by Claude, or both
Slash command
/python-harness:python-rulesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When this skill is active, treat the rule documents listed below as **hard constraints** for any Python work in the current session. Violations must be fixed before completing the work.
When this skill is active, treat the rule documents listed below as hard constraints for any Python work in the current session. Violations must be fixed before completing the work.
@${CLAUDE_PLUGIN_ROOT}/rules/oop.md @${CLAUDE_PLUGIN_ROOT}/rules/python-style.md @${CLAUDE_PLUGIN_ROOT}/rules/test-layout.md @${CLAUDE_PLUGIN_ROOT}/rules/test-patterns.md
npx claudepluginhub kimharry99/ai-agent-plugins --plugin python-harnessCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.