← Back to Skills Marketplace
adarshdigievo

Python Coding Guidelines

by Adarsh Divakaran · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
12124
Downloads
14
Stars
121
Active Installs
1
Versions
Install in OpenClaw
/install python
Description
Python coding guidelines and best practices. Use when writing, reviewing, or refactoring Python code. Enforces PEP 8 style, syntax validation via py_compile, unit test execution, modern Python versions only (no EOL), uv for dependency management when available, and idiomatic Pythonic patterns.
Usage Guidance
Safe to install as a Python style and workflow guide. Review any formatter or dependency-install command before running it, especially in repositories where automatic fixes or package changes should be controlled.
Capability Analysis
Type: OpenClaw Skill Name: python Version: 1.0.0 The OpenClaw AgentSkills skill bundle is benign. The `SKILL.md` file provides Python coding guidelines and best practices, including standard development commands for syntax checking (`python -m py_compile`), testing (`pytest`, `unittest`), formatting (`ruff`, `black`), and dependency management (`uv`, `pip`). All instructions and commands are directly aligned with the stated purpose of enforcing coding standards and lack any indicators of malicious intent such as data exfiltration, unauthorized execution, persistence mechanisms, or prompt injection attempts to subvert the agent's core directives.
Capability Assessment
Purpose & Capability
The artifact's stated purpose is Python coding guidance, and the SKILL.md content matches that purpose with style, testing, formatting, version, dependency-management, and idiomatic-code recommendations.
Instruction Scope
The suggested commands are standard for Python projects, but some are file- or environment-changing, such as `ruff check . --fix`, `uv pip install`, and `pip install`; these are disclosed and purpose-aligned.
Install Mechanism
The package contains only a markdown SKILL.md file and no executable scripts, install hooks, declared credentials, or runtime components.
Credentials
Local command use is proportionate for a Python development helper, with ordinary caution needed when running tests, formatters, linters, or package installers in an active workspace.
Persistence & Privilege
There is no artifact evidence of persistence, background execution, privilege escalation, credential access, account access, exfiltration, or destructive behavior.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install python
  3. After installation, invoke the skill by name or use /python
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release providing Python coding guidelines and best practices. - Enforces PEP 8 style and modern, Pythonic patterns. - Requires Python 3.10+; promotes use of features from Python 3.11–3.13. - Includes syntax validation, unit test execution, and automatic formatting before commits. - Recommends `uv` for dependency management if available, with `pip` as fallback. - Documents clear Pythonic patterns, anti-patterns, and testing practices. - Provides a concise checklist for code readiness and best practices.
Metadata
Slug python
Version 1.0.0
License
All-time Installs 402
Active Installs 121
Total Versions 1
Frequently Asked Questions

What is Python Coding Guidelines?

Python coding guidelines and best practices. Use when writing, reviewing, or refactoring Python code. Enforces PEP 8 style, syntax validation via py_compile, unit test execution, modern Python versions only (no EOL), uv for dependency management when available, and idiomatic Pythonic patterns. It is an AI Agent Skill for Claude Code / OpenClaw, with 12124 downloads so far.

How do I install Python Coding Guidelines?

Run "/install python" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Python Coding Guidelines free?

Yes, Python Coding Guidelines is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Python Coding Guidelines support?

Python Coding Guidelines is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Python Coding Guidelines?

It is built and maintained by Adarsh Divakaran (@adarshdigievo); the current version is v1.0.0.

💬 Comments