Skip to content

v0.1.1

Choose a tag to compare

@bioinfornatics bioinfornatics released this 19 Aug 21:55
· 38 commits to main since this release

Open Agent Creators plugin v0.1.1.

Fix: restore plugin-qualified skill references (open-agent-creators:skill-creator, etc.) in
documentation and cross-skill routing prose. Goose automatically prefixes every skill in an
installed plugin with the plugin name (<plugin-name>:<skill-name>) — this must be
anticipated in prose that references a skill by its runtime-loadable name. Skill directory
names and SKILL.md frontmatter name: fields remain unqualified, per the Agent Skills
specification; only the runtime-loadable name is plugin-qualified.

Release archive contains only plugin runtime content (plugin.json, README.md, LICENSE,
skills/) — development-only files (AGENTS.md, .vscode/, tests/, pycache/) are excluded.

⚠️ Superseded by v0.2.0 — this release still used Python scripts with a PyYAML dependency that could fail on machines without network access to install it. Use v0.2.0 or later (TypeScript, no Python required).