fix(plugins): default skill-shaped plugins to AgentskillsAdaptor (#32 activation) #148
Reference in New Issue
Block a user
Delete Branch "fix/rfc2843-32-agentskills-resolve"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Root cause of #32 activation: resolve() never selected AgentskillsAdaptor (checked name-registry + plugin-shipped adapter, then RawDrop), so skill-plugins like seo-all were dropped to /configs/plugins but never activated into /configs/skills where Claude Code reads. Fix: resolve() defaults skill-shaped plugins (skills/ or root SKILL.md) to AgentskillsAdaptor; install/uninstall handle the SKILL.md-at-root shape; SKIP_ROOT_MD+=skill.md. Tests added; existing green. Functionally verified locally. 🤖
Reviewed: resolve() defaults skill-shaped plugins to AgentskillsAdaptor (fixes the #32 dead-code activation gap); SKILL.md-at-root install handled; tests added + green locally. APPROVE.
Reviewed: resolve() defaults skill-shaped plugins to AgentskillsAdaptor (fixes the #32 dead-code activation gap); SKILL.md-at-root install handled; tests added + green locally. APPROVE.