From documentation
Records Q&A on mathematical, technical, and domain-specific concepts as structured Markdown files in docs/qa/. Use for saving detailed explanations with categories, intuitive breakdowns, definitions, examples, and Mermaid diagrams.
npx claudepluginhub roboco-io/plugins --plugin documentationThis skill uses the workspace's default tool permissions.
기술적/수학적 개념에 대한 질문과 답변을 구조화된 문서로 기록합니다.
Merges all Q&A files from docs/qa/ into a single CONCEPTS.md reference document with table of contents, grouped by category (math, topology, ml) or date. Use to consolidate project learning notes.
Conducts adaptive interviews to extract and organize user knowledge into structured Markdown files and folders like _interview-index.md and theme files. Triggers on 'interview me about X' or 'deep interview'.
Captures solved problems, bug fixes, and learnings from conversations into structured markdown files in docs/learnings/. Auto-invokes after 'that worked', 'it's fixed', etc., or via /learn.
Share bugs, ideas, or general feedback.
기술적/수학적 개념에 대한 질문과 답변을 구조화된 문서로 기록합니다.
/qa <질문 또는 개념>
/qa Persistent Homology가 뭐야?
/qa Takens embedding의 수학적 원리
/qa Simplicial complex와 graph의 차이점
/qa React Server Components 동작 방식
docs/qa/ 디렉토리에 마크다운 파일로 저장YYYYMMDD-HHMMSS-<slug>.md
20260118-143052-persistent-homology.mddocs/qa/---
date: YYYY-MM-DD HH:MM:SS
tags: [관련 태그들]
category: <카테고리>
---
# Q: <질문>
## A: <답변 제목>
<상세 설명>
### 핵심 개념
- ...
### 수학적 정의 (해당시)
- ...
### 예시
- ...
### 관련 개념
- ...
| 카테고리 | 설명 | 예시 |
|---|---|---|
math | 수학 전반 | 선형대수, 미적분, 확률론 |
topology | 위상수학 | Persistent Homology, Simplicial Complex |
algebra | 대수학 | Tensor, Matrix Decomposition |
geometry | 기하학 | Manifold, Embedding |
ml | 머신러닝 | Neural Network, Optimization |
statistics | 통계학 | Bayesian, Hypothesis Testing |
cs | 컴퓨터 과학 | Algorithm, Data Structure |
web | 웹 기술 | React, HTTP, REST |
infra | 인프라 | Docker, Kubernetes, AWS |
general | 기타 | 분류 불가한 항목 |
docs/qa/ 디렉토리 확인 (없으면 생성)질문: $ARGUMENTS