fix(guides): keep catalog out of the plugin skills tree - #1571
Merged
Conversation
Move the user-facing catalog from skills/guides to docs/guides so it is not shipped with the plugin package. Hosts install the skills/ tree as payload; a sibling directory without SKILL.md still goes out with every install. Co-authored-by: Kieran Klaassen <kieranklaassen@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
#1551 moved the user-facing catalog to
skills/guides/. Hosts install the reposkills/tree as the plugin payload, so that shipped every catalog page with the plugin.The intended location is
docs/guides/: wider than skills (it includes configuration), and outside the installed skills tree.skills/guides/->docs/guides/README.md,AGENTS.md,CONTRIBUTING.md,ce-skill-workinventory, tests) at the new pathskills/guides/skills/containsSKILL.mdHistorical plans that still mention
docs/skills/are left as written.Validation
bun run release:validate: in sync (0 agents, 33 skills, 0 MCP servers)bun run test: 3641 pass, 1 skip (omp dry-run, noompon PATH). Two git-heavy tests timed out under--parallelload (plugin-pathnonexistent-plugin,ce-workdetached fake author); both passed on isolated retry. Same flake class docs(guides): move skill catalog from docs/skills to skills/guides #1551 already noted.Eval skip: mechanical path relocation. No skill runtime behavior changed.
Security Disclosure
No security-relevant changes.
Agent Disclosure