What problem does it solve?
When you finish working with interactive HTML artifacts generated via html-skills (like dashboards, diagrams, or throwaway editors), you need to clean up the session-specific server process, stop the associated Monitor task, and remove temporary files without disrupting other parallel html-skills sessions you may have running. This Skill automates that entire teardown process safely.
Core Features & Use Cases
- Session-Specific Teardown: Only terminates processes and removes files tied to your current Claude Code session, leaving parallel html-skills sessions completely unaffected.
- Automatic Monitor Cleanup: Stops the Monitor task armed by the paired html-skills-listen skill if one was active for your session.
- Safe Idempotent Operation: Can be run even if no html-skills server is active for your session, and will report the current status without errors.
- Use Case: You just finished building an interactive AWS architecture diagram in HTML using html-skills. Run this Skill to immediately clean up the local server, stop the background monitor, and delete all associated temporary files.
Quick Start
Invoke this skill when you tell Claude you are finished working with html-skills interactive artifacts to automatically tear down your current session's server and remove all associated temporary files.