Replace stale SDK7 AI reference with a pointer to the SDK Skills - #608
Merged
Conversation
The complete reference was no longer maintained and had drifted out of date. Since this file is distributed into scene projects (dclcontext/) by 'sdk-commands get-context-files' and read directly by AI agents, the stale content actively taught outdated patterns. It now redirects agents and humans to the maintained sources: the Decentraland SDK Skills and the Creator Hub. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Deploying documentation with
|
| Latest commit: |
980765d
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://6193ee63.new-docs-6m4.pages.dev |
| Branch Preview URL: | https://chore-point-ai-context-to-sd.new-docs-6m4.pages.dev |
This was referenced Aug 28, 2026
Merged
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.
Replaces the unmaintained ai-sdk-context/sdk7-complete-reference.md with a short pointer that redirects AI agents to the official Decentraland SDK Skills (npx skills add decentraland/sdk-skills --all) and humans to the Creator Hub and docs.decentraland.org.
This file is still downloaded into scene projects (dclcontext/) by 'sdk-commands get-context-files', including by old CLI versions already in the wild, so its stale content actively teaches AI agents outdated SDK patterns. Replacing it with a pointer keeps the URL alive for everything that memorized it while redirecting to the maintained source.
Companion PR retiring the CLI command: decentraland/js-sdk-toolchain#1561
Follow-ups: sdk7-examples.mdc and libraries/*.mdc in the same folder are also unmaintained and could get the same treatment. This repo should be re-archived after merging.
🤖 Generated with Claude Code