Loading...
Loading...
Install the full Solo Factory toolkit — 23 startup skills + solograph MCP server for code intelligence, KB search, and web search. Use when user says "install solo factory", "set up solo", "install all solo skills", "startup toolkit", or "solo factory setup". This is the one-command entry point for the entire startup pipeline.
npx skill4agent add fortunto2/solo-factory solo-factory| Phase | Skills |
|---|---|
| Analysis | research, validate, stream, swarm |
| Development | scaffold, setup, plan, build, deploy, review |
| Promotion | seo-audit, content-gen, community-outreach, video-promo, landing-gen, metrics-track |
| Utilities | init, audit, retro, pipeline, humanize, index-youtube, you2idea-extract |
kb_searchsession_searchcodegraph_querycodegraph_explaincodegraph_statscodegraph_sharedproject_infoproject_code_searchproject_code_reindexsource_searchsource_listsource_tagssource_relatedweb_search$ARGUMENTS--mcp--skills-only# Check what's available
command -v npx >/dev/null 2>&1 && echo "npx: ok"
command -v clawhub >/dev/null 2>&1 && echo "clawhub: ok"npx skillsclawhub installnpx skills add fortunto2/solo-factory --all# Check login
clawhub whoami 2>/dev/null || echo "Run: clawhub login"
# Install available skills
for skill in \
audit build community-outreach content-gen deploy \
humanize index-youtube init landing-gen metrics-track \
pipeline plan research retro review \
scaffold seo-audit setup stream swarm \
validate video-promo you2idea-extract; do
echo -n "Installing solo-$skill... "
clawhub install "solo-$skill" 2>&1 | tail -1
sleep 2
doneclaude plugin marketplace add https://github.com/fortunto2/solo-factory
claude plugin install solo@solo --scope user--mcpcommand -v uvx >/dev/null 2>&1 && echo "uvx: ok" || echo "uvx: missing"mcporter config add solograph --stdio "uvx solograph"{
"mcpServers": {
"solograph": {
"command": "uvx",
"args": ["solograph"]
}
}
}uvx solograph --help## Solo Factory Setup Complete
**Install method:** npx skills / clawhub / Claude Code plugin
**Skills installed:** X/23
**MCP configured:** yes/no
**Failed:** [list any failures]
### Quick start
Try these commands:
- `/solo-research "your startup idea"` — scout the market
- `/solo-validate "your startup idea"` — score + generate PRD
- `/solo-stream "should I quit my job"` — decision framework
### Full pipeline
research → validate → scaffold → setup → plan → build → deploy → review
### More info
GitHub: https://github.com/fortunto2/solo-factory
MCP: https://github.com/fortunto2/solographnpx skills add fortunto2/solo-factory --allcurl -LsSf https://astral.sh/uv/install.sh | shuvx solograph --help.mcp.json