python-conventions
SolidPython and shell-script conventions for CAST projects. Load when writing, reviewing, or debugging Python scripts, hook scripts, or files under scripts/ or bin/. Covers stdlib-only policy, DB access patterns, exit codes, idempotency, stdin parsing, and hook script conventions.
Install
Quality Score: 79/100
Skill Content
Details
- Author
- ek33450505
- Repository
- ek33450505/claude-agent-team
- Created
- 5 months ago
- Last Updated
- today
- Language
- Shell
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
python-conventions
Use when writing or reviewing Python code — naming conventions, type hints, common pitfalls (mutable defaults, bare except, is-vs-==), and testing structure.
cast-conventions
Shared CAST conventions for all agents. Loaded automatically via agent frontmatter.
python-scripting-patterns
Python scripting best practices for automation, CLI tools, and Claude Code hooks. Use this skill whenever writing or modifying Python scripts, CLI tools, or Claude Code hooks written in Python (.py files under .claude/hooks/), automation scripts, data processing scripts, or any standalone Python utility — even for small edits, since stdin-parsing mistakes, broad except clauses, and missing exit-code discipline are easy to introduce silently and hard to debug later.