htmlgraph

Orchestrate multi-agent workflows with mandatory delegation via the HtmlGraph SDK and Task tool.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines complex, multi-agent workflows by enforcing strict delegation patterns, managing activity attribution, and ensuring continuous tracking within the HtmlGraph framework.

Core Features & Use Cases

  • Mandatory Delegation: Prevents direct execution of sensitive operations (like Git commands or multi-file edits), forcing delegation to subagents via the Task() tool for safety and efficiency.
  • SDK Enforcement: Mandates the use of the HtmlGraph Python SDK for all interactions with .htmlgraph/ files, preventing direct file manipulation and ensuring data integrity.
  • Workflow Orchestration: Guides the creation and management of tracks, specs, and plans, facilitating structured project execution.
  • Use Case: When initiating a new feature development in an HtmlGraph project, this Skill ensures all code changes, commits, and tests are delegated to appropriate subagents, with all progress meticulously logged and attributed within the HtmlGraph system.

Quick Start

Use the htmlgraph skill to delegate the task of committing and pushing changes for the files CLAUDE.md and SKILL.md with the message 'docs: consolidate skills'.

Frequently Asked Questions about htmlgraph

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

FAQPage Schema
How do I enforce agent delegation for Git operations in multi-agent workflows?

To enforce agent delegation for Git operations, this Skill prevents direct execution and mandates delegating commits and pushes to subagents via the Task tool. It ensures all sensitive operations are routed safely through subagents for activity attribution.

What is the best way to manage activity attribution and session tracking in HtmlGraph?

Managing activity attribution and session tracking in HtmlGraph requires using the Python SDK. The Skill enforces SDK interactions for all `.htmlgraph/` file operations, ensuring data integrity and continuous workflow tracking across subagents.

Can I directly edit `.htmlgraph/` files instead of using the SDK?

No, you cannot directly edit `.htmlgraph/` files. The Skill mandates using the HtmlGraph Python SDK for all interactions to prevent direct file manipulation, ensuring strict data integrity and accurate activity attribution.

How do I orchestrate complex multi-agent workflows for feature development?

Orchestrating complex multi-agent workflows involves guiding the creation of tracks, specs, and plans. The Skill delegates code changes, tests, and commits to appropriate subagents while meticulously logging progress within the HtmlGraph system.

Does this workflow orchestration approach support direct multi-file edits?

No, this workflow orchestration approach prevents direct multi-file edits. It forces mandatory delegation to subagents via the Task tool, ensuring sensitive operations are handled safely and efficiently with proper attribution.