solo-init
Personalizes project configuration and organizational defaults for new developers using the solo factory.
Install
mkdir -p .claude/skills/solo-init && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/16413" && unzip -o skill.zip -d .claude/skills/solo-init && rm skill.zipInstalls to .claude/skills/solo-init
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Use when "set up solo factory", "initialize profile", "configure defaults", "first time setup", "onboard me", or first session in solo-factory. Safe to re-run. Do NOT use for project scaffolding (/scaffold).Key capabilities
- →Generate personalized configuration files for solo-factory
- →Configure organizational defaults like bundle IDs and GitHub organization
- →Define founder philosophy and development principles
- →Calibrate STREAM framework based on user input
- →Select and configure stack templates for projects
- →Update existing solo-factory configurations
How it works
The skill asks a series of questions to the user and uses the answers to generate and personalize configuration files for solo-factory. It creates two layers of configuration: org-level defaults and per-project settings.
Inputs & outputs
When to use solo-init
- →Setting up solo factory defaults
- →Initializing new project profiles
- →Configuring dev principles
- →Onboarding for new development session
About this skill
/init
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.
Output Structure
~/.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:
/scaffoldreadsdefaults.yamlfor<org_domain>,<apple_dev_team>placeholders +.solo/stacks/for stack templates/validatereadsmanifest.mdfor manifesto alignment check/setupreadsdev-principles.mdfor workflow config/streamreadsstream-framework.mdfor decision framework
Steps
1. Check existing config
- Read
~/.solo-factory/defaults.yaml— if exists, show current values - Check if
.solo/exists in project path - If both exist, ask: "Reconfigure from scratch?" or "Keep existing and skip?"
- If neither exists, continue to step 2
2. Determine project path
If $ARGUMENTS contains a path, use it. Otherwise use current working directory.
3. Ask org defaults (AskUserQuestion, 5 questions)
See references/questions.md → "Round 0: Org Defaults" for full question specs.
4. Create org defaults
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>"
5. Ask Round 1 — Philosophy & Values (AskUserQuestion, 4 questions)
See references/questions.md → "Round 1: Philosophy & Values" for full question specs.
6. Ask Round 2 — Development Preferences (AskUserQuestion, 4 questions)
See references/questions.md → "Round 2: Development Preferences" for full question specs.
7. Ask Round 3 — Decision Style & Stacks (AskUserQuestion, 3 questions)
See references/questions.md → "Round 3: Decision Style & Stacks" for full question specs.
8. Load default templates + generate personalized files
See references/generation-rules.md for:
- Template source locations
- Output file structure (defaults.yaml, manifest.md, stream-framework.md, dev-principles.md, stacks/)
- Personalization rules per file (how answers map to generated content)
- Stack template mapping (answer → YAML file)
10. Verify Solograph MCP (optional check)
- Try running
uvx solograph --helpor check if MCP tools are available - If available: "Solograph detected — code graph ready"
- If not: "Tip: install Solograph for code search across projects (
pip install solographoruvx solograph)"
11. Summary
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
Edge cases
See references/generation-rules.md → "Edge Cases" for full list.
Common Issues
Templates directory not found
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.
Stacks not copied to .solo/
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.
defaults.yaml already exists
Cause: Previously initialized. Fix: Skill detects existing config and asks whether to reconfigure. Choose "Reconfigure from scratch" to overwrite.
When not to use it
- →When performing project scaffolding
- →When the goal is not initial setup or configuration updates
Limitations
- →Does not perform project scaffolding
- →Requires user interaction to answer configuration questions
- →Relies on the presence of solo-factory templates for generation
How it compares
This skill automates the initial setup and personalization of solo-factory configurations through an interactive question-and-answer process, unlike manual file creation or editing.
Compared to similar skills
solo-init side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| solo-init (this skill) | 0 | 4mo | Review | Beginner |
| linear | 10 | 2mo | No flags | Beginner |
| zapier-workflows | 11 | 8mo | Review | Beginner |
| attio-skill-generator | 7 | 7mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by fortunto2
View all by fortunto2 →You might also like
linear
lobehub
Linear issue management guide. Use when working with Linear issues, creating issues, updating status, or adding comments. Triggers on Linear issue references (LOBE-xxx), issue tracking, or project management tasks. Requires Linear MCP tools to be available.
zapier-workflows
davila7
Manage and trigger pre-built Zapier workflows and MCP tool orchestration. Use when user mentions workflows, Zaps, automations, daily digest, research, search, lead tracking, expenses, or asks to "run" any process. Also handles Perplexity-based research and Google Sheets data tracking.
attio-skill-generator
kesslerio
Generate use-case-specific Attio workflow skills from templates. Use when creating new skills for lead qualification, deal management, customer onboarding, or custom Attio workflows.
automation-brainstorm
MacroMan5
Interactive workflow design advisor for Power Automate, n8n, Make, Zapier and other platforms. Guides users through planning automation workflows with smart questions about triggers, actions, data flow, and error handling. Uses research sub-agent to find best practices and generates detailed implementation plan. Triggers when user mentions "create workflow", "build flow", "design automation", "need ideas for", or describes workflow requirements without having a complete design.
daily-briefing
anthropics
Start your day with a prioritized sales briefing. Works standalone when you tell me your meetings and priorities, supercharged when you connect your calendar, CRM, and email. Trigger with "morning briefing", "daily brief", "what's on my plate today", "prep my day", or "start my day".
jira
davila7
Use when the user mentions Jira issues (e.g., "PROJ-123"), asks about tickets, wants to create/view/update issues, check sprint status, or manage their Jira workflow. Triggers on keywords like "jira", "issue", "ticket", "sprint", "backlog", or issue key patterns.