cc-plugify (Python · uv 진영)
Claude Code 마켓플레이스 chanshin0/Plugify 한 줄 설치 도구.
uvx로 즉시 실행.
Node 진영 같은 도구는 npm 패키지 cc-plugify (npx) — 동일한 동작·동일한 settings.json 형식.
사용
# 1. 마켓플레이스만 등록 (project scope = ./.claude/settings.json)
uvx cc-plugify
# 2. 마켓플레이스 등록 + 플러그인 활성화 (가장 일반적)
uvx cc-plugify install scenario-first
# 3. user-global scope (모든 프로젝트에 적용)
uvx cc-plugify install scenario-first --global
# 4. 등록 해제
uvx cc-plugify --uninstall
uv 가 없으면:
curl -LsSf https://astral.sh/uv/install.sh | sh
동작
.claude/settings.json 의 두 키를 멱등하게 갱신:
{
"extraKnownMarketplaces": {
"plugify": {
"source": { "source": "github", "repo": "chanshin0/Plugify" }
}
},
"enabledPlugins": {
"scenario-first@plugify": true
}
}
이후 Claude Code 재시작 시:
- 신뢰 다이얼로그 (한 번)
- 마켓플레이스 자동 등록
enabledPlugins의 플러그인 자동 install 제안
Project vs Global
| Scope | 위치 | 용도 |
|---|---|---|
| project (기본) | ./.claude/settings.json |
이 프로젝트만. commit 하면 팀 공유 |
--global |
~/.claude/settings.json |
이 머신의 모든 프로젝트 |
사용 가능한 플러그인
| 이름 | 설명 |
|---|---|
scenario-first |
Job Story → GWT 자동 게이트 5단계 파이프라인 (throw / expand / spec / goal / review) |
전체 카탈로그는 Plugify 레포 README 참조.
옛 방식 (수동)
claude plugin marketplace add chanshin0/Plugify
claude plugin install scenario-first@plugify
uvx cc-plugify install scenario-first 한 줄로 동일.
License
MIT
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cc_plugify-0.1.0.tar.gz
(4.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cc_plugify-0.1.0.tar.gz.
File metadata
- Download URL: cc_plugify-0.1.0.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.8.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
73719a92e835e61ac69c42206be5d43101e5aaab13e7f6b0457440ba77945a8d
|
|
| MD5 |
3a0143188a6001fd4215ef8cf008a560
|
|
| BLAKE2b-256 |
c401e0646d6445a1b8cdf15371cdc76e0b55f9840e66e4ba6c026b37ee5e63ce
|
File details
Details for the file cc_plugify-0.1.0-py3-none-any.whl.
File metadata
- Download URL: cc_plugify-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.8.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e2c772ceca268fd1f19c0be4e5c79cc7b9bc330a662272da8502ca2f1d92dfe
|
|
| MD5 |
ed3b9a6de1d1bde8a8901fc6897de32a
|
|
| BLAKE2b-256 |
2ce99c8ec0f4f355d7e6b6831e48790246758bc6137da573c48f6ade61e08848
|