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 19, 2026
Control desktop applications on Windows — launch, close, focus, resize, move windows, simulate keyboard/mouse input, manage processes, control VSCode, read clipboard, and capture screen info. Use when the user wants to interact with any running program, switch windows, type text, press shortcuts, open files in VSCode, manage running processes, or get system display information.
Conduct rigorous, adversarial code reviews with zero tolerance for mediocrity. Use when users ask to "critically review" my code or a PR, "critique my code", "find issues in my code", or "what's wrong with this code". Identifies security holes, lazy patterns, edge case failures, and bad practices across Python, R, JavaScript/TypeScript, SQL, and front-end code. Scrutinizes error handling, type safety, performance, accessibility, and code quality. Provides structured feedback with severity tiers (Blocking, Required, Suggestions) and specific, actionable recommendations.
Pragmatic coding standards for writing clean, maintainable code — naming, functions, structure, anti-patterns, and pre-edit safety checks. Use when writing new code, refactoring existing code, reviewing code quality, or establishing coding standards.
Claude Code integration for OpenClaw. This skill provides interfaces to: - Query Claude Code documentation from https://code.claude.com/docs - Manage subagents and coding tasks - Execute AI-assisted coding workflows - Access best practices and common workflows Use this skill when users want to: - Get help with coding tasks - Query Claude Code documentation - Manage AI-assisted development workflows - Execute complex programming tasks
Plan, draft, version, and refine written content with enforced versioning and quality audits.
Use when writing tests, creating test strategies, or building automation frameworks. Invoke for unit tests, integration tests, E2E, coverage analysis, performance testing, security testing.