메인 볼트(CMDSPACE_Local_MBP)와 LLM 위키 위성(CMDS_LLM_Wiki)이 글로벌 한 층(~/.claude/)을 공유한다. 그 위에 4가지 추상화 레이어 — Rules · Commands · Skills · Agents 가 쌓여 있다. 룰 8개, 명령 8+7개, 스킬 62개, 에이전트 6개. 한 페이지에서 전체 지도를 본다.
A mothership vault (CMDSPACE_Local_MBP) and an LLM Wiki satellite (CMDS_LLM_Wiki) share a global layer (~/.claude/). On top of that, four abstraction layers — Rules · Commands · Skills · Agents stack up. 8 rules, 8+7 commands, 62 skills, 6 agents — see the whole map on one page.
한 줄 프롬프트가 잘 되면 → 92. Prompts/{name}.md 에 저장 (재사용 가능). 패턴이 보이면 → 91. Skills/{name}/SKILL.md 로 추상화 (트리거 자동 인식). 도메인이 분리되면 → .claude/agents/{name}.md 로 페르소나 위임.
위로 갈수록 강력하고, 아래로 갈수록 안정적. Rule 만 *맨 아래*에서 위 모든 층을 받쳐주는 구조 — 룰은 진화하지 않고 *규약*이라서.
A one-line prompt that worked → save to 92. Prompts/{name}.md (reusable). When a pattern emerges → abstract into 91. Skills/{name}/SKILL.md (trigger auto-recognized). When a domain becomes its own → delegate to .claude/agents/{name}.md (persona).
Higher = more powerful, lower = more stable. Only Rules sit at the bottom supporting every layer above — rules don't evolve, they're constitutional.
볼트에서 AI와 협업하는 방식은 4단계 사다리로 추상화된다. 비유: Rule = 회사 취업규칙, Command = 단축키, Skill = 매뉴얼+도구, Agent = 외주 직원. Collaboration with AI in a vault is abstracted into a 4-layer ladder. Analogy: Rule = company policy, Command = shortcut, Skill = manual+toolkit, Agent = contractor.
/명령어 — 고정된 워크플로의 진입점. 메인 볼트 8개 (CMDS Process Suite) + LLM 위키 7개.
/command — fixed workflow entry. 8 in mothership + 7 in LLM Wiki.
인사이트Insight: 위로 갈수록 *재사용성·자동화 강도* ↑, 아래로 갈수록 *불변성·일관성* ↑. Rule 은 진화하지 않는 헌법.Higher = more reusable & automated; lower = more invariant & consistent. Rule = constitution that doesn't evolve.
10,000+ 노트, 91 카테고리, 3+ 년 누적. 본인 의견·voice·1인칭 작업이 사는 곳. 4 레이어 모두 살아있음. 10,000+ notes, 91 categories, 3+ years. Where your opinion · voice · first-person work lives. All 4 layers active.
위치: .claude/rules/ · CLAUDE.md · AGENTS.md 에서 @import 로 자동 로드. 세션 시작 시점에 8개가 한꺼번에 컨텍스트에 들어감.
Location: .claude/rules/ · auto-loaded via @import from CLAUDE.md/AGENTS.md. All 8 enter context at session start.
CMDS: vs index: 방향성7 required fields + CMDS: vs index: direction[[wikilink]] / @import / 백틱 코드. 이모지 prefix 정확히3-branch decision: [[wikilink]] / @import / backtick code; emoji prefixes exact[/ 시작 금지All labels quoted; no [/ start00. Inbox/03. AI Agent/{lane}/. 파일명 YYYY-MM-DD-desc.extAll code → 00. Inbox/03. AI Agent/{lane}/; filename YYYY-MM-DD-desc.ext/DEV/video-projects/. 볼트엔 추적 MD만Video projects → /DEV/video-projects/; only tracking MD in vaultnode_modules 가 볼트 인덱싱 파괴. 룰 안 지키면 볼트 성능 망node_modules destroys vault indexing — performance ruin without this rule.1만개 노트가 같은 모양: AI 가 만든 노트와 사람이 만든 노트의 구분이 외형적으로 없음AI-made vs human-made notes are visually indistinguishable.
Claude · Codex · Cursor · Antigravity 모두 같은 룰 따라서 작업 → 어떤 에이전트로도 교체 가능all follow the same rules → any agent is replaceable.
CMDS Process (Connect → Merge → Develop → Share) 4단계가 그대로 슬래시 명령. cross-cutting 4개 추가. The CMDS Process (Connect → Merge → Develop → Share) becomes slash commands directly. Plus 4 cross-cutting utilities.
00. Inbox/03. AI Agent/ 로Apply methodology, build artifacts (code/prompt/curriculum) → 📖 300-600."이걸 connect 할까, merge 할까?" 자문하는 순간이 메타인지의 첫 단. CMDS Process 가 머릿속 개념이었던 시절보다, 슬래시 명령이 된 이후 어느 단계 일을 하고 있는지가 매번 의식됨.
Asking "Should I connect or merge this?" is the first beat of metacognition. The CMDS Process used to be a mental model — once it became slash commands, every session forces you to know which stage you're in.
위치: .claude/agents/ · 볼트-내부 에이전트인 이유: 본인 voice + 한국어 콘텍스트가 강하게 필요. 글로벌이 아니라 볼트 안에 있어야 일관됨.
Location: .claude/agents/. These are vault-internal because they require your voice + Korean context; consistency demands they live in the vault, not globally.
~/.claude/skills/)에 둔다All reusable automation lives in global (~/.claude/skills/)볼트 내부 .claude/skills/ 에는 2개만 (api-model-sync, write-post). 대부분 스킬은 글로벌에 위치 → 모든 프로젝트에서 재사용. 볼트 내부 스킬은 볼트-바운드 작업만 (예: API 모델 노트 자동 동기화).
Only 2 in the vault's .claude/skills/. Everything else is global so every project can reuse it. Vault-internal is reserved for vault-bound work only.
Karpathy LLM Wiki 패턴 (Raw Sources → Wiki → Queries) 의 구현. 메인 볼트와 정반대 — 1인칭 X, AI 합성물 O. Implementation of Karpathy's LLM Wiki pattern (Raw Sources → Wiki → Queries). The opposite of the mothership — no first-person, AI-synthesized only.
10. Raw Sources/ 로 이동(MOVE) + 5–10개 위키 페이지 자동 생성 + cross-link 설치Inbox raw → 10. Raw Sources/ (MOVE) + auto-create 5–10 wiki pages + install cross-links.30. Queries/ 에 자동 파일링 → Compounding 엔진Synthesizes Core Context → index → Wiki → Sources. Substantial answers auto-file to 30. Queries/ — the Compounding engine.[[wikilink]] 인용. concept · entity · guide · map.LLM-maintained synthesis pages. 5–10 new/updated per ingest. All claims cite [[wikilink]].Rules: 메인 볼트에서 한 번 정의하고 모든 볼트가 공유. 룰은 한 번만 정의한다는 원칙defined once in mothership, shared across vaults — the "define rules once" principle.
Skills · Agents: 7개 명령어로 충분히 self-contained. 워크플로우 자체가 명령어에 담겨 있음.7 commands are enough — the workflow lives in the commands themselves.
→ 반대로 메인 볼트는 4 레이어 모두 살아있음. 작업 다양성이 다르기 때문.→ The mothership has all 4 layers because work diversity is different.
~/.claude/ — 두 볼트가 공유하는 도구상자.
~/.claude/ — the toolkit both vaults share.
두 볼트 어디서 작업해도 동일하게 호출 가능. 재사용 가능한 모든 자동화가 여기. 4 agents · 62 skills. Callable from either vault. All reusable automation lives here: 4 agents · 62 skills.
🟢 클릭하면 카테고리 안의 스킬 목록이 펼쳐집니다. 다 외울 필요 없음 — 자연어 트리거가 자동 매칭. 🟢 Click a card to expand. No need to memorize — natural-language triggers auto-match.
cmdspace-web-builder v4.3 표준 사이트 즉시 제작v4.3 standard site buildercmdspace-update cmdspace.work 랜딩 동기화·배포cmdspace.work apex syncsystem-docs-updater 8 시스템 파일 4-way 동기화4-way system files synccmds-doc-formatter CMDS 컴플라이언트 마크다운CMDS-compliant markdowncmds-canvas MOC · Meeting · Weekly CanvasMOC / Meeting / Weekly canvasescmds-sns-promo 4 SNS 동시 어댑테이션 (KO/EN)4-platform SNS adaptation (KO/EN)cmds-format CMDS 노트 포맷팅 전문가CMDS note formatting specialistweb-deployments-sync Vercel 프로젝트 인덱스 갱신Vercel project index syncthebetter-writer 더배러 voice 로 에세이Essays in 더배러 voicetone-writer 진지·통찰·유머 3톤 변주3-tone variationseries-writer 다편 시리즈 + 통합편 합성Multi-part series + integrationwrite-post DEVLOG → AI 사례 게시글DEVLOG → AI case postinteractive-writing-assistant 아이디어 → 수정 인터랙티브Idea → revision interactiveterminology-researcher CMDS 학술 용어 노트 (한/영)CMDS academic terminology (KO/EN)markdown-formatter 비정형 → Obsidian 마크다운Unstructured → Obsidian MDobsidian-markdown wikilink/embed/callout/propertiesobsidian-markdown-structure 프론트매터·헤딩 구조 검증Frontmatter/heading validationobsidian-yaml-frontmatter YAML 일관성YAML consistencyobsidian-links 위키링크 검증 + 깨진 링크 수정Wiki-link validation + repairobsidian-mermaid Obsidian 호환 MermaidObsidian-compatible Mermaidobsidian-bases .base 파일 (뷰·필터·수식)obsidian-canvas Canvas 자동 레이아웃Auto layout for canvasesjson-canvas .canvas 노드/엣지 직접 편집obsidian-cli Obsidian CLI v1.12+markdown-slides Deckset/Marp 슬라이드pptx-cmds PowerPoint .pptx 생성·편집keynote macOS Keynote 네이티브 (JXA)md-to-pdf 전문 스타일 PDF (HTML+Chrome)Pro PDF (HTML + headless Chrome)business-docs 한글 인보이스·제안서·계약서KR invoices · proposals · contractsaudio-transcriber Whisper/ElevenLabs STT → CMDS 노트audio-generator ElevenLabs TTS (배치)image-generation-skill 슬라이드·문서용 AI 이미지AI images for slides/docsvideo-cleaning Whisper+FFmpeg 침묵·필러 제거Whisper+FFmpeg silence/filler removalmarkdown-video Deckset MD + TTS → 발표 영상Deckset MD + TTS → presentation videoheygen HeyGen AI 아바타 v2 APIyoutube-kr-subtitle 유튜브 한글 자막 burn-inYouTube → KR subtitles burn-indeepseek-ocr DeepSeek-OCR + MLXnotebooklm-logo-remover NotebookLM 워터마크 제거NotebookLM watermark removalfile-organizer 폴더 → 토픽 기반 정리Folder → topic-based organizationdownloads-organizer Downloads 정리·중복 제거Downloads cleanup + deduperaycast-script-command Raycast bash 스크립트 생성macos-file-tags Finder 색상 태그 관리defuddle 웹페이지 → 깔끔 마크다운Web → clean markdownplaud-cloud-tools Plaud Cloud · 전사·요약gemini-with-claudecode Claude Code 안에서 Gemini 호출Call Gemini from Claude Codehook-creator Claude Code 훅 생성skill-creator 스킬을 만드는 스킬 (재귀)Skill that creates skillsmeeting-minutes 한국어 비즈니스 회의록KR business meeting minutesobsidian-plugin-builder 옵시디언 플러그인 0→1Obsidian plugin 0→1obsidian-plugin-dev 버전업·테스트·릴리즈Version/test/releaseobsidian-magazine-site 노트 묶음 → 매거진/위키Notes → magazine/wiki siteobsidian-docusaurus-builder 옵시디언 → Docusaurus v3Obsidian → Docusaurus v3minimal-homepage 단일 HTML 가벼운 홈페이지Single-HTML lightweight homepagevercel-deployer 정적 사이트 Vercel 자동 배포Static site auto-deploy to Vercelvercel-react-best-practices TSX React 베스트 프랙티스TSX React best practicesdomain-routing Cloudflare DNS + Vercel 도메인Cloudflare DNS + Vercel domainweb-design-guidelines UI 코드 컴플라이언스 리뷰UI compliance reviewremotion-best-practices Remotion (React video)course-designer 교육 자료 → 과정·모듈 설계Education → curriculum designgraphify 임의 입력 → 지식 그래프Any input → knowledge graphomc-reference OMC 에이전트 카탈로그ai4pkm-helper AI4PKM 온보딩 가이드AI4PKM onboarding guidevibe-study-application 바이브코딩 스터디 지원서Vibe-coding study applicationnaval Naval brain 의사결정 컨설팅Naval brain decision consulting대부분 한 줄 트리거Most are one-line triggers: "Raycast 스크립트 만들어줘" / "오디오 전사해줘" — 다 외울 필요 없음, AI가 매칭"Make a Raycast script" / "Transcribe this audio" — no memorization needed, AI matches.
재귀 시스템Recursive system: skill-creator 가 새 스킬 만들고, hook-creator 가 훅 만듦 — 시스템 자체가 시스템을 확장creates new skills; hook-creator creates hooks — the system extends itself.
Compounding 의 정점Peak of Compounding: 본인 도메인의 한 줄 프롬프트가 → SKILL.md 가 → 다른 사람도 재사용 가능한 자산으로A one-line prompt in your domain becomes a SKILL.md, then a reusable asset for others.
이 비교가 전체 시스템의 인사이트. 같은 4 레이어 패턴이 다른 콘텐츠 철학 위에 올라간다. This comparison is the system's central insight. The same 4-layer pattern rides on opposite content philosophies.
1. AI 검색 boundary: 메인 볼트 query 가 LLM Wiki 페이지로 오염되지 않게 — 환각 방지 + 보안·권한 분리Mothership queries don't get polluted by LLM Wiki pages — prevents hallucinations, separates security/access.
2. 설계 원칙의 근본적 차이Fundamentally different design: 인간 작업 흐름 (Connect/Merge/Develop/Share) vs AI 데이터 처리 흐름 (Ingest/Query) — 폴더 구조가 다름Human workflow (Connect/Merge/Develop/Share) vs AI data flow (Ingest/Query) — folder structures differ.
3. 작성 주체의 물리적 분리Physical separation of authorship: 인간 오리지널 vs AI 가공물 → 지식 오염 방지Human originals vs AI processed → prevents knowledge contamination.
→ 이 3가지는 운영해본 사람에게는 자명 하지만, 처음 보는 사람에게는 추상적. 그래서 코호트 학생들에게는 인라인 (in-vault) 옵션 도 함께 제공.→ Obvious to those who've operated it; abstract to newcomers — so cohort students also get an in-vault inline option.
학생은 남이 쌓아둔 사다리 위에서 시작하고, 본인 도메인이 두꺼워질수록 자기 사다리를 추가한다. Start on someone else's ladder. As your domain thickens, add your own rungs.
/status — 매번 세션 시작 시 한 화면 요약one-screen snapshot at session start/connect — 인박스 정리의 첫 단first rung of inbox processingcmds-onboarding — 본인 컨텍스트로 채우기fill the vault with your contextdaily-book-update — 책 아웃라인 캔버스 (W2 Living Book)book outline canvas (W2 Living Book)→ 이 5개로 Compounding 사다리의 1단 (남이 만든 프롬프트 사용) 시작.→ These 5 launch Compounding rung 1 (using others' prompts).
/inbox → /connect 또는or /merge 일상 루틴화becomes daily routine92. Prompts/Distill/에 저장 (Compounding 2단) (Compounding rung 2)tone-writer, markdown-slides, audio-transcriber, defuddle, markdown-formatterLLMWiki/ 폴더로(optional) try LLM Wiki inline — LLMWiki/ folder inside mothership91. Skills/community/ 에 작성 (cmds-vault PR)write 1–3 domain skills into 91. Skills/community/ (cmds-vault PR)cmds-llm-wiki v1.3.0 클론 + mv 한 번graduate LLM Wiki to standalone — clone cmds-llm-wiki v1.3.0 + one mv/share 로 외부 산출물 자동화 (뉴스레터·슬라이드·SNS)automates external outputs.claude/agents/)add your first agent persona.claude/rules/) — 비로소 시스템 디자이너edit the rules themselves — finally a system designer.claude/commands/) — 본인 워크플로 슬래시 명령화add new commands — slash-command your workflowskill-creator · hook-creator 로 스킬을 만드는 스킬 · 훅을 만드는 훅to create skills/hooks recursivelyMothership · CMDSPACE_Local_MBP · 사람 (1인칭) · Connect→Merge→Develop→ShareHuman (1st person) · Connect→Merge→Develop→Share
LLM Wiki · CMDS_LLM_Wiki · LLM (3인칭) · Ingest→Query (Compounding)LLM (3rd person) · Ingest→Query (Compounding)