Remove skills and point to mapbox-agent-skills repository#65
Open
mattpodwysocki wants to merge 1 commit intomainfrom
Open
Remove skills and point to mapbox-agent-skills repository#65mattpodwysocki wants to merge 1 commit intomainfrom
mattpodwysocki wants to merge 1 commit intomainfrom
Conversation
Removes skill directories from mcp-devkit-server and updates README to direct users to the official mapbox-agent-skills repository. Changes: - Removed all skill directories (mapbox-cartography, mapbox-integration-patterns, mapbox-style-patterns, mapbox-style-quality, mapbox-token-security) - Updated skills/README.md to point to github.com/mapbox/mapbox-agent-skills - Added installation instructions using npx add-skill - Listed all 10 available skills in the dedicated repository - Explained benefits of separate repository (maintenance, discoverability, versioning) Why: - Skills are better maintained in dedicated repository - Easier discoverability via npx add-skill - Independent versioning from MCP server - More comprehensive collection (10 skills vs 5) - Includes AGENTS.md files for persistent context - Community can contribute more easily Users should now install skills from mapbox-agent-skills repo: npx add-skill mapbox/mapbox-agent-skills
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
Removes skill directories from mcp-devkit-server and directs users to install skills from the official mapbox-agent-skills repository.
Changes
Removed:
skills/mapbox-cartography/skills/mapbox-integration-patterns/skills/mapbox-style-patterns/skills/mapbox-style-quality/skills/mapbox-token-security/Updated:
skills/README.md- Now points to mapbox-agent-skills repo with installation instructionsWhy Move Skills to Separate Repository?
Benefits:
npx add-skill mapbox/mapbox-agent-skillsNew Installation Method
Users should now install skills from the dedicated repository:
What's in mapbox-agent-skills?
10 comprehensive skills:
Plus:
Migration Guide
Old (deprecated):
# These files are removed .claude/skills/mapbox-cartography/New (recommended):
References