python-debugpy Skill
Debug Python: pdb REPL + debugpy remote (DAP). Published by NousResearch in hermes-agent.
Decision snapshot
Is this a fit?
Testing, Includes SKILL.md, Reusable instructions
Compatibility not yet detected.
Permission behavior not yet detected.
Copy skill directory
29 days ago · MIT license
No specific cautions were detected. Review the source and requested permissions before installing.
What is python-debugpy Skill?
Debug Python: pdb REPL + debugpy remote (DAP). Published by NousResearch in hermes-agent. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Testing use cases
Declared skill metadata
- Declared author: Hermes Agent
- Declared license: MIT
- Source file: skills/software-development/python-debugpy/SKILL.md
These fields retain source and confidence evidence from the indexed SKILL.md.
Compatibility and setup
- Install or run with Copy skill directory
When to use python-debugpy Skill
- Use it for testing.
Built with
Editorial notes
Source
- Creator: NousResearch
- Repository: NousResearch/hermes-agent
- Skill file: skills/software-development/python-debugpy/SKILL.md
What it does
Debug Python: pdb REPL + debugpy remote (DAP).
Skill instructions
Python Debugger (pdb + debugpy) Overview Three tools, picked by situation: | Tool | When | |---|---| | breakpoint() + pdb | Local, interactive, simplest. Add breakpoint() in the source, run normally, get a REPL at that line. | | python -m pdb | Launch an existing script under pdb with no source edits. Useful for quick poking. | | debugpy | Remote / headless / "attach to already-running process." Talks DAP, scriptable from terminal, works for long-lived processes (gateway, daemon, PTY children). | Start with breakpoint(). It's the cheapest thing that works. When to Use - A test fails and the traceback doesn't reveal why a value is wrong - You need to step through a function and watch a collection mutate - A long-running process (hermes gateway, tuigateway) misbehaves and you can't restart it - Post-mortem: an exception fired in prod-ish code and you want to inspect locals at the crash site - A subprocess / child (Python SlashWorker, PTY bridge worker) is the actual bug site Don't use fo
Verified compatibility and discovery
Frequently asked questions
What is python-debugpy?
python-debugpy is a open-source AI agent skill with Copy skill directory. Debug Python: pdb REPL + debugpy remote (DAP).
Who is python-debugpy best for?
python-debugpy is best for reusing agent instructions, scripts, and references, testing workflows.
How do I install python-debugpy?
Install or run python-debugpy using Copy skill directory. Check python-debugpy for the latest setup command.
Is python-debugpy actively maintained?
python-debugpy may need a closer maintenance check before production use.
Project health auto-fetched from the source repository.
Maintain this resource?
Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.