refactor: rename the terra-api skill to terra-unified-api and follow the docs rename#2
Merged
Merged
Conversation
The skill covers the unified Health & Fitness API, and the old name collided with the terra-api npm SDK package. Updates the directory, frontmatter name, and every cross-reference in the catalog, plugin manifest, and sibling skills. Mentions of the terra-api SDK package in rule examples are left as-is.
The docs space moved from /health-and-fitness-api to /unified-api, which broke all 11 links check-links was flagging. Each path maps one-to-one onto the new prefix and was verified against the live docs. Links under /reference/health-and-fitness-api are a separate space that is still live and are left alone.
The docs renamed the product from Health & Fitness API to Unified API. Updates the five prose mentions across terra-unified-api, terra-mobile-sdk, and terra-streaming so link text matches its target. Frontmatter descriptions keep the lowercase 'unified health & fitness data API' descriptor, which carries search keywords.
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.
The docs space moved from
/health-and-fitness-apito/unified-api, and the product is now called the Unified API. This aligns the repo with that, and drops the name collision with theterra-apinpm SDK package.Changes
skills/terra-api/->skills/terra-unified-api/(git mv, plus frontmattername)README.md,skills.sh.json,package.json,.claude-plugin/marketplace.json,CLAUDE.md,AGENTS.md, andterra-mobile-sdk/unified-api, fixing 11 broken links that predate this PRDeliberately unchanged
terra-apimentions in rule examples: that is the npm SDK package, not the skill/reference/health-and-fitness-api/URLs: a separate docs space, still liveValidation
agentskills validatepasses on all 7 skills;prettier --checkcleancheck-linksgoes from 11 broken to all OK (each new path verified against the live docs)Breaking for anyone installing via
--skill terra-api.