How this skill is triggered — by the user, by Claude, or both
Slash command
/hekate:hekate-stateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use SQLite-backed services and scripts to inspect epics, tasks, and progress.
Use SQLite-backed services and scripts to inspect epics, tasks, and progress.
./scripts/hekate-analyze.py
Use Redis only for claims, heartbeats, and quota counters.
redis-cli keys "task:*:claim"
redis-cli keys "agent:*:heartbeat"
redis-cli keys "quota:*"
npx claudepluginhub spideynolove/hekateGuides Redis system design: data structures for caching, queues, leaderboards, sessions; caching strategies, pub/sub, streams, clustering, memory optimization, Lua scripting.
Provision a temporary Upstash Redis database via a single POST without signup. Use when an agent needs scratch Redis for memory, queues, or recall.
Monitors PostgreSQL, MySQL, MongoDB health via CLI queries for connections, throughput, disk usage, cache ratios, locks, with alerting thresholds and automation guidance.