43 expert skills for non-technical founders building SaaS with AI tools (Claude Code, Lovable, Replit, Cursor). Covers the full lifecycle of planning, building, launching, and growing a software business — actionable guides, checklists, and copy-paste prompts.
> /plugin marketplace add whawkinsiv/claude-code-superpowers> /plugin install solo-founder-superpowers@solo-founder-superpowers-marketplace
What's inside
43 expert skills for non-technical founders building SaaS with AI tools (Claude Code, Lovable, Replit, Cursor).
Covers the full lifecycle of planning, building, launching, and growing a software business — actionable guides, checklists, and copy-paste prompts.
Note: Installation differs by platform. Claude Code or Cursor have built-in plugin marketplaces. Codex and OpenCode require manual setup.
In Claude Code, register the marketplace first:
/plugin marketplace add whawkinsiv/solo-founder-superpowers
Then install the plugin from this marketplace:
/plugin install solo-founder-superpowers@solo-founder-superpowers-marketplace
In Cursor Agent chat, install from marketplace:
/plugin-add solo-founder-superpowers
Codex discovers skills from .agents/skills/ directories. Clone this repo into your project:
git clone https://github.com/whawkinsiv/solo-founder-superpowers.git .agents/skills/solo-founder-superpowers
Or install a single skill using the built-in skill installer:
$skill-installer install https://github.com/whawkinsiv/solo-founder-superpowers/tree/main/skills/build
Restart Codex after installing. Invoke skills with $skill-name or let Codex select them automatically.
OpenCode discovers skills from .opencode/skills/, ~/.config/opencode/skills/, or ~/.agents/skills/. Clone into any of these locations:
git clone https://github.com/whawkinsiv/solo-founder-superpowers.git .opencode/skills/solo-founder-superpowers
Skills are loaded on-demand — OpenCode will show available skills and load them when relevant.
Start a new session in your chosen platform and ask for something that should trigger a skill (for example, "help me validate this idea" or "help me plan this feature"). The agent should automatically invoke the relevant solo-founder-superpowers skill.
| Skill | What It Covers |
|---|---|
| build | AI-assisted dev workflows, tool selection (Claude Code, Lovable, Replit, Cursor) |
| database | Data modeling, schemas, relationships, Supabase/Firebase/Airtable setup |
| integrations | APIs, webhooks, Zapier/Make, connecting third-party services |
| ai-features | Adding AI/LLM capabilities to your product, cost management |
| deploy | Hosting selection, custom domains, environment variables, going live |
| secure | Security checklists, OWASP Top 10, auth and data protection |
| test | Test scenarios, edge cases, cross-browser testing |
| debug | Systematic debugging, error interpretation, diagnostics |
| optimize | Speed, code, database, and dependency optimization |
| monitor | Production monitoring, error alerts, incident response |
| Skill | What It Covers |
|---|---|
| design | Design systems, UI patterns, visual hierarchy, components, mobile-first |
| brand | Brand identity, color palettes, typography, logos, design tokens |
| navigation | App navigation, content hierarchy, menus, findability |
| onboarding | Onboarding flows, aha moments, activation rates, first-run UX |
| accessibility | WCAG compliance, ARIA, screen readers, keyboard navigation |
| Skill | What It Covers |
|---|---|
| seo | Keyword research, content calendars, on-page optimization |
| technical-seo | SEO audits, Core Web Vitals, GEO for AI search engines |
| content | Content strategy, build in public, audience building, distribution |
| copywriting | Headlines, CTAs, button text, error messages, UI copy |
| Skill | What It Covers |
|---|---|
| launch | Product Hunt, waitlists, beta programs, GTM sequencing |
| landing-page | Page structure, above-the-fold copy, conversion elements |
| growth | Product-led growth, viral loops, activation metrics, referrals |
| conversion | Funnel analysis, friction reduction, A/B testing |
| Email sequences, onboarding drips, behavioral triggers | |
| ads | Google Ads, ad copy, keyword selection, CAC/LTV optimization |
| sales | Cold outreach, prospect lists, landing the first 100 customers |
| social-media | Platform-specific tactics: Twitter/X, LinkedIn, Reddit, short-form video |
| community | Discord/Slack communities, user forums, community-led growth |
| Skill | What It Covers |
|---|---|
| plan | Turn ideas into buildable specs, MVPs, feature requirements |
| validate | Pre-build validation: smoke tests, fake door tests, concierge MVPs |
| customer-research | User interviews, JTBD framework, behavioral personas |
| market-research | Market sizing, competitor analysis, TAM/SAM/SOM |
| pricing | Pricing tiers, value metrics, psychology, monetization |
| prioritize | Feature prioritization, roadmaps, RICE scoring, MVP definition |
| feedback | Post-launch feedback collection, NPS, feature requests |
| analytics | Event tracking, funnels, key metrics, data quality |
| Skill | What It Covers |
|---|---|
| legal | Entity formation, ToS, Privacy Policy, compliance |
| finances | Financial models, unit economics, MRR/ARR/churn, burn rate |
| accounting | Bookkeeping, expense tracking, quarterly taxes, invoicing |
| payments | Stripe setup, subscriptions, billing, tax collection |
| hiring | Developer sourcing, vetting contractors, briefs, management |
| support | Help docs, knowledge bases, self-serve support |
| retention | Churn prevention, win-back campaigns, expansion revenue |
| Command | What It Does |
|---|---|
| improve-prompt | Transforms vague coding requests into detailed, specific prompts |
Skills are invoked automatically when Claude Code detects a relevant request, or manually:
/solo-founder-superpowers:plan
/solo-founder-superpowers:launch
/solo-founder-superpowers:payments
1. Validate — validate, customer-research, market-research
2. Plan — plan, prioritize, pricing, finances
3. Design — design, brand, navigation
4. Build — build, database, integrations, secure, test, debug
5. Deploy — deploy, payments
6. Launch — launch, landing-page, copywriting
7. Grow — growth, content, seo, email, ads, social-media
8. Retain — onboarding, retention, support, feedback
9. Scale — optimize, monitor, analytics, ai-features, hiring
These skills assume Claude's intelligence — they focus on:
Will Hawkins (@whawkinsiv)
.claude-plugin/
marketplace.json
plugin.json
.gitignore
ABOUT-ME.md
CLAUDE.md
commands/
improve-prompt.md
README.md
docs/
plans/
2026-03-09-brand-identity-generator-design.md
2026-03-09-brand-identity-generator.md
2026-03-10-design-skillset-implementation.md
2026-03-10-design-skillset-redesign.md
superpowers/
plans/
2026-03-27-8020-focus-skill.md
2026-04-02-next-skill.md
specs/
2026-03-11-code-quality-design.md
2026-03-14-gtm-design.md
2026-03-25-autoresearch-skills-design.md
2026-03-26-8020-skill-design.md
2026-04-02-next-skill-design.md
hooks/
hooks.json
LICENSE
PHASE-CHECKLIST.md
README.md
skills/
about-me/
SKILL.md
accounting/
SKILL.md
ads/
SKILL.md
ai-features/
SKILL.md
analytics/
SKILL.md
beautify/
AI-SLOP-FIXES.md
REFERENCE-TEARDOWNS.md
SKILL.md
brand-identity-generator/
SKILL.md
build/
PROMPTS.md
SKILL.md
TOOLS.md
community/
SKILL.md
compliance/
SKILL.md
content/
SKILL.md
conversion/
SKILL.md
copywriting/
SKILL.md
customer-research/
SKILL.md
database/
SKILL.md
debug/
DEBUG-PROMPTS.md
SKILL.md
deploy/
SKILL.md
design-review/
AUDIT-CHECKLIST.md
SKILL.md
dry/
AUDIT-CHECKLIST.md
SKILL.md
email/
SKILL.md
feedback/
SKILL.md
finances/
SKILL.md
focus/
SKILL.md
glossary/
SKILL.md
go-live/
SKILL.md
growth/
SKILL.md
hiring/
SKILL.md
humanize/
SKILL.md
improve/
SKILL.md
integrations/
SKILL.md
journey/
SKILL.md
landing-page/
SKILL.md
launch/
SKILL.md
legal/
SKILL.md
market-research/
SKILL.md
monitor/
INCIDENT-RESPONSE.md
MONITORING-SETUP.md
SKILL.md
motion-polish/
SKILL.md
next/
SKILL.md
niche-advantage/
SKILL.md
optimize/
DEPENDENCIES.md
PERFORMANCE-CHECKS.md
SKILL.md
payments/
SKILL.md
plan/
PROJECT-SCOPE.md
QUICK-SPEC.md
SKILL.md
pricing/
SKILL.md
prioritize/
SKILL.md
prose-writing/
SKILL.md
retention/
SKILL.md
sales/
SKILL.md
secure/
COMMON-VULNS.md
SECURITY-PROMPTS.md
SKILL.md
seo/
seo-audit/
SKILL.md
seo-content/
CONTENT-TYPES.md
HUMANIZATION.md
SKILL.md
SKILL.md
social-media/
SKILL.md
support/
SKILL.md
technical-seo/
EEAT-AND-SCHEMA.md
GEO.md
ON-PAGE-SEO.md
SKILL.md
TECHNICAL-AUDIT.md
test/
BREAKING-THINGS.md
EDGE-CASES.md
SKILL.md
TEST-SCENARIOS.md
translate/
SKILL.md
ui-patterns/
COMPONENTS.md
LAYOUTS.md
SKILL.md
ux-design/
ACCESSIBILITY.md
ONBOARDING.md
SKILL.md
validate/
SKILL.mdFAQ
solo-founder-superpowers is a Claude Code plugin with 59 hand-picked skills for business work, indexed on Flowy. Install it with the command on its page. It includes about-me, accounting, ads. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.