# ClaudeCode Plugin 기능 소개

> Clean Markdown view of GeekNews topic #23557. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=23557](https://news.hada.io/topic?id=23557)
- GeekNews Markdown: [https://news.hada.io/topic/23557.md](https://news.hada.io/topic/23557.md)
- Type: news
- Author: [dongho42](https://news.hada.io/@dongho42)
- Published: 2025-10-10T09:48:35+09:00
- Updated: 2025-10-10T09:48:35+09:00
- Original source: [anthropic.com](https://www.anthropic.com/news/claude-code-plugins)
- Points: 3
- Comments: 1

## Topic Body

Anthropic이 Claude Code에 플러그인 시스템을 도입  
이제 slash 명령어, subagent, MCP 서버, hook 등을 하나의 플러그인으로 묶어 관리 가능  
  
주요 기능  
- Slash Commands: 자주 쓰는 작업을 단축명령으로 등록할 수 있음  
- Subagents: 특정 작업(예: 테스트, 배포)에 특화된 보조 에이전트 생성 가능  
- MCP Servers: 외부 API나 데이터 소스와 연동 가능  
- Hooks: 특정 시점(파일 저장, 실행 등)에 맞춰 커스텀 로직 실행 가능  
  
사용 예시  
- 팀 단위로 동일한 개발 환경 유지용 훅 추가 가능  
- 오픈소스 프로젝트용 전용 명령어 제공 가능  
- 테스트/배포 자동화 워크플로우를 플러그인으로 패키징 가능  
- 내부 DB나 툴과 Claude Code를 연결하는 MCP 서버 구성 가능  
  
마켓플레이스  
- `.claude-plugin/marketplace.json` 구조만 맞추면 마켓 등록 가능  
- Git repo나 URL 기반으로 플러그인 공유 가능  
- DevOps, 문서 생성, 테스트 관련 플러그인 이미 공개 중임  
- 일부 개발자는 80개 이상의 subagent를 커버하는 레포 운영 중   
  
사용법  
- 현재 public beta 단계  
- `/plugin marketplace add &lt;repo&gt;` 로 마켓 추가 가능   
- `/plugin install <플러그인 이름>` 으로 설치 가능  
- 공식 문서에서 개발 및 마켓플레이스 구축 가이드 제공 중

## Comments



### Comment 44880

- Author: tested
- Created: 2025-10-13T10:48:19+09:00
- Points: 1

https://www.aitmpl.com/plugins
