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.
npx claudepluginhub fortunto2/solo-factory --plugin soloThis skill is limited to using the following tools:
Answer questions using the solopreneur knowledge base. Loads the site index via llms.txt, finds relevant pages, fetches and synthesizes answers.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
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 |