Uh oh!
There was an error while loading. Please reload this page.
fix(plugin): Add required name field to Hamster skills - #14
Closed
harveyfullstack wants to merge 1 commit into
Closed
fix(plugin): Add required name field to Hamster skills#14harveyfullstack wants to merge 1 commit into
harveyfullstack wants to merge 1 commit into
Conversation
harveyfullstack
marked this pull request as draft
August 25, 2026 22:37
harveyfullstackforce-pushed
the
feat/cursor-plugin-parity
branch
from
August 25, 2026 22:38
49d47b4 to
3819eb0CompareCursor identifies each skill by a name that matches its folder.
harveyfullstackforce-pushed
the
feat/cursor-plugin-parity
branch
from
August 25, 2026 22:39
3819eb0 to
c33d715CompareContributorAuthor
Folded into #13. |
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 freeto 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 changed
Each Hamster skill now has a name that matches its folder.
Why it matters
Cursor expects that name. Without it, a skill can show up under a cache-directory name instead of
ask,ship, or the others.How it works
The shared skill files keep their existing argument and prompt behavior. Only the required
namefield is added.User impact
People using Hamster in Cursor should see skills under their real names. Claude Code behavior stays the same.
Scope, limits, and follow-up
This is stacked on the hosted MCP plugin work. It does not change install docs, marketplace listing, or other hosts.
Validation
Official Claude plugin validation passed on the plugin manifest, skills, and agents (strict mode).