- SSOT: project-artifacts-ssot §3 — SKILL.md as primary intent context - Index: fix project-artifacts-ssot path 20_Governance - Step 1+2 per [24]_260323_GitHub스킬_구현지시_원칙준수_24claude.md Made-with: Cursor
54 lines
3.1 KiB
Markdown
54 lines
3.1 KiB
Markdown
---
|
|
name: robeing-skills-overview
|
|
description: 로빙(robeing)이 보유한 모든 스킬의 요약 및 의도 분석 컨텍스트. 사용자 의도 파악 시 어떤 스킬을 호출할지 결정하는 참고 문서.
|
|
tags: [robeing, skills, ssot]
|
|
---
|
|
|
|
# 로빙 스킬 문서 요약
|
|
|
|
로빙이 사용할 수 있는 스킬 목록과 각 스킬의 역할·트리거를 요약합니다. 의도 분석 시 이 문서를 컨텍스트로 활용할 수 있습니다.
|
|
|
|
- **SSOT**: [project-artifacts-ssot.md](/home/admin/0_VALUE/20_Governance/project-artifacts-ssot.md) — 스킬 문서는 `DOCS/skills/{skill-name}/SKILL.md` 규칙 준수
|
|
|
|
## 스킬 목록 (링크)
|
|
|
|
| 스킬 | 포트 | 역할 | 상세 문서 |
|
|
|------|------|------|-----------|
|
|
| **skill-email** | 8501 | Gmail 읽기/쓰기 | [skill-email/SKILL.md](skill-email/SKILL.md) |
|
|
| **skill-news** | 8505 | 뉴스 수집·AI 요약 | [skill-news/SKILL.md](skill-news/SKILL.md) |
|
|
| **skill-slack** | 8502 | Slack 대화 요약·액션 추출 | [skill-slack/SKILL.md](skill-slack/SKILL.md) |
|
|
| **skill-calendar** | 8512 | Google/Slack/네이버웍스 캘린더 | [skill-calendar/SKILL.md](skill-calendar/SKILL.md) |
|
|
| **skill-rag-file** | 8508 | PDF/DOCX RAG·문서 검색 | [skill-rag-file/SKILL.md](skill-rag-file/SKILL.md) |
|
|
| **skill-embedding** | 8515 | 텍스트 임베딩·감정 분류 | [skill-embedding/SKILL.md](skill-embedding/SKILL.md) |
|
|
| **skill-llm** | (내장) | 일반 대화·생성 | [skill-llm/SKILL.md](skill-llm/SKILL.md) |
|
|
| **companyx-rag** | (skill-rag-file) | Company X 내부 문서 근거 검색 | [companyx-rag/SKILL.md](companyx-rag/SKILL.md) |
|
|
| **goosefarm-query** | 8200 | GooseFarm 배당·금·부동산·환율·암호화폐·M2 조회 | [goosefarm-query/SKILL.md](goosefarm-query/SKILL.md) |
|
|
| **github-analyze** | (내장) | GitHub 레포 분석·코드 리뷰(읽기)·구조·커밋 히스토리 | [github-analyze/SKILL.md](github-analyze/SKILL.md) |
|
|
| **github-manage** | (내장) | PR·이슈·브랜치 등 GitHub 호스팅 관리 | [github-manage/SKILL.md](github-manage/SKILL.md) |
|
|
| **git-ops** | (내장) | git clone/pull/push/commit 실행 | [git-ops/SKILL.md](git-ops/SKILL.md) |
|
|
|
|
## 의도 → 스킬 매핑 (요약)
|
|
|
|
| 사용자 의도 | 호출 스킬 |
|
|
|-------------|-----------|
|
|
| 이메일 읽기/쓰기/요약 | skill-email |
|
|
| 뉴스 검색·요약 | skill-news |
|
|
| Slack 스레드 요약·액션 추출 | skill-slack |
|
|
| 일정 등록/조회/삭제 | skill-calendar |
|
|
| 문서 분석·RAG 검색 | skill-rag-file |
|
|
| Company X 내부 문서 근거 | companyx-rag (skill-rag-file) |
|
|
| GooseFarm 시장·자산 데이터(배당·금·부동산·환율·코인·M2) | goosefarm-query |
|
|
| GitHub 레포 분석·코드 리뷰(읽기)·구조 파악 | github-analyze |
|
|
| PR·이슈·브랜치 관리(GitHub) | github-manage |
|
|
| git clone/pull/push/commit 실행 | git-ops |
|
|
| 일반 대화·정보 질의 | skill-llm (내장) |
|
|
|
|
## 상세 스킬 문서
|
|
|
|
각 스킬의 트리거, Do/Do Not, API 경로 등은 위 링크의 상세 문서를 참조하세요.
|
|
|
|
## 관련 문서
|
|
|
|
- [project-artifacts-ssot.md](/home/admin/0_VALUE/20_Governance/project-artifacts-ssot.md)
|
|
- [robeing DOCS 구조](/home/admin/robeing/DOCS/)
|