feat(development): register sagemaker-spot-training in marketplace (#5)#7
Merged
Merged
Conversation
Add the existing sagemaker-spot-training skill to the development plugin's marketplace.json skills array, plugins/development/README.md skills table, and CHANGELOG. Resolves the gap where serverless-migration-advisor delegates to this skill but it wasn't actually installable. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
Issue #5 해결: 기존에 디렉토리로만 존재하던
sagemaker-spot-training스킬을 development 플러그인의 marketplace.json에 정식 등록하고 README에 노출합니다.Changes
.claude-plugin/marketplace.jsondevelopment.skills 배열에./skills/sagemaker-spot-training/SKILL.md추가plugins/development/README.md스킬 테이블·특징 bullet·사용 예시에 반영[Unreleased]→### Added엔트리 추가Why
plugin install development@roboco-plugins사용자가 이 스킬을 실제로 설치·활성화할 수 있게 됨serverless-migration-advisor의 Delegation Map이 참조하는 "존재하는" 스킬이 실제로도 존재 보장Closes
Test plan
npm test전부 green/plugin install development@roboco-plugins설치 후/sagemaker-spot-training호출 확인serverless-migration-advisor에서 Tier 1 시나리오 실행 시 delegation이 이 스킬로 연결되는지 확인🤖 Generated with Claude Code