Bootstrap a Custom Knowledge-Base System with Seed Prompt
Use a single seed prompt to create a markdown-to-HTML knowledge base system with agent interrogation
About this automation
A seed prompt that instructs Claude to generate a Python script converting markdown folders into browsable HTML, creating a flexible knowledge base accessible to agents. The system separates knowledge management from main coding workflows to prevent context memory pollution.
How to implement
Create a fresh empty directory (do not use existing project folders)
Paste the seed prompt into Claude Code or Cowork project
Let the agent onboard you through Phase 1-2 setup
Review Phase 3 instructions (10 lines) that build the Python HTML conversion script
Approve the script execution when prompted
Query and extend the knowledge base via agent interaction
Clone additional coding repos into the directory if needed for agent access