srobinson/helioy-plugins Skills
(8)Browse AI agent skills from srobinson/helioy-plugins for Claude Code, OpenClaw, Cursor, Windsurf, and more. Install them with a single command to extend what your agents can do.
check-directives
srobinson/helioy-plugins
Check for orchestrator messages. Use at turn start, after major tasks, and ALWAYS before marking task complete.
create-spec
srobinson/helioy-plugins
Create a task specification (SPEC.md) through interactive requirements elicitation. Use when helping users define what they want to build before autonomous execution begins.
fmm
srobinson/helioy-plugins
This project uses fmm (.fmmrc.json) for code metadata. INVOKE THIS SKILL before reading or searching source files — it provides MCP-first navigation that replaces grep/read with O(1) lookups.
knowledge-base
srobinson/helioy-plugins
Manages the ~/.mdx knowledge base — a centralized markdown document store with 7 categories (research, decisions, design, sessions, projects, retrospectives, reference). Handles create, read, update, search, list, and versioning of documents with structured frontmatter.
linear-workflow
srobinson/helioy-plugins
Create and manage Linear issues following Helioy ways of working. Use when creating issues, planning features, breaking down work, or organizing tasks in Linear. Enforces parent/sub-issue pattern, proper sizing, and metadata conventions.
nancy-orchestrator
srobinson/helioy-plugins
Supervise a nancy worker agent during autonomous task execution. Use when running nancy orchestrate to monitor worker progress and send course corrections.
nancy-send-message
srobinson/helioy-plugins
Send a message to the orchestrator. Use for blockers, progress updates, requesting review, or communicating status during autonomous execution.
nancy-update-spec
srobinson/helioy-plugins
Mark success criteria as complete in SPEC.md. Use when a criterion has been verified and should be checked off.