From cc-llm-wiki
vault/02_wiki/_drafts/ 의 draft 1건을 사람 승인 후 vault/02_wiki/topics/ 또는 decisions/ 로 승급한다. 승급 전 lint 동등 검사를 수행해 ERROR 가 있으면 거부한다. status 를 draft → reviewed 로 갱신하고 index.md 에 등록하며 log.md 에 기록한다. 사용자가 명시적으로 "/compile <draft_path>" 라고 호출했을 때만 발동한다 (자동 호출 금지).
How this skill is triggered — by the user, by Claude, or both
Slash command
/cc-llm-wiki:compileThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
ingest Skill이 만든 `_drafts/` 파일 1건을 **사람 승인** 후 정식 wiki 페이지로 승급한다.
ingest Skill이 만든 _drafts/ 파일 1건을 사람 승인 후 정식 wiki 페이지로 승급한다.
status draft → reviewed로 갱신하고, index.md에 등록하며 log.md에 기록한다.
이 Skill은 자동 호출 금지(disable-model-invocation: true). 오직 사용자가
/compile <draft_path> 또는 "이 draft를 컴파일해줘" 같은 명시적 호출만 수용한다.
draft_path (필수): 승급할 draft 파일 절대경로 또는 vault 상대경로
예: vault/02_wiki/_drafts/2026-05-17-graphrag-poc-with-neo4j.mdvault/02_wiki/self/ 로 승급 금지 — self/는 ingest 시점부터 사람이 직접 작성하는 폴더, compile 대상 아님vault/index.md를 LLM이 임의 재구조화 금지 — 신규 항목 1줄만 appendRead로 draft 전문 읽기 (frontmatter + 본문)id·type·status·slug 추출status != draft 이면 즉시 중단 ("이미 승급된 페이지 또는 잘못된 상태")_drafts/ 내부일 때만 — 승급 직전이므로 격상됨)사용자에게 질문:
type 이 topic인지 decision인지 재확인 (대부분 topic, ADR이면 decision)topics/ vs decisions/decision이면 ADR 번호 부여 (decisions/ADR-<n>-<slug>.md)status: draft → status: reviewedupdated_at → 현재 시각 (ISO8601 +09:00)graph_synced_at은 그대로 (null) — graph-sync Skill이 나중에 채움vault/02_wiki/_drafts/<slug>.md → vault/02_wiki/topics/<slug>.mdvault/02_wiki/_drafts/<slug>.md → vault/02_wiki/decisions/ADR-<n>-<slug>.mdgit mv 사용 (히스토리 보존)Edit로 vault/index.md의 적절한 섹션(### topics/ 또는 ### decisions/)에 1줄 추가:
- [[<slug>]] — <한 줄 요약, draft 본문 첫 문단의 첫 줄 또는 frontmatter `description` 키>
Edit로 vault/log.md 끝에 1줄 추가:
- <ISO8601> | [compile] | cc-session | <slug> draft → reviewed | _drafts/<slug>.md -> topics/<slug>.md
vault/02_wiki/topics/<slug>.md (status=reviewed)"published로 올리려면 사람이 직접 frontmatter 수정 (publish Skill 호출 전 필요)"graph-sync Skill 호출 또는 sleep-maintenance routine 대기"_drafts/에 더 이상 존재하지 않음 (git mv 결과)topics/ 또는 decisions/에 새 파일 존재, status=reviewedgit mv 실패 (권한·충돌) → 원상 복구, log.md에 실패 기록 후 중단draft에 미작성 [[other-slug]]가 있고 즉시 ingest로 해소 못 할 때:
[[other-slug]] → other-slug (일반 텍스트)로 강등하고 compile. 나중에 link 복구는 사람이.vault/02_wiki/topics/<other-slug>.md를 frontmatter만 있는 stub로 미리 생성(status: draft로 둠) — lint가 통과되지만 stub임을 본문에 1줄 명시권장 순서: 4 > 3 > 2 > 1. 1번은 마지막 수단.
사용자: /compile vault/02_wiki/_drafts/2026-05-17-graphrag-poc-with-neo4j.md
Claude: [Step 1] draft 읽음. status=draft, type=topic, slug=graphrag-poc-with-neo4j
[Step 2] lint 검사: ERROR 2건 발견
- 항목 5: [[entity-disambiguation-strategy]] broken
- 항목 5: [[2do-brain-architecture]] broken
승급 거부. broken link 처리 방식을 선택하세요 (위 4가지 패턴).
사용자: 4번. entity-disambiguation-strategy를 먼저 ingest 하자.
Claude: [중단] 사용자가 별도 ingest 진행 후 다시 /compile 호출 권장.
npx claudepluginhub gaebalai/cc-llm-wiki --plugin cc-llm-wikiFetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Applies a firm's KYC/AML rules grid to parsed onboarding records: assigns risk rating, checks required documents, outputs rule outcomes with citations, and routes for escalation.
Generates daily or weekly digests of activity from connected sources (chat, email, docs, tasks, CRM), highlighting action items, decisions, mentions, and project updates.