{
  "schemaVersion": "1.0",
  "item": {
    "slug": "solo-init",
    "name": "Init",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/fortunto2/solo-init",
    "canonicalUrl": "https://clawhub.ai/fortunto2/solo-init",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/solo-init",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=solo-init",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/generation-rules.md",
      "references/questions.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/solo-init"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/solo-init",
    "agentPageUrl": "https://openagent3.xyz/skills/solo-init/agent",
    "manifestUrl": "https://openagent3.xyz/skills/solo-init/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/solo-init/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "/init",
        "body": "One-time founder onboarding. Asks key questions, generates personalized configuration files. Everything stored as readable markdown/YAML — edit anytime.\n\nTwo layers of config:\n\n~/.solo-factory/defaults.yaml — org-level (bundle IDs, GitHub org, Apple Team ID). Shared across all projects.\n.solo/ in project — founder philosophy, dev principles, STREAM calibration, selected stacks. Per-project but usually the same.\n\nThe templates in solo-factory/templates/ are defaults. This skill personalizes them based on your answers.\n\nRun once after installing solo-factory. Safe to re-run — shows current values and lets you update them."
      },
      {
        "title": "Output Structure",
        "body": "~/.solo-factory/\n└── defaults.yaml              # Org defaults (bundle IDs, GitHub, Team ID)\n\n.solo/\n├── manifest.md                # Your founder manifesto (generated from answers)\n├── stream-framework.md         # STREAM calibrated to your risk/decision style\n├── dev-principles.md          # Dev principles tuned to your preferences\n└── stacks/                    # Only your selected stack templates\n    ├── nextjs-supabase.yaml\n    └── python-api.yaml\n\nOther skills read from these:\n\n/scaffold reads defaults.yaml for <org_domain>, <apple_dev_team> placeholders + .solo/stacks/ for stack templates\n/validate reads manifest.md for manifesto alignment check\n/setup reads dev-principles.md for workflow config\n/stream reads stream-framework.md for decision framework"
      },
      {
        "title": "1. Check existing config",
        "body": "Read ~/.solo-factory/defaults.yaml — if exists, show current values\nCheck if .solo/ exists in project path\nIf both exist, ask: \"Reconfigure from scratch?\" or \"Keep existing and skip?\"\nIf neither exists, continue to step 2"
      },
      {
        "title": "2. Determine project path",
        "body": "If $ARGUMENTS contains a path, use it. Otherwise use current working directory."
      },
      {
        "title": "3. Ask org defaults (AskUserQuestion, 5 questions)",
        "body": "See references/questions.md → \"Round 0: Org Defaults\" for full question specs."
      },
      {
        "title": "4. Create org defaults",
        "body": "mkdir -p ~/.solo-factory\n\nWrite ~/.solo-factory/defaults.yaml:\n\n# Solo Factory — org defaults\n# Used by /scaffold and other skills for placeholder replacement.\n# Re-run /init to update these values.\n\norg_domain: \"<answer from 3.1>\"\napple_dev_team: \"<answer from 3.2>\"\ngithub_org: \"<answer from 3.3>\"\nprojects_dir: \"<answer from 3.4>\"\nknowledge_base_repo: \"<answer from 3.5>\""
      },
      {
        "title": "5. Ask Round 1 — Philosophy & Values (AskUserQuestion, 4 questions)",
        "body": "See references/questions.md → \"Round 1: Philosophy & Values\" for full question specs."
      },
      {
        "title": "6. Ask Round 2 — Development Preferences (AskUserQuestion, 4 questions)",
        "body": "See references/questions.md → \"Round 2: Development Preferences\" for full question specs."
      },
      {
        "title": "7. Ask Round 3 — Decision Style & Stacks (AskUserQuestion, 3 questions)",
        "body": "See references/questions.md → \"Round 3: Decision Style & Stacks\" for full question specs."
      },
      {
        "title": "8. Load default templates + generate personalized files",
        "body": "See references/generation-rules.md for:\n\nTemplate source locations\nOutput file structure (defaults.yaml, manifest.md, stream-framework.md, dev-principles.md, stacks/)\nPersonalization rules per file (how answers map to generated content)\nStack template mapping (answer → YAML file)"
      },
      {
        "title": "10. Verify Solograph MCP (optional check)",
        "body": "Try running uvx solograph --help or check if MCP tools are available\nIf available: \"Solograph detected — code graph ready\"\nIf not: \"Tip: install Solograph for code search across projects (pip install solograph or uvx solograph)\""
      },
      {
        "title": "11. Summary",
        "body": "Solo Factory initialized!\n\nOrg config:\n  Config:         ~/.solo-factory/defaults.yaml\n  org_domain:     <value>\n  apple_dev_team: <value>\n  github_org:     <value>\n  projects_dir:   <value>\n\nFounder profile:\n  Manifest:       .solo/manifest.md\n  Dev Principles: .solo/dev-principles.md\n  STREAM:          .solo/stream-framework.md\n  Stacks:         .solo/stacks/ (N stacks)\n\nThese files are yours — edit anytime.\nOther skills read from .solo/ automatically.\n\nNext steps:\n  /validate \"your idea\"          — validate with your manifest\n  /scaffold app nextjs-supabase  — scaffold with your stack"
      },
      {
        "title": "Edge cases",
        "body": "See references/generation-rules.md → \"Edge Cases\" for full list."
      },
      {
        "title": "Templates directory not found",
        "body": "Cause: solo-factory not installed as submodule or templates moved.\nFix: Skill generates from inline knowledge if templates missing. To fix permanently, ensure solo-factory/templates/ exists."
      },
      {
        "title": "Stacks not copied to .solo/",
        "body": "Cause: Stack selection answer didn't map to a template file.\nFix: Check available stacks in templates/stacks/. Re-run /init and select from the list."
      },
      {
        "title": "defaults.yaml already exists",
        "body": "Cause: Previously initialized.\nFix: Skill detects existing config and asks whether to reconfigure. Choose \"Reconfigure from scratch\" to overwrite."
      }
    ],
    "body": "/init\n\nOne-time founder onboarding. Asks key questions, generates personalized configuration files. Everything stored as readable markdown/YAML — edit anytime.\n\nTwo layers of config:\n\n~/.solo-factory/defaults.yaml — org-level (bundle IDs, GitHub org, Apple Team ID). Shared across all projects.\n.solo/ in project — founder philosophy, dev principles, STREAM calibration, selected stacks. Per-project but usually the same.\n\nThe templates in solo-factory/templates/ are defaults. This skill personalizes them based on your answers.\n\nRun once after installing solo-factory. Safe to re-run — shows current values and lets you update them.\n\nOutput Structure\n~/.solo-factory/\n└── defaults.yaml              # Org defaults (bundle IDs, GitHub, Team ID)\n\n.solo/\n├── manifest.md                # Your founder manifesto (generated from answers)\n├── stream-framework.md         # STREAM calibrated to your risk/decision style\n├── dev-principles.md          # Dev principles tuned to your preferences\n└── stacks/                    # Only your selected stack templates\n    ├── nextjs-supabase.yaml\n    └── python-api.yaml\n\n\nOther skills read from these:\n\n/scaffold reads defaults.yaml for <org_domain>, <apple_dev_team> placeholders + .solo/stacks/ for stack templates\n/validate reads manifest.md for manifesto alignment check\n/setup reads dev-principles.md for workflow config\n/stream reads stream-framework.md for decision framework\nSteps\n1. Check existing config\nRead ~/.solo-factory/defaults.yaml — if exists, show current values\nCheck if .solo/ exists in project path\nIf both exist, ask: \"Reconfigure from scratch?\" or \"Keep existing and skip?\"\nIf neither exists, continue to step 2\n2. Determine project path\n\nIf $ARGUMENTS contains a path, use it. Otherwise use current working directory.\n\n3. Ask org defaults (AskUserQuestion, 5 questions)\n\nSee references/questions.md → \"Round 0: Org Defaults\" for full question specs.\n\n4. Create org defaults\nmkdir -p ~/.solo-factory\n\n\nWrite ~/.solo-factory/defaults.yaml:\n\n# Solo Factory — org defaults\n# Used by /scaffold and other skills for placeholder replacement.\n# Re-run /init to update these values.\n\norg_domain: \"<answer from 3.1>\"\napple_dev_team: \"<answer from 3.2>\"\ngithub_org: \"<answer from 3.3>\"\nprojects_dir: \"<answer from 3.4>\"\nknowledge_base_repo: \"<answer from 3.5>\"\n\n5. Ask Round 1 — Philosophy & Values (AskUserQuestion, 4 questions)\n\nSee references/questions.md → \"Round 1: Philosophy & Values\" for full question specs.\n\n6. Ask Round 2 — Development Preferences (AskUserQuestion, 4 questions)\n\nSee references/questions.md → \"Round 2: Development Preferences\" for full question specs.\n\n7. Ask Round 3 — Decision Style & Stacks (AskUserQuestion, 3 questions)\n\nSee references/questions.md → \"Round 3: Decision Style & Stacks\" for full question specs.\n\n8. Load default templates + generate personalized files\n\nSee references/generation-rules.md for:\n\nTemplate source locations\nOutput file structure (defaults.yaml, manifest.md, stream-framework.md, dev-principles.md, stacks/)\nPersonalization rules per file (how answers map to generated content)\nStack template mapping (answer → YAML file)\n10. Verify Solograph MCP (optional check)\nTry running uvx solograph --help or check if MCP tools are available\nIf available: \"Solograph detected — code graph ready\"\nIf not: \"Tip: install Solograph for code search across projects (pip install solograph or uvx solograph)\"\n11. Summary\nSolo Factory initialized!\n\nOrg config:\n  Config:         ~/.solo-factory/defaults.yaml\n  org_domain:     <value>\n  apple_dev_team: <value>\n  github_org:     <value>\n  projects_dir:   <value>\n\nFounder profile:\n  Manifest:       .solo/manifest.md\n  Dev Principles: .solo/dev-principles.md\n  STREAM:          .solo/stream-framework.md\n  Stacks:         .solo/stacks/ (N stacks)\n\nThese files are yours — edit anytime.\nOther skills read from .solo/ automatically.\n\nNext steps:\n  /validate \"your idea\"          — validate with your manifest\n  /scaffold app nextjs-supabase  — scaffold with your stack\n\nEdge cases\n\nSee references/generation-rules.md → \"Edge Cases\" for full list.\n\nCommon Issues\nTemplates directory not found\n\nCause: 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.\n\nStacks not copied to .solo/\n\nCause: 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.\n\ndefaults.yaml already exists\n\nCause: Previously initialized. Fix: Skill detects existing config and asks whether to reconfigure. Choose \"Reconfigure from scratch\" to overwrite."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/fortunto2/solo-init",
    "publisherUrl": "https://clawhub.ai/fortunto2/solo-init",
    "owner": "fortunto2",
    "version": "2.1.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/solo-init",
    "downloadUrl": "https://openagent3.xyz/downloads/solo-init",
    "agentUrl": "https://openagent3.xyz/skills/solo-init/agent",
    "manifestUrl": "https://openagent3.xyz/skills/solo-init/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/solo-init/agent.md"
  }
}