feat: promote split-work and browser-walkthrough to marketplace#35
Merged
devstefancho merged 1 commit intoApr 26, 2026
Conversation
user-level 스킬을 그대로 두기보다 마켓에서 설치 가능하게 승격. 두 스킬 모두 자기완결적이라 일반화 작업 없이 그대로 옮겼다. - split-work-plugin: 워크플로 권장 단계 (writing-tasks → split-work → agent-team). project-slug 예시 주석에서 사용자 경로 → ~/ 표기로 정리 - browser-walkthrough-plugin: 외부 의존(playwright-cli)은 묶지 않고 사전 조건으로만 명시. README/SKILL.md에 의존성 박음. 본가 업데이트 끊김 방지 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
user-level 스킬 2개를 마켓플레이스 플러그인으로 승격. 사용자가 다른 환경/머신에서도
/plugin install로 받을 수 있게 함.Added
Why not bundle playwright-cli?
playwright-cli는 외부에서 활발히 갱신되고 다른 플러그인(impeccable, frontend-design 등)도 동봉한다. 묶으면 본가 업데이트가 끊겨 stale 위험 → README/SKILL.md 첫 섹션에 사전 조건으로만 명시.marketplace.json
12개 (10 + 2 신규)로 늘어남.
Test plan
/plugin marketplace add .→ 두 플러그인이 목록에 노출/split-work호출 (실제 task가 있는 프로젝트에서)Followup (after this PR)
~/.claude/skills/split-work/,~/.claude/skills/browser-walkthrough/제거 (마켓 설치본만 남김)🤖 Generated with Claude Code