Claude Code plugin for the Helioy ecosystem.
helioy-tools — one plugin, 11 skills, 4 MCP servers.
| Server | Package | Purpose |
|---|---|---|
am |
attention-matters | Geometric memory on S3 hypersphere — persistent recall across sessions |
fmm |
frontmatter-matters | Code metadata navigation — O(1) symbol/file lookups via frontmatter |
mdx |
mdcontext | Document structural intelligence — markdown indexing, search, embeddings |
linear-server |
Linear (HTTP) | Issue tracking — teams, projects, issues, comments, cycles |
| Skill | Description |
|---|---|
memory |
Session lifecycle for AM — recall, buffer, strengthen, mark insights |
fmm |
FMM frontmatter conventions and subcommands |
fmm-navigate |
MCP-first code navigation protocol (replaces grep/read) |
knowledge-base |
~/.mdx document store — 7 categories, YAML frontmatter, versioning |
linear-workflow |
Helioy ways of working — parent/sub-issue pattern, sizing, metadata |
create-spec |
Interactive requirements elicitation to produce SPEC.md |
nancy-orchestrator |
Nancy agent orchestration — pause, resume, direct, status |
nancy-send-message |
Send messages to Nancy workers |
nancy-update-spec |
Update task specifications for running workers |
nancy-session-history |
Git-based session history lookup |
check-directives |
Poll for orchestrator messages during autonomous work |
- SessionStart — reminds Claude to call
am_querybefore doing anything else
claude plugin add /path/to/helioy-pluginsOr from GitHub:
claude plugin add srobinson/helioy-plugins- attention-matters (npm) — provides the
amMCP server - frontmatter-matters (npm) — provides the
fmmMCP server - mdcontext (npm) — provides the
mdxMCP server - Linear account — for the linear-workflow skill
MIT