chore(infra/skills-package-manager): update skills config#77
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the repository’s skills.json configuration to align with the current skill-creator GitHub spec and enables selfSkill for local skills usage in this repo.
Changes:
- Updated the
skill-creatorskill source to the newer GitHub spec/reference format and pinned commit. - Enabled
"selfSkill": truein the skills package manager config.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
📝 WalkthroughWalkthroughThe 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@skills.json`:
- Line 6: The skill-creator dependency path reference in skills.json is
incorrect. The path /skills/skill-creator does not exist in the
anthropics/skills repository at commit 57546260929473d4e0d1c1bb75297be2fdfa1949.
Verify the actual directory structure in the anthropics/skills repository at
that commit to determine the correct path where skill-creator is located, then
update the path value in the skill-creator entry to reference the correct
location.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
This PR updates the skills package manager config to use the current skill-creator GitHub spec and enables selfSkill for this repository's local skills setup.