From htmlgraph
Use HtmlGraph analytics to make smart work prioritization decisions. Activate when recommending work, finding bottlenecks, assessing risks, or analyzing project impact.
npx claudepluginhub shakestzd/htmlgraphThis skill uses the workspace's default tool permissions.
**Trigger keywords:**
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.
Trigger keywords:
Trigger situations:
CLI reference: Run htmlgraph help for available commands. Key commands:
htmlgraph status — project overviewhtmlgraph find features --status in-progress — active workhtmlgraph recommend — AI-recommended next workHtmlGraph provides analytics that consider:
# 1. What should I work on? (recommendations)
htmlgraph analytics summary
# 2. What's blocking progress?
htmlgraph analytics summary
# 3. Project snapshot (status + WIP)
htmlgraph snapshot --summary
# 4. Find in-progress work
htmlgraph find features --status in-progress
htmlgraph analytics summaryFind tasks that block the most downstream work.
htmlgraph analytics summary
Use when:
htmlgraph analytics summaryGet scored recommendations considering all factors.
htmlgraph analytics summary
Scoring factors:
htmlgraph find features --status todoFind tasks that can run concurrently (no dependencies).
# All todo features
htmlgraph find features --status todo
# All in-progress
htmlgraph find features --status in-progress
Use when:
htmlgraph snapshot --summaryProject health and status overview.
htmlgraph snapshot --summary
Use when:
# Get project status overview
htmlgraph status
htmlgraph snapshot --summary
htmlgraph analytics summary
# Find what's causing the block
htmlgraph analytics summary
htmlgraph find features --status blocked
# Check what's ready (no dependencies)
htmlgraph analytics summary
htmlgraph find features --status todo
# See everything by status
htmlgraph find features --status in-progress
htmlgraph find features --status todo
htmlgraph find bugs --status open
Use CLI analytics to inform planning decisions:
# Get full picture before planning
htmlgraph analytics summary
htmlgraph analytics summary
htmlgraph snapshot --summary
# Then create a spike to document the plan
htmlgraph spike create "Plan: Real-time collaboration — [analysis findings]"
# What's blocking us?
htmlgraph analytics summary
# What should I do?
htmlgraph analytics summary
# Project snapshot
htmlgraph snapshot --summary
# Check status
htmlgraph status
# Find in-progress work
htmlgraph find features --status in-progress
# Find todo work (parallelizable candidates)
htmlgraph find features --status todo