From 2e51501de6d18d9f090b864835cd0d96bf5b04c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Kope=C4=87?= Date: Wed, 15 Jul 2026 13:20:41 +0200 Subject: [PATCH] Rename cascade-kb-init skill to ckb-init Continue the ckb- namespace consolidation: rename the bootstrap skill directory and its name: frontmatter from cascade-kb-init to ckb-init. Co-Authored-By: Claude Opus 4.8 --- .agents/skills/{cascade-kb-init => ckb-init}/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .agents/skills/{cascade-kb-init => ckb-init}/SKILL.md (99%) diff --git a/.agents/skills/cascade-kb-init/SKILL.md b/.agents/skills/ckb-init/SKILL.md similarity index 99% rename from .agents/skills/cascade-kb-init/SKILL.md rename to .agents/skills/ckb-init/SKILL.md index 43df116..b9aab6e 100644 --- a/.agents/skills/cascade-kb-init/SKILL.md +++ b/.agents/skills/ckb-init/SKILL.md @@ -1,5 +1,5 @@ --- -name: cascade-kb-init +name: ckb-init description: Bootstrap a brand-new Cascade Knowledge Base - the same directory structure, AGENTS.md/CLAUDE.md system prompt, and empty wiki/ scaffold as this project - inside a target folder (typically empty, or a new project that doesn't have one yet). Use when the user asks to "set up a new wiki like this one", "initialize a new cascade KB", "bootstrap a wiki here", "create a knowledge base with this schema", or calls it a "wiki initializer". Do not confuse with a generic `init` skill that documents an existing codebase - this one creates the Cascade KB pattern itself, empty, ready for its first ingest. ---