/ Directory / Playground / App Onboarding Questionnaire
● Community adamlyttleapps ⚡ Instant

App Onboarding Questionnaire

by adamlyttleapps · adamlyttleapps/claude-skill-app-onboarding-questionnaire

Draft questionnaire-style app onboarding (you know the kind) that actually converts — copy, branching, paywall placement, vetted from shipped apps.

Codifies the questionnaire-onboarding pattern popular in consumer apps: structured questions, social proof slides, paywall right after value reveal. Skill helps Claude draft the flow given your app premise.

Why use it

Key features

Live Demo

What it looks like in practice

ready

Install

Pick your client

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "app-onboarding-questionnaire-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/adamlyttleapps/claude-skill-app-onboarding-questionnaire"
      ],
      "_inferred": true
    }
  }
}

Open Claude Desktop → Settings → Developer → Edit Config. Restart after saving.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "app-onboarding-questionnaire-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/adamlyttleapps/claude-skill-app-onboarding-questionnaire"
      ],
      "_inferred": true
    }
  }
}

Cursor uses the same mcpServers schema as Claude Desktop. Project config wins over global.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "app-onboarding-questionnaire-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/adamlyttleapps/claude-skill-app-onboarding-questionnaire"
      ],
      "_inferred": true
    }
  }
}

Click the MCP Servers icon in the Cline sidebar, then "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "app-onboarding-questionnaire-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/adamlyttleapps/claude-skill-app-onboarding-questionnaire"
      ],
      "_inferred": true
    }
  }
}

Same shape as Claude Desktop. Restart Windsurf to pick up changes.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "app-onboarding-questionnaire-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/adamlyttleapps/claude-skill-app-onboarding-questionnaire"
      ]
    }
  ]
}

Continue uses an array of server objects rather than a map.

~/.config/zed/settings.json
{
  "context_servers": {
    "app-onboarding-questionnaire-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/adamlyttleapps/claude-skill-app-onboarding-questionnaire"
        ]
      }
    }
  }
}

Add to context_servers. Zed hot-reloads on save.

claude mcp add app-onboarding-questionnaire-skill -- git clone https://github.com/adamlyttleapps/claude-skill-app-onboarding-questionnaire

One-liner. Verify with claude mcp list. Remove with claude mcp remove.

Use Cases

Real-world ways to use App Onboarding Questionnaire

Draft an onboarding flow for a new app

👤 Claude Code users ⏱ ~15 min intermediate

When to use: You're launching a consumer app; want a flow that converts.

Flow
  1. Brief
    Describe app premise + target user.✓ Copied
    → Questions clarified
  2. Draft
    Skill outputs step list + copy.✓ Copied
    → First-draft flow
  3. Iterate
    Tweak per your brand.✓ Copied
    → Final flow

Outcome: First-day-ship onboarding instead of weeks of design.

Combinations

Pair with other MCPs for X10 leverage

app-onboarding-questionnaire-skill + filesystem

Save the spec next to your design files

Combine app-onboarding-questionnaire-skill with filesystem: Save the spec next to your design files✓ Copied

Tools

What this MCP exposes

ToolInputsWhen to callCost
draft / critique (see docs) Two flows 1 call

Cost & Limits

What this costs to run

API quota
N/A
Tokens per call
Mid
Monetary
Free
Tip
Treat output as a starting point — your brand voice matters

Security

Permissions, secrets, blast radius

Credential storage: None
Data egress: None

Troubleshooting

Common errors and fixes

Generic copy

Give it three lines of your brand voice up front

Alternatives

App Onboarding Questionnaire vs others

AlternativeWhen to use it insteadTradeoff
Hand-draftedYou have a UX writerSlower

More

Resources

📖 Read the official README on GitHub

🐙 Browse open issues

🔍 Browse all 400+ MCP servers and Skills