solo-knowledge

Solid

Use when needing methodology reference, asking about principles, harness engineering, SGR, launch playbook, agent memory, decision frameworks, or any topic covered in the solopreneur knowledge base. Also use when the user asks "what do we know about X" or "how does our methodology handle X".

AI & Automation 18 stars 2 forks Updated today MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
43
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# /knowledge Answer questions using the solopreneur knowledge base. Loads the site index via llms.txt, finds relevant pages, fetches and synthesizes answers. **Source:** [rustman.org/llms.txt](https://rustman.org/llms.txt) — full index of all published content. ## How It Works The knowledge base is a static site (rustman.org) with 60+ pages organized as: - **Posts** — pillar articles (manifesto, STREAM framework, harness engineering, agent memory, context graphs, launch playbook) - **Wiki** — compiled knowledge pages (concepts, summaries, catalogs) - **Projects** — build-in-public case studies - **Skills** — solo-factory executable skills documentation - **Stacks** — technology stack templates All content indexed in `llms.txt` — a machine-readable map with titles, URLs, and descriptions. ## Steps 1. **Load index** — fetch `https://rustman.org/llms.txt` via WebFetch (or read from `references/llms-snapshot.txt` if offline) 2. **Parse question** from `$ARGUMENTS`: - If empty: show available topics from the index - If topic: find matching pages by keyword in titles/descriptions 3. **Fetch relevant pages** — for each match (max 3), fetch the full page: ``` WebFetch https://rustman.org/wiki/{slug} ``` Or read locally if in solopreneur repo: ``` Read wiki/{slug}.md ``` 4. **Synthesize answer** — combine information from fetched pages: - Answer the question directly - Cite sources with links - Note related pages for deeper reading - If...

Details

Author
fortunto2
Repository
fortunto2/solo-factory
Created
7 months ago
Last Updated
today
Language
Shell
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category