agentsclimarketplace

Python pro

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

Production-grade skills for Hermes Agent - self-evolving, persona-aware, slash-command native

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 author says it does

Copied from the file, not written here

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

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, 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.

Keep looking

Skills are one crate of 328,083. 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.