docs: fix README's Agent Skills section, stale since the move to mapbox-agent-skills - #140
Merged
Merged
Conversation
…-agent-skills PR #65 moved all skill content out to the mapbox/mapbox-agent-skills repo, leaving only a redirect stub in skills/README.md, but the top-level README's "Agent Skills" section was never updated: it still claimed skills live in this repo, listed 5 skills that no longer match what's in the new repo, and gave symlink/copy instructions that now only grab a stub file. Also fixes a dead link to skills/mapbox-style-quality/SKILL.md elsewhere in the README.
|
OX Security reviewed this pull request — nothing to fix.
Branch |
Valiunia
approved these changes
Sep 9, 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.
Summary
PR #65 moved all skill content out of this repo's
skills/directory into the dedicated mapbox-agent-skills repo, leaving only a redirect stub atskills/README.md. The top-levelREADME.mdwas never updated to match, and still:mapbox-cartography,mapbox-token-security,mapbox-style-patterns,mapbox-integration-patterns,mapbox-style-quality) that don't match what's actually in the new repo (e.g. it'smapbox-web-integration-patternsthere, notmapbox-integration-patterns).ln -s ../skills .claude/skills,cp -r skills/* ~/.claude/skills/) that now only grab the stub README instead of real skill files.skills/mapbox-style-quality/SKILL.mdelsewhere in the doc, which no longer exists locally.Fix
Rewrote the "Agent Skills" section to point at
mapbox-agent-skillswith the correctnpx add-skillinstall commands (matching whatskills/README.md's stub already says), and fixed the deadmapbox-style-qualityskill link to point at its real location in the new repo (verified both links resolve via the GitHub API before committing).🤖 Generated with Claude Code