From solo
Initializes solo-factory by prompting for org defaults like domain and GitHub org, founder philosophy, dev principles, and stack preferences; generates ~/.solo-factory/defaults.yaml and .solo/ manifest.md, stream-framework.md, dev-principles.md, stacks/. Safe to re-run for onboarding or updates.
npx claudepluginhub fortunto2/solo-factory --plugin soloThis skill is limited to using the following tools:
One-time founder onboarding. Asks key questions, generates personalized configuration files. Everything stored as readable markdown/YAML — edit anytime.
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.
One-time founder onboarding. Asks key questions, generates personalized configuration files. Everything stored as readable markdown/YAML — edit anytime.
Two layers of config:
~/.solo-factory/defaults.yaml — org-level (bundle IDs, GitHub org, Apple Team ID). Shared across all projects..solo/ in project — founder philosophy, dev principles, STREAM calibration, selected stacks. Per-project but usually the same.The templates in solo-factory/templates/ are defaults. This skill personalizes them based on your answers.
Run once after installing solo-factory. Safe to re-run — shows current values and lets you update them.
~/.solo-factory/
└── defaults.yaml # Org defaults (bundle IDs, GitHub, Team ID)
.solo/
├── manifest.md # Your founder manifesto (generated from answers)
├── stream-framework.md # STREAM calibrated to your risk/decision style
├── dev-principles.md # Dev principles tuned to your preferences
└── stacks/ # Only your selected stack templates
├── nextjs-supabase.yaml
└── python-api.yaml
Other skills read from these:
/scaffold reads defaults.yaml for <org_domain>, <apple_dev_team> placeholders + .solo/stacks/ for stack templates/validate reads manifest.md for manifesto alignment check/setup reads dev-principles.md for workflow config/stream reads stream-framework.md for decision framework~/.solo-factory/defaults.yaml — if exists, show current values.solo/ exists in project pathIf $ARGUMENTS contains a path, use it. Otherwise use current working directory.
See references/questions.md → "Round 0: Org Defaults" for full question specs.
mkdir -p ~/.solo-factory
Write ~/.solo-factory/defaults.yaml:
# Solo Factory — org defaults
# Used by /scaffold and other skills for placeholder replacement.
# Re-run /init to update these values.
org_domain: "<answer from 3.1>"
apple_dev_team: "<answer from 3.2>"
github_org: "<answer from 3.3>"
projects_dir: "<answer from 3.4>"
knowledge_base_repo: "<answer from 3.5>"
See references/questions.md → "Round 1: Philosophy & Values" for full question specs.
See references/questions.md → "Round 2: Development Preferences" for full question specs.
See references/questions.md → "Round 3: Decision Style & Stacks" for full question specs.
See references/generation-rules.md for:
uvx solograph --help or check if MCP tools are availablepip install solograph or uvx solograph)"Solo Factory initialized!
Org config:
Config: ~/.solo-factory/defaults.yaml
org_domain: <value>
apple_dev_team: <value>
github_org: <value>
projects_dir: <value>
Founder profile:
Manifest: .solo/manifest.md
Dev Principles: .solo/dev-principles.md
STREAM: .solo/stream-framework.md
Stacks: .solo/stacks/ (N stacks)
These files are yours — edit anytime.
Other skills read from .solo/ automatically.
Next steps:
/validate "your idea" — validate with your manifest
/scaffold app nextjs-supabase — scaffold with your stack
See references/generation-rules.md → "Edge Cases" for full list.
Cause: solo-factory not installed as submodule or templates moved.
Fix: Skill generates from inline knowledge if templates missing. To fix permanently, ensure solo-factory/templates/ exists.
Cause: Stack selection answer didn't map to a template file.
Fix: Check available stacks in templates/stacks/. Re-run /init and select from the list.
Cause: Previously initialized. Fix: Skill detects existing config and asks whether to reconfigure. Choose "Reconfigure from scratch" to overwrite.