HtmlGraph Coder Skill

Implement code changes through a four-phase process using the HtmlGraph SDK.

3|3|Updated Dec 16, 2025
One-click install
npx skills add https://github.com/shakestzd/htmlgraph --skill htmlgraph-coder-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: HtmlGraph Coder Skill
Source: https://github.com/shakestzd/htmlgraph/tree/main/packages/claude-plugin/skills/htmlgraph-coder
Command: npx skills add https://github.com/shakestzd/htmlgraph --skill htmlgraph-coder-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of modifying code based on specific feature requirements and contextual information, ensuring efficient and accurate implementation.

Core Features & Use Cases

  • Guided Implementation: Follows a structured four-phase approach: Context Review, Implementation, Testing, and Reporting.
  • SDK Integration: Mandates the use of the HtmlGraph SDK for all work tracking, including starting, updating, and completing tasks.
  • Use Case: A developer needs to add a new authentication flow to a web application. This Skill will guide the coder agent through reading the relevant files, implementing the OAuth 2.0 logic, writing tests, and reporting the completion status.

Quick Start

Use the htmlgraph-coder skill to implement the feature with ID 'feat-12345'.

Frequently Asked Questions about HtmlGraph Coder Skill

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

FAQPage Schema
How do I implement code modifications based on specific feature requirements?

To implement code modifications efficiently, follow a structured four-phase process: Context Review, Implementation, Testing, and Reporting. This approach reads relevant files, batches changes, runs incremental tests, and reports completion status.

What is the HtmlGraph SDK used for in feature development?

The HtmlGraph SDK is used for work tracking during feature development. It handles starting, updating, and completing tasks to ensure structured monitoring throughout the implementation, testing, and reporting phases.

Do I need the HtmlGraph SDK to track coding tasks?

Yes, using the HtmlGraph SDK is mandated for all work tracking. It manages task lifecycles from start to completion, ensuring every code modification and testing phase is properly recorded and reported.

What's the best way to structure incremental testing during code implementation?

The best way to structure incremental testing is within a batching and testing phase. After reading context and batching changes, run incremental tests before reporting completion, ensuring accurate feature delivery.

Why does my code implementation workflow lack clear reporting after changes?

Code implementation workflows lack clear reporting when they skip the final reporting phase. A structured process must conclude with clear completion status updates tracked via the HtmlGraph SDK after testing.