Convert agent-browser and react-skills to local plugins with sync scripts - #135
Merged
Conversation
Hardcoded references/ dir missed templates/ in agent-browser. Now loops over all subdirectories in a skill folder.
Replaces remote URL source with locally synced skills from vercel-labs/agent-browser. Includes agent-browser (with references and templates) and electron skills.
Replaces remote URL source with locally synced skills from vercel-labs/agent-skills: composition-patterns, react-best-practices, react-native-skills, react-view-transitions, and web-design-guidelines. The standalone web-design-guidelines plugin is deleted since its skill now lives inside react-skills with the full guideline content inlined.
Replace remote URL entries for react-skills and agent-browser with local paths. Remove standalone web-design-guidelines entry (now part of react-skills). JSON arrays reformatted to multi-line.
CLAUDE.md: add agentskills.io spec link, local-only source policy, remove remote URL/git-subdir guidance, fix description max from 600 to 1024 per agentskills.io spec. README: full plugin sections with install commands and ZIP badges, add agentskills.io to References.
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.
Replace remote URL sources for
agent-browserandreact-skillswith locally synced plugins. The standaloneweb-design-guidelinesplugin is absorbed intoreact-skillssince it belongs with the other frontend skills.create_zipin_helpers.shnow loops over all subdirectories instead of hardcodingreferences/only, sotemplates/in agent-browser gets includedsync-agent-browser-skills.sh(2 skills from vercel-labs/agent-browser) andsync-react-skills.sh(5 skills from vercel-labs/agent-skills, with web-interface-guidelines downloaded locally)web-design-guidelinesentry removed