Brief description of what this plugin does and when to use it
Scanned 2/12/2026
Install via CLI
openskills install majiayu000/claude-skill-registry---
name: example-plugin
description: Brief description of what this plugin does and when to use it
---
# Example Plugin
[플러그인의 전체적인 설명을 작성하세요]
## Overview
[플러그인의 목적과 주요 기능을 간략히 설명]
### What does this plugin do?
- [주요 기능 1]
- [주요 기능 2]
- [주요 기능 3]
### When to use this plugin?
**Use when:**
- [사용 시나리오 1]
- [사용 시나리오 2]
- [사용 시나리오 3]
**Don't use when:**
- [부적합한 시나리오 1]
- [부적합한 시나리오 2]
## Quick Start
**Basic usage:**
```
사용자: "[트리거 문구]"
→ [플러그인이 수행하는 작업]
```
**With slash command:**
```bash
/example-plugin
/example:feature-1
/example:feature-2
```
## Features
### Feature 1: [Feature Name]
**Sub-skill:** `skills/feature-1/SKILL.md`
[Feature 1에 대한 설명]
**Capabilities:**
- [기능 1-1]
- [기능 1-2]
**Triggers:**
- "[트리거 문구 1]"
- "[트리거 문구 2]"
### Feature 2: [Feature Name]
**Sub-skill:** `skills/feature-2/SKILL.md`
[Feature 2에 대한 설명]
**Capabilities:**
- [기능 2-1]
- [기능 2-2]
**Triggers:**
- "[트리거 문구 1]"
- "[트리거 문구 2]"
## How It Works
[플러그인의 전체 워크플로우를 설명]
```
Step 1: [첫 번째 단계]
↓
Step 2: [두 번째 단계]
↓
Result: [최종 결과]
```
## Usage Examples
### Example 1: [시나리오 이름]
**Input:**
```
[사용자 입력 예시]
```
**Output:**
```
[예상 출력]
```
## Best Practices
- [베스트 프랙티스 1]
- [베스트 프랙티스 2]
- [베스트 프랙티스 3]
## Reference Materials
- [참고 문서 1](references/guide.md)
- [템플릿](assets/templates/output-template.md)
## Notes
- [주의사항 1]
- [주의사항 2]
No comments yet. Be the first to comment!