Python pro
Production-grade skills for Hermes Agent - self-evolving, persona-aware, slash-command native
npx -y skills add Ow1onp/hermes-agent-skills --skill python-proAssembled 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.pyfor security, style, performance, and maintainability review.skills/performance_profile.pyfor profiling interpretation and optimization advice.skills/test_generator.pyfor pytest generation.skills/package_scaffold.pyfor Python package layout generation.skills/type_checker.pyfor 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.mdbefore giving guidance. - Read
memory.mdbefore making architectural or security recommendations. - Use the most specific Python handler for structured tool calls.
- Return concrete code, commands, or review findings.