Robustness Rules banner
siege-analytics siege-analytics

Robustness Rules

Development community

Description

--- description: Always-on robustness standards from Robust Python (Viafore). Apply when writing or reviewing Python code that must survive unexpected input, evolving requirements, or team turnover. --- # Robust Python Standards Apply these principles from *Robust Python* (Patrick Viafore) to all Python code. ## Type safety as communication - Type annotations are for humans first, tools second. Annotate to make intent visible, not to satisfy a linter. - Use `Union` types and `Literal` only w

Installation

Installs to ~/.claude/skills/siege-analytics-claude-configs-public-_robustness-rules/SKILL.md

Terminal
mkdir -p ~/.claude/skills/siege-analytics-claude-configs-public-_robustness-rules && curl -fsSL https://raw.githubusercontent.com/siege-analytics/claude-configs-public/HEAD/skills/_robustness-rules.md -o ~/.claude/skills/siege-analytics-claude-configs-public-_robustness-rules/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository