From htmlgraph
ARCHIVED — Use htmlgraph skill instead. HtmlGraph workflow combining session tracking, orchestration, and parallel coordination.
npx claudepluginhub shakestzd/htmlgraphThis skill uses the workspace's default tool permissions.
<!-- ARCHIVED: This skill has been superseded by the htmlgraph skill -->
Provides Ktor server patterns for routing DSL, plugins (auth, CORS, serialization), Koin DI, WebSockets, services, and testApplication testing.
Conducts multi-source web research with firecrawl and exa MCPs: searches, scrapes pages, synthesizes cited reports. For deep dives, competitive analysis, tech evaluations, or due diligence.
Provides demand forecasting, safety stock optimization, replenishment planning, and promotional lift estimation for multi-location retailers managing 300-800 SKUs.
This skill is archived. Use
/htmlgraph:htmlgraphfor current workflow patterns.
# Session start
htmlgraph status
htmlgraph analytics summary
# Create and track work
htmlgraph feature create "Title"
htmlgraph feature start <feat-id>
# Mark complete
htmlgraph feature complete <feat-id>
# Features
htmlgraph feature create "Title"
htmlgraph feature start <feat-id>
htmlgraph feature complete <feat-id>
htmlgraph find features --status todo
htmlgraph find features --status in-progress
# Bugs
htmlgraph bug create "Title"
htmlgraph bug start <bug-id>
htmlgraph bug complete <bug-id>
# Spikes (investigation)
htmlgraph spike create "Title"
htmlgraph spike start <spike-id>
htmlgraph spike complete <spike-id>
# Tracks (multi-feature initiatives)
htmlgraph track new "Title"
htmlgraph analytics summary
htmlgraph analytics summary
htmlgraph snapshot --summary
htmlgraph find features --status todo
Dispatch independent tasks in a single message:
# All in one message = parallel execution
Task(subagent_type="htmlgraph:gemini-operator", prompt="Research...")
Task(subagent_type="htmlgraph:sonnet-coder", prompt="Implement feat-123...")
Task(subagent_type="htmlgraph:sonnet-coder", prompt="Implement feat-456...")
See /htmlgraph:orchestrator-directives-skill for complete patterns.
Work type is inferred from work item ID prefix:
feat-* → feature-implementationspike-* → spike-investigationbug-* → bug-fixchore-* → maintenance