pyWrite reliable Python avoiding mutable defaults, import traps, and common runtime surprises.
Install via ClawdBot CLI:
clawdbot install ivangdavila/pyRequires:
Grade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated Mar 1, 2026
Developers building scalable web apps with frameworks like Django or Flask can use this skill to avoid common pitfalls like mutable defaults in function arguments, which can lead to unexpected data sharing across requests, and ensure proper handling of concurrency with asyncio for I/O-bound tasks.
Analysts and engineers processing monetary transactions or financial calculations benefit from rules on using decimal.Decimal for precision, avoiding floating-point errors in sums, and implementing reliable error handling with specific exceptions to maintain data integrity in batch jobs.
QA teams implementing automated tests with Pytest can leverage guidance on mocking, fixtures, and avoiding circular imports to create maintainable test suites, ensuring reliable detection of bugs in software modules without interference from shared mutable states.
Data scientists building ML pipelines use this skill to manage concurrency with multiprocessing for CPU-intensive model training, handle file I/O safely with context managers to prevent resource leaks, and apply type hints for better code clarity in complex data transformations.
DevOps engineers scripting automation tools for deployment or monitoring apply rules on proper import practices to avoid circular dependencies in modular scripts, use generators efficiently for large data streams, and ensure cross-platform compatibility with specified encodings in file operations.
Companies offering Python-based SaaS products can integrate this skill to reduce runtime errors and improve code reliability, leading to lower maintenance costs and higher customer satisfaction through stable, performant applications that handle concurrent user requests effectively.
Consulting firms provide expert services by using this skill to train developers on best practices, such as avoiding mutable defaults and managing concurrency, helping clients optimize their Python codebases for scalability and reducing technical debt in long-term projects.
Open source projects maintainers leverage this skill to enforce coding standards that prevent common bugs, attracting more contributors by ensuring code quality and reliability, which can lead to increased adoption and potential funding through donations or sponsorships.
💬 Integration Tip
Integrate this skill into CI/CD pipelines by adding checks for mutable defaults and proper exception handling in code reviews, and use it as a reference during onboarding to standardize Python practices across teams.
Scored Apr 18, 2026
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
Control and operate Opencode via slash commands. Use this skill to manage sessions, select models, switch agents (plan/build), and coordinate coding through Opencode.
Ship production code with AI agents through acceptance contracts, micro diffs, red green loops, and deterministic handoff checkpoints.
A comprehensive skill for using the Cursor CLI agent for various software engineering tasks (updated for 2026 features, includes tmux automation guide).
Provides a 7-step debugging protocol plus language-specific commands to systematically identify, verify, and fix software bugs across multiple environments.