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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/documentation:qaThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
기술적/수학적 개념에 대한 질문과 답변을 구조화된 문서로 기록합니다.
기술적/수학적 개념에 대한 질문과 답변을 구조화된 문서로 기록합니다.
/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
npx claudepluginhub roboco-io/plugins --plugin documentationCreates scientific documents and diagrams using markdown with embedded Mermaid. Default format for version-controlled documentation, enabling clean diffs and no build steps.
Writes Markdown documents and text-based Mermaid diagrams with style guides, 24 diagram-type references, and 9 document templates. Use for scientific documents, reports, READMEs, or version-controllable diagrams.
Teaches any topic through Socratic questioning: assesses knowledge, exposes gaps, builds understanding, and saves session as a TIL note.