Agent skill
obsi-concept-distiller
AI를 활용해 핵심 개념을 추출하고, 문맥을 분석하여 지식 베이스(20_Learning)와 양방향으로 연결합니다.
Install this agent skill to your Project
npx add-skill https://github.com/lastdays03/claude_skills/tree/main/.agent/skills/obsi-concept-distiller
SKILL.md
Expert Concept Distiller Workflow
본문 텍스트에서 재사용 가능한 **"원자적 개념(Atomic Concept)"**을 추출하고, 지식 생태계에 연결합니다.
1단계: 추출 및 중복 확인 (Extraction)
- Context Analysis: 텍스트를 분석하여 핵심 키워드(Concept)를 추출합니다.
- De-duplication:
SKILL.md규칙에 따라find_by_name으로 중복을 확인합니다. 이미 존재하면 '추가(Append)'를 제안합니다.
2단계: 생성 (Creation)
- Context Loading:
this document를 로드합니다. - Drafting:
resources/concept-template.md를 사용하여 초안을 작성합니다.- Source:
Source: [[Original_File]]을 자동으로 기입합니다.
- Category:
20_Learning/00_Concepts/{Category}경로에 저장합니다.
3단계: 생태계 연결 (Linking)
- Bidirectional:
- 지식 노트 생성이 완료되면, 원본 파일로 돌아가 해당 텍스트를
[[Concept]]링크로 치환(Replace)합니다.
- 지식 노트 생성이 완료되면, 원본 파일로 돌아가 해당 텍스트를
Standards & Rules
Concept Distiller Standards
Purpose
To enable "Precision Learning" by breaking down massive notes into atomic, reusable concepts.
Extraction Standards
- Atomicity: One note = One Concept. Do not mix unrelated topics.
- Reusability: Is this concept useful in a different context/project? If yes, extract it.
- De-duplication: Check
find_by_namebefore creating. If exists, Append/Improve instead of creating duplicates.
Linking Policy
- Bidirectional: The Source must link to Concept (
[[Concept]]), and Concept must link to Source (Source: [[Source]]). - Contextual Replacement: Replace the plain text keyword in the source file with the Wikilink.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
obsi-moc-builder
특정 폴더(Single) 또는 하위 구조 전체(Recursive)를 분석하여 구조화된 MOC(Map of Content)를 자동 생성/갱신합니다.
pro-researcher
웹상의 정보를 '계획(Plan) -> 탐색(Fetch) -> 분석(Synthesize)' 과정을 통해 심층 리서치하고, 출처가 명시된 전문 보고서를 작성합니다.
meta-skill-builder
표준 참조 분리 패턴(Standard Reference Separation Pattern)을 사용하여 워크플로우를 새로 생성하거나 개선합니다.
biz-doc-generator
Word, Excel, PPT, PDF 등 기업용 문서를 생성하고, 결과를 docs/exports에 저장하며 임시파일을 자동 정리합니다.
dev-init
개발 환경(폴더 구조, README)을 신속하게 초기화하는 Dev 전용 워크플로우입니다.
dev-trend-tracker
최신 기술 트렌드나 도구를 빠르게 파악하고 요약하여 아카이빙하는 워크플로우입니다. (Efficiency Focus)
Didn't find tool you were looking for?