html-skills-stop

Tear down html-skills server sessions and remove associated temporary files.

Updated May 5, 2026
One-click install
npx skills add https://github.com/ethan-rio/skills --skill html-skills-stop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: html-skills-stop
Source: https://github.com/ethan-rio/skills/tree/main/skills/html/html-skills-stop
Command: npx skills add https://github.com/ethan-rio/skills --skill html-skills-stop

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

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.

Frequently Asked Questions about html-skills-stop

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I safely stop an HTML server and remove temp files after finishing a Claude Code session?

To safely stop an HTML server and remove temp files after a Claude Code session, you can invoke a session teardown skill that terminates the active receiver process, stops armed Monitor tasks, and purges session-specific PID, log, and URL files from the temporary directory.

Does session cleanup stop background Monitor tasks armed by html-skills-listen?

Yes, session cleanup automatically stops the background Monitor task armed by the paired html-skills-listen skill. It safely terminates the session-specific receiver process and removes associated temporary files without throwing errors.

Will tearing down a local server session affect other parallel running html-skills sessions?

No, tearing down a local server session will not affect parallel running html-skills sessions. The teardown process is session-specific, only terminating processes and removing temporary files tied to your current Claude Code instance.

What happens if I run server teardown when no html-skills server is active?

If you run server teardown when no html-skills server is active, the operation is safe and idempotent. It will simply report the current status and exit without throwing errors or attempting to remove non-existent temporary files.

When do I need to remove temporary files generated for interactive HTML artifacts like dashboards?

You need to remove temporary files generated for interactive HTML artifacts like dashboards immediately after you finish working with them. This cleanup workflow prevents orphaned receiver processes and monitor tasks from consuming local system resources.