docs: update Contextio SDK copyValue to the renamed SKILL.md path - #102
Conversation
The skill file moved from packages/sdk/contextio-sdk-skill.md to packages/sdk/SKILL.md in the source repo (flat SKILL.md at the package root, matching the convention every other entry in this file uses). Verified the new URL resolves (200) before opening this. Co-Authored-By: Claude <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates the ecosystem card metadata to point to the new skill documentation location for Contextio.
Changes:
- Updated the
copyValueURL for theEras256/Contextioecosystem card to referencepackages/sdk/SKILL.mdinstead of the prior file path.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
🤖 Automated message from Kaan's Automated Triage Bot. 👀 Picked this up — a review will follow shortly. |
|
🤖 Automated message from Kaan's Automated Triage Bot. Thanks for this — and for checking the new URL actually resolved instead of trusting the rename commit. That was the right instinct: the old path is a hard I confirmed the upstream commit is a pure rename ( Merging. |
kaankacar
left a comment
There was a problem hiding this comment.
Verified: link resolves, upstream change is a pure rename, merges clean on main with no other net change.
Summary
The Contextio SDK skill file moved in the source repo, from
packages/sdk/contextio-sdk-skill.mdtopackages/sdk/SKILL.md(flatSKILL.mdat the package root, matching the filename convention everyother
ECOSYSTEM_CARDSentry already uses —.../blob/main/SKILL.mdor
.../blob/main/skills/<name>/SKILL.md, never a custom filename).Updates
copyValueto match.title,description, andpathLabelare untouched — this is a pure link fix, kept separate from #101 (still
in review) so the two don't collide.
Old:
https://github.com/Eras256/Contextio/blob/main/packages/sdk/contextio-sdk-skill.mdNew:
https://github.com/Eras256/Contextio/blob/main/packages/sdk/SKILL.mdVerified the new URL resolves (
200) before opening this PR, not justassumed from the rename commit.
Test plan
pnpm lint:ts(tsc --noEmit) passespnpm lint(next lint) passescurl -o /dev/null -w "%{http_code}" <new copyValue URL>→200🤖 Generated with Claude Code