From solo
Spawns 3-agent team for parallel idea research: market competitors/pricing, user pain points/sentiment, technical feasibility/stacks. Faster multi-angle alternative to /research.
npx claudepluginhub fortunto2/solo-factory --plugin soloThis skill is limited to using the following tools:
Create an agent team to research "$ARGUMENTS" from multiple perspectives in parallel.
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.
Create an agent team to research "$ARGUMENTS" from multiple perspectives in parallel.
Spawn 3 teammates, each with a distinct research focus:
Focus: competitors, market size, pricing models, business models.
Focus: pain points, user sentiment, feature requests.
site:reddit.com <query> via WebSearch, or MCP web_search if available)site:news.ycombinator.com)session_search available: check if this idea was researched before in past sessionsFocus: feasibility, tech stack, existing solutions, implementation complexity.
site:github.com <query>)project_info available: check existing projects for reusable codecodegraph_explain available: get architecture overview of similar existing projectscodegraph_query available: find shared packages across projectsproject_code_search available: search for reusable patterns, services, infrastructure across existing projectsTeammates should use available search tools:
web_search (if available) — additional search with engine routingkb_search (if available) — search local knowledge base for related researchDomain filtering: use site:github.com, site:reddit.com etc. for targeted results.
research.md/research skillAfter team completes, the lead should:
research.md to docs/ in the current project directory/validate <idea>Cause: CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS env var not set.
Fix: Ensure .claude/settings.json has "env": {"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1"}.
Cause: Research areas not clearly separated. Fix: Each teammate has a distinct focus (market/users/tech). The lead synthesizes and deduplicates findings.
Cause: No additional search backends configured. Fix: Teammates fall back to WebSearch (built-in) which is always available. For richer results with engine routing (Reddit, GitHub, YouTube), set up SearXNG (private, self-hosted, free) and configure solograph MCP.