Agent skill
example-plugin
Brief description of what this plugin does and when to use it
Install this agent skill to your Project
npx add-skill https://github.com/devkade/collaborator/tree/main/docs/plugin-template/skills/example-plugin
SKILL.md
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:
/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
- 템플릿
Notes
- [주의사항 1]
- [주의사항 2]
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
example:feature-1
Description of feature 1 and when to use it
example:feature-2
Description of feature 2 and when to use it
deep-reading-framework
Three-pass critical reading framework for systematic document analysis. Supports tech blogs, retrospectives, technical documentation, personal writing, and academic papers. Primary focus on Third Pass critical analysis, context validation, and actionable reconstruction. Use when analyzing complex documents, performing critical reading, extracting actionable insights, or conducting deep analysis. Triggers include Third Pass, 비판적 분석, critique, 깊이 읽기, 심층 분석.
oss-contribution-framework
Systematic framework for contributing to open source projects. Guides through issue discovery, integrated analysis with code exploration, implementation, and PR creation. Use when starting OSS contributions, analyzing issues, or creating pull requests. Includes modular sub-skills for each contribution phase.
oss:issue-analysis
Phase 2 of OSS contribution - Deep analysis combining issue requirements with codebase exploration. Extracts requirements, explores code structure, identifies exact code locations to fix, traces execution paths, and maps code-level changes needed. Use when starting work on selected issue.
oss:solution-implementation
Phase 3 of OSS contribution - Design and implement the solution following project standards and best practices. Writes code following conventions, adds/updates tests, handles edge cases. Use when issue analysis is complete and ready to write code.
Didn't find tool you were looking for?