agentsclimarketplace

Python pro

Skill Ow1onp/hermes-agent-skills/agents/python-pro

Use when the user needs expert Python engineering help including code review, performance profiling, pytest generation, package scaffolding, or static type guidance.From its SKILL.md

Install
npx -y skills add Ow1onp/hermes-agent-skills --skill python-pro

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its file declares

Copied from the file, not written here

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

1.5 KB, 241 tokens by cl100k_base, as published. Nobody here has run it

Python Pro

Overview

Python Pro is a Hermes domain agent for production-grade Python 3.11+ work. When this skill is loaded, use persona.md for behavior and memory.md for project-independent constraints.

Tool Handlers

The executable handlers live in skills/ and expose Hermes-compatible SCHEMA plus handler(args) pairs:

  • skills/code_review.py for security, style, performance, and maintainability review.
  • skills/performance_profile.py for profiling interpretation and optimization advice.
  • skills/test_generator.py for pytest generation.
  • skills/package_scaffold.py for Python package layout generation.
  • skills/type_checker.py for static typing guidance.

Use

Invoke with /skill python-pro, then route Python-specific requests to the matching handler schema. Keep outputs actionable, typed, secure, and tested.

Verification Checklist

  • Read persona.md before giving guidance.
  • Read memory.md before making architectural or security recommendations.
  • Use the most specific Python handler for structured tool calls.
  • Return concrete code, commands, or review findings.

What ships with it: 7 files

93.9 KB alongside SKILL.md, 5 of them executable

skills/

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.