From documentation
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.
npx claudepluginhub roboco-io/plugins --plugin documentationThis skill uses the workspace's default tool permissions.
저장된 모든 Q&A 문서를 하나의 통합 문서로 병합합니다.
Lists saved Q&A documents from docs/qa/ directory in a markdown table with date, category, question, and filename. Supports optional category filtering (math, topology, etc.) and per-category stats.
Merges REPORT.md and ANALYSIS.md artifacts into permanent docs following markdown conventions, then deletes sources. Use to clean git status before PRs.
Captures insights as markdown files, searches prior learnings, and promotes patterns to CLAUDE.md using tiered backends (local, qmd, agent-fs) for knowledge across projects.
Share bugs, ideas, or general feedback.
저장된 모든 Q&A 문서를 하나의 통합 문서로 병합합니다.
/qa-merge [옵션]
| 옵션 | 설명 | 기본값 |
|---|---|---|
--by-category | 카테고리별로 그룹화 | 기본값 |
--by-date | 날짜순으로 정렬 | - |
--output <파일명> | 출력 파일명 지정 | docs/CONCEPTS.md |
docs/qa/ 디렉토리의 모든 Q&A 파일 스캔# 개념 정리 (Concepts Reference)
> 이 문서는 프로젝트 진행 중 학습한 수학적/기술적 개념들을 정리한 것입니다.
> 자동 생성됨: YYYY-MM-DD HH:MM:SS
## 목차
- [Math](#math)
- [Linear Algebra Basics](#linear-algebra-basics)
- [Topology](#topology)
- [Persistent Homology](#persistent-homology)
- [Simplicial Complex](#simplicial-complex)
- [ML](#ml)
- [Transformer Architecture](#transformer-architecture)
...
---
## Math
### Linear Algebra Basics
**Q: 선형대수의 기초 개념은?**
<답변 내용>
---
## Topology
### Persistent Homology
**Q: Persistent Homology가 뭐야?**
<답변 내용>
---
docs/qa/ 디렉토리 스캔docs/CONCEPTS.md)docs/qa/ 디렉토리가 없으면: "Q&A 문서가 없습니다. /qa 명령어로 먼저 Q&A를 생성하세요."옵션: $ARGUMENTS