chore(plugins.development): place skills under settings/ai/skills/#17
Merged
Conversation
38eb0f0 to
e6d7c56
Compare
Update the documented skill location from settings/ai/<skill_name>/skill.aml to settings/ai/skills/<skill_name>/skill.aml across create-holistics-skill and convert-agent-skill-to-holistics, and re-sync the native-skills mirror. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
e6d7c56 to
15474d3
Compare
datbth
approved these changes
Jun 1, 2026
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.
What
Updates the documented skill placement path from
settings/ai/<skill_name>/skill.amltosettings/ai/skills/<skill_name>/skill.amleverywhere it appears.Why
The skill-authoring docs pointed users at
settings/ai/<skill_name>/skill.aml, but skills belong under thesettings/ai/skills/subdirectory.Changes
plugins/holistics-development/skills/:<name>variant).Re-ran
scripts/sync-links.shso thenative-skills/built-in/mirror matches the plugin source. (Line-ending-only.linkchurn from the sync was intentionally left out of the commit.)No content change to the more general "AML skills must live under
settings/ai/" constraint line, which remains accurate.