From solo
Answers questions from the solopreneur knowledge base on methodology, principles, harness engineering, SGR, launch playbook, agent memory, decision frameworks via rustman.org index. Loads llms.txt, fetches relevant pages, synthesizes with citations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/solo:knowledgeThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Answer questions using the solopreneur knowledge base. Loads the site index via llms.txt, finds relevant pages, fetches and synthesizes answers.
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 — full index of all published content.
The knowledge base is a static site (rustman.org) with 60+ pages organized as:
All content indexed in llms.txt — a machine-readable map with titles, URLs, and descriptions.
Load index — fetch https://rustman.org/llms.txt via WebFetch (or read from references/llms-snapshot.txt if offline)
Parse question from $ARGUMENTS:
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
Synthesize answer — combine information from fetched pages:
Suggest follow-up — based on wikilinks in the fetched pages, suggest related topics.
/knowledge "how does harness engineering work?"
→ Fetches harness-engineering post + wiki summary, synthesizes key concepts
/knowledge "what's our approach to agent memory?"
→ Fetches agent-memory-architecture post + mempalace page, compares approaches
/knowledge "what stacks do we support?"
→ Lists all 9 stack templates with tech details
/knowledge "how to validate a startup idea?"
→ Fetches launch-playbook + SEED scoring + validation hub
If WebFetch is unavailable, the skill falls back to:
Grep "topic" wiki/ + Read wiki/{match}.mdreferences/llms-snapshot.txtreferences/llms-snapshot.txt — cached copy of llms.txt (update with: curl -s https://rustman.org/llms.txt > references/llms-snapshot.txt)| Domain | Key Pages | Depth |
|---|---|---|
| Philosophy | Manifesto, STREAM framework, antifragile design | Deep |
| Launch | Launch playbook, SEED scoring, kill/iterate/scale | Deep |
| Engineering | SGR, dev principles, CLI-first, privacy architecture | Deep |
| AI Agents | Harness engineering, agent memory, context graphs, RAG patterns | Very deep |
| Tools | Agent toolkit landscape, benchmarks, LLM providers | Catalog |
| Projects | 12 open source projects with case studies | Medium |
| Skills | 30 solo-factory skills with full documentation | Reference |
npx claudepluginhub fortunto2/solo-factory --plugin soloAccesses Y Combinator's 443 resources to deliver advice on startups, founding decisions, co-founders, fundraising, product development, growth, and hiring.
Queries bundled research knowledge graph for knowledge systems methodology guidance via 3-tier KB (WHY claims, HOW docs, examples) with cited, practical answers.
Diagnoses real problems in product decisions, business strategy, growth, pricing, PMF, hiring, and leadership, delivering targeted frameworks from Lenny's Podcast and Newsletter.