Use when you need a detailed execution trace of a Python script using sys.monitoring, including logging every operation with include/exclude event controls.
3.1
Rating
0
Installs
Testing & Quality
Category
The skill provides a clear description of its purpose (detailed Python execution tracing using sys.monitoring) and well-documented CLI usage patterns. However, it critically lacks the actual implementation - the referenced 'scripts/monitor_trace.py' file is absent from the directory. While we assume referenced files exist per the instructions, the SKILL.md provides no substantive task knowledge about how the monitoring works, what events are available, or implementation details. The structure is clean but minimal. The novelty is low as this appears to be a straightforward wrapper around Python's sys.monitoring module with standard CLI argument parsing - something a CLI agent could implement with moderate effort using standard library documentation.
Loading SKILL.md…

Skill Author