Bootstrap a custom knowledge-base system with a single agent seed prompt
Use LLM agents to auto-generate markdown-to-HTML knowledge systems with flexible customization
About this automation
A seed prompt system that instructs an AI agent to build a complete knowledge-base infrastructure: markdown folder organization, Python script generation for HTML conversion, and agent-queryable interface. The system is flexible and can be customized by natural language instructions. Designed to prevent context pollution by keeping knowledge systems separate from coding projects.
How to implement
Create a fresh empty directory (do not use existing project folders)
Paste the seed prompt into Claude Code or Cowork
Let the agent onboard you through Phase 1-2 setup
Agent builds Python script to convert markdown to static HTML site
Agent requests permission before file operations (Phase 3)
Review and customize the system by telling the agent what you want
Use the generated HTML interface to browse knowledge base
Query and update knowledge base via agent interaction
Clone coding projects into the folder later if needed (after setup)