kk-bootstrap

Survey markdown documentation and write knowledge nodes to `.ai/kenkeep/nodes/`.

14|1|Updated Oct 16, 2024
One-click install
npx skills add https://github.com/factorial-io/scotty --skill kk-bootstrap-factorial-io
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kk-bootstrap
Source: https://github.com/factorial-io/scotty/tree/main/.claude/skills/kk-bootstrap
Command: npx skills add https://github.com/factorial-io/scotty --skill kk-bootstrap-factorial-io

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires kenkeep, and includes scripts (resource) components.

What problem does it solve?

This Skill addresses the need for initial seeding of a project's knowledge base by extracting knowledge nodes from existing markdown documentation.

Core Features & Use Cases

  • Markdown Documentation Survey: Extracts candidate knowledge nodes from markdown files.
  • Node Drafting: Creates new node files directly under .ai/kenkeep/nodes/ based on the survey.
  • User Supervision: Requires user review and acceptance of each node before finalizing.
  • Use Case: When initializing a knowledge base for a project with extensive markdown documentation.

Quick Start

Run the kk-bootstrap skill in the project directory to start the bootstrap process.

Frequently Asked Questions about kk-bootstrap

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

FAQPage Schema
How do I bootstrap a knowledge base from existing markdown documentation?

Markdown documentation surveying extracts candidate knowledge nodes and writes them directly into the `.ai/kenkeep/nodes/` directory to initialize your project's knowledge base.

What is the process for extracting knowledge nodes from markdown files?

Extracting knowledge nodes from markdown files involves surveying the documentation, drafting new node files, and requiring user review to accept each node before finalizing the knowledge base initialization.

Do I need kenkeep to initialize a project knowledge base from markdown?

Yes, you need kenkeep for node management and discovery primitives, as the bootstrap process writes extracted markdown documentation nodes directly to the `.ai/kenkeep/nodes/` directory.

Can I automatically import markdown files into the knowledge base without user review?

No, the bootstrap process requires user supervision, meaning you must review and accept each drafted knowledge node before it is finalized in the `.ai/kenkeep/nodes/` directory.

When should I use a markdown documentation survey for knowledge base initialization?

Use a markdown documentation survey for knowledge base initialization when you have a project with extensive existing markdown documentation that needs to be seeded as knowledge nodes.