wiki-config

Manage configuration, schema, and templates for the LLM-Wiki skill suite.

59|8|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/vanillaflava/llm-wiki-skills --skill wiki-config-vanillaflava
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-config
Source: https://github.com/vanillaflava/llm-wiki-skills/tree/main/wiki-config
Command: npx skills add https://github.com/vanillaflava/llm-wiki-skills --skill wiki-config-vanillaflava

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the setup, configuration, and management of the LLM-Wiki skill suite, providing a seamless experience for users looking to build and maintain a personal knowledge base.

Core Features & Use Cases

  • Interactive Setup: Guided steps for initializing the wiki system with default configurations.
  • Config Management: Validate, edit, and reconfigure the wiki-config.md file to tailor the wiki's behavior.
  • Schema Management: View, edit, reset, or repair the wiki-schema.md file to define the structure of wiki pages.
  • Template Management: View, repair, reset, or inspect the page templates stored in the templates/ folder.
  • Use Case: Imagine you want to set up a new LLM-Wiki and need to configure the initial settings, define the schema for your pages, and customize the templates for different types of content.

Quick Start

Run the /wiki-config skill to start the interactive setup process and configure your LLM-Wiki.

Frequently Asked Questions about wiki-config

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

FAQPage Schema
How do I set up and configure an LLM-Wiki knowledge base?

To set up an LLM-Wiki, run the interactive guided process to initialize the system with default configurations, define the page schema, and customize templates. This streamlines configuring your personal knowledge base by writing directly to configuration files on the filesystem.

What is the best way to manage schema and templates for a wiki system?

Managing wiki schema and templates involves viewing, editing, repairing, or resetting the schema file and page templates. This ensures the structural integrity of your wiki pages by validating definitions stored in the templates folder and schema configuration files.

How do I validate and reconfigure wiki configuration files?

You can validate and reconfigure wiki configuration files by editing the wiki-config.md file. This allows you to tailor the wiki's behavior, ensuring the setup remains valid and correctly structured for your personal knowledge base.

Can I repair or reset a corrupted wiki schema without losing templates?

Yes, you can reset or repair the wiki-schema.md file independently of the templates folder. This targeted schema management allows you to fix structural definitions while preserving your customized page templates and configuration settings.

Do I need filesystem access to manage my LLM-Wiki configuration?

Yes, filesystem access is required because the configuration and template management process reads and writes directly to local files. This ensures changes to the wiki-config.md, wiki-schema.md, and template files are properly saved and validated.

Why does my wiki configuration setup fail during validation?

Wiki configuration validation fails when the schema or configuration files contain structural errors. Running the repair function on the wiki-schema.md or wiki-config.md file resolves these issues by resetting corrupted definitions to a valid state.