Rename top-level skills/ directory to plugins/#76
Merged
Conversation
df2c310 to
9dad363
Compare
trieloff
approved these changes
Apr 16, 2026
9dad363 to
7150de8
Compare
7150de8 to
0d8d1a5
Compare
0d8d1a5 to
c150e04
Compare
c150e04 to
fcba900
Compare
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.
Description
Renames the top-level
skills/directory toplugins/and updates all path references across the repository to reflect this change.Files updated:
package.json— validate script.claude-plugin/marketplace.json— plugin source pathsREADME.md— repository structure diagram.github/CODEOWNERS— all path entries.github/workflows/validate.yml.github/workflows/tessl-eval.yml.github/workflows/tessl-review.yml.github/workflows/release.ymlThe inner
skills/directories within each plugin (e.g.plugins/aem/edge-delivery-services/skills/) are unchanged as they are an internal implementation detail of each plugin.Related Issue
N/A
Motivation and Context
The directory name
plugins/better reflects the nature of the contents — these are Claude Code plugins, not raw skill definitions. The rename brings the repository structure into alignment with that terminology.How Has This Been Tested?
The change is purely structural (a directory rename plus path-reference updates). Correctness was verified by:
git mv skills pluginstracked all file moves cleanlyskills/path references after the updatenpm run validate:Screenshots (if appropriate):
N/A
Types of changes
Note
For consumers of this repository: Any forks, clones, or external scripts that reference the old
skills/path by name will need to be updated. For example, if you have local tooling or CI that does something like:cd skills/aem/edge-delivery-servicesthat path must be updated to:
cd plugins/aem/edge-delivery-servicesChecklist: