solo-factory

Solid

Use when "install solo factory", "set up solo", "install all solo skills", "startup toolkit", "solo factory setup", or first-time installation of the startup pipeline.

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

# /factory One-command setup for the entire Solo Factory startup toolkit. ## What gets installed **23 skills** — full startup pipeline from idea to shipped product: | 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 | **MCP server** (optional) — [solograph](https://github.com/fortunto2/solograph) provides 15 tools: - `kb_search` — semantic search over knowledge base - `session_search` — search past Claude Code sessions - `codegraph_query` / `codegraph_explain` / `codegraph_stats` / `codegraph_shared` — code intelligence - `project_info` / `project_code_search` / `project_code_reindex` — project registry - `source_search` / `source_list` / `source_tags` / `source_related` — source management - `web_search` — web search ## Steps 1. **Parse arguments** from `$ARGUMENTS`: - `--mcp` — also configure solograph MCP server - `--skills-only` — skip MCP setup (default) - No args — install skills, ask about MCP 2. **Detect agent and choose install method:** ```bash # Check what's available command -v npx >/dev/null 2>&1 && echo "npx: ok" command -v clawhub >/dev/null 2>&1 && echo "clawhub: ok" ``` **Method A (recommended): `npx skills`** — works with any AI agent, instal...

Details

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

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category