ki-bootstrap

Bootstrap a Knowledge Islands repository and link project-local skills from `.ki-config.toml`.

Updated May 29, 2026
One-click install
npx skills add https://github.com/knowledgeislands/ki-agentic-harness --skill ki-bootstrap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ki-bootstrap
Source: https://github.com/knowledgeislands/ki-agentic-harness/tree/main/skills/ki-bootstrap
Command: npx skills add https://github.com/knowledgeislands/ki-agentic-harness --skill ki-bootstrap

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ki-repo, ki-tokenomics, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill bootstraps a Knowledge Islands repository, setting up governance and linking project-local skills for in-session use.

Core Features & Use Cases

  • Bootstrap Repository: Initializes a Knowledge Islands repository with governance tools and skill links.
  • Skill Linking: Links project-local skills from .ki-config.toml into .claude/skills/ for in-session use.
  • Use Case: When setting up a new Knowledge Islands repository, use this Skill to initialize the repository and link the necessary skills for governance and development.

Quick Start

Run the ki-bootstrap command in your repository to bootstrap it and link the project-local skills.

Frequently Asked Questions about ki-bootstrap

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

FAQPage Schema
How do I bootstrap a Knowledge Islands repository with governance and skill linking?

To bootstrap a Knowledge Islands repository, run the `ki-bootstrap` command in your project root. It initializes governance tools and links project-local skills defined in `.ki-config.toml` into `.claude/skills/` for in-session use.

What is a .ki-config.toml file used for in Knowledge Islands repo setup?

A `.ki-config.toml` file defines which project-local skills should be linked into your session. The bootstrap process reads this configuration to set up governance and populate `.claude/skills/` with the necessary skill links.

Do I need ki-repo and ki-tokenomics to set up a Knowledge Islands repository?

Yes, `ki-repo` and `ki-tokenomics` are required dependencies for bootstrapping a Knowledge Islands repository. You must have these configured along with a valid `.ki-config.toml` file before running the bootstrap command.

How do I link project-local skills into .claude/skills/ for in-session use?

Linking project-local skills into `.claude/skills/` happens automatically when you run `ki-bootstrap`. The command reads your `.ki-config.toml` file and creates the necessary skill links for in-session governance and development.

What's the best way to initialize governance tools when creating a new Knowledge Islands repo?

The best way to initialize governance tools is by running `ki-bootstrap` in your repository. It applies governance configurations and links skills based on your `.ki-config.toml` file, preparing the repository for active development.

Why does ki-bootstrap fail when setting up my repository?

Bootstrap fails when the repository lacks a properly configured `.ki-config.toml` file or required dependencies like `ki-repo` and `ki-tokenomics`. Ensure your repository is correctly configured before running the bootstrap command.