Merged
Conversation
Add a new skill based on the Decentraland dependency management standard (https://docs.decentraland.org/contributor/contributor-guides/dependency-management). This skill provides guidelines for correct dependency placement in package.json (dependencies vs peerDependencies vs devDependencies), version pinning policy, and a PR review checklist. It will be automatically referenced during PR reviews involving package.json changes.
Pull Request Test Coverage Report for Build 23625489144Details
💛 - Coveralls |
added 2 commits
March 27, 2026 00:43
- Clarify WHY internal @dcl/* packages are trusted (release discipline) - Disambiguate @dcl/* as peer vs dependency (app vs library context) - Mark docs site as canonical source with staleness note - Add Section 5 with npm-package-json-lint rules from eslint-config - Expand PR review checklist with lint-enforced rules
braianj
approved these changes
Mar 27, 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
dependency-managementskill based on the Decentraland Dependency Management Standarddependencies,peerDependencies,peerDependenciesMeta, anddevDependenciespackage.jsonchangesChanges
skills/dependency-management/SKILL.md— new skill file (auto-discovered by the agent)How it works
The skill is automatically discovered from the
skills/directory. During PR reviews involvingpackage.jsonchanges, the agent can load this skill to validate correct dependency placement and version pinning according to Decentraland standards.🤖 Created via Slack with Claude
Requested by Braian Mellor via Slack