wiki-init

Initializes a new LLM Wiki vault with folder structure, taxonomy, and agent instruction files.

Updated May 10, 2026
One-click install
npx skills add https://github.com/cookkie03/skills --skill wiki-init-cookkie03
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-init
Source: https://github.com/cookkie03/skills/tree/main/wiki-init
Command: npx skills add https://github.com/cookkie03/skills --skill wiki-init-cookkie03

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Setting up a structured knowledge vault for LLM-assisted workflows requires many decisions about folder naming, page types, and agent configuration. This Skill guides you through a structured interview and generates a complete, consistent vault bootstrap so every wiki starts with a coherent taxonomy. ## Core Features & Use Cases - Conversational Interview: Collects the vault's purpose, domain vocabulary, main agent (Claude, Gemini, or other), and operational needs before generating anything. - Vault Generation: Creates the folder structure, a local instruction file (CLAUDE.md, AGENTS.md, or GEMINI.md), _meta/ bootstrap files, and an overview page. - Canonical Taxonomy: Produces _meta/taxonomy.md mapping semantic roles to real paths, which all other wiki-* skills read to resolve locations. - Use Case: A researcher says "crea un nuovo vault per i miei paper accademici" and receives a vault with a papers/ folder, a CLAUDE.md instruction file, and a taxonomy tailored to academic sources. ## Quick Start Ask the assistant to initialize a new wiki vault for your project and answer the interview questions about its purpose and content.

Frequently Asked Questions about wiki-init

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a new LLM wiki vault from scratch?

Run the wiki-init skill and answer its conversational interview about the vault's purpose, content types, and main agent. It then generates the folder structure, an instruction file, _meta/ bootstrap files, and an overview page.

What files does wiki-init generate during vault setup?

It generates a local instruction file (CLAUDE.md, AGENTS.md, or GEMINI.md depending on your agent), the _meta/ folder with index.md, log.md, hot-cache.md, and taxonomy.md, plus an overview.md entry page and the initial folder structure.

Does wiki-init work with agents other than Claude?

Yes. During the interview you declare your main agent, and the skill generates GEMINI.md for Gemini environments, AGENTS.md for multi-agent or unspecified setups, or CLAUDE.md for Claude environments.

Can I customize folder names in the generated wiki vault?

Yes. Default names like sources/, entities/, and concepts/ are used unless your domain vocabulary suggests more precise terms, such as papers/ for academic work. The skill proposes names and asks for confirmation before generating.

What is the purpose of _meta/taxonomy.md in the vault?

taxonomy.md is the source of truth mapping fixed semantic roles (source, knowledge, entity, synthesis, question, operation) to the vault's actual paths. All other wiki-* skills read this table instead of using hardcoded paths.