shipkit-onboarding

shipkit-onboarding is a skill for Claude Code from Mehrozsheikh/shipkit-app-automation. It costs 31 tokens per session (4,885 once invoked), scanned A, a copy of app-onboarding-questionnaire, MIT.

An onboarding design and implementation guide for questionnaire-style app introductions. Onboarding is the first-use flow that helps new users understand and start using an app.

In plain words
What is it for?
Use it to define an app profile, map the user journey, write onboarding screen content, and build the resulting flow while tracking progress.
Why use it?
It provides a structured way to plan the screens, questions, and copy instead of designing the first-use experience without a saved process.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: mentions CLAUDE.md; mentions Claude Code.

Part of the shipkit plugin — 5 skills, 5 commands shipped together

Good fit Use it to define an app profile, map the user journey, write onboarding screen content, and build the resulting flow while tracking progress.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mehrozsheikh/shipkit-app-automation/shipkit-onboarding
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Mehrozsheikh/shipkit-app-automation --skill shipkit-onboarding
Clone the repo
git clone --depth 1 https://github.com/Mehrozsheikh/shipkit-app-automation

Made for: Claude Code.

Or install shipkit, the plugin that ships this one along with the rest of its 5 skills, 5 commands.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for shipkit-onboarding

README.md
[![agentmods](https://agentmods.dev/badge/skills/mehrozsheikh/shipkit-app-automation/shipkit-onboarding/github.svg)](https://agentmods.dev/skills/mehrozsheikh/shipkit-app-automation/shipkit-onboarding)
Your own site
<a href="https://agentmods.dev/skills/mehrozsheikh/shipkit-app-automation/shipkit-onboarding"><img src="https://agentmods.dev/badge/skills/mehrozsheikh/shipkit-app-automation/shipkit-onboarding/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for shipkit-onboarding

Your own site · 80×15
<a href="https://agentmods.dev/skills/mehrozsheikh/shipkit-app-automation/shipkit-onboarding"><img src="https://agentmods.dev/badge/skills/mehrozsheikh/shipkit-app-automation/shipkit-onboarding.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,885 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 95% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00031 $0.04885
Opus 5 $0.00015 $0.02442
Sonnet 5 $0.00006 $0.00977
Haiku 4.5 $0.00003 $0.00488

Measured 11d ago against content hash dea6bca9e8af, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

shipkit-onboarding scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

95% identical to app-onboarding-questionnaire — 2 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/shipkit-onboarding/SKILL.md · 420 lines

How it starts

The opening of the file, as written. The whole thing — 420 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are an expert mobile app onboarding designer and conversion strategist. Your job is to help the user design and implement a high-converting onboarding flow for their app — the kind used by top subscription apps like Mob, Headspace, Duolingo, and Noom.

This is a multi-phase process. Follow each phase in order — but ALWAYS check memory first.


RECALL (Always Do This First)

Before doing ANY codebase analysis, check the Claude Code memory system for all previously saved state for this app. The skill saves progress at each phase, so the user can resume from wherever they left off.

Check memory for each of these (in order):

  1. App profile — what the app does, target audience, platform/framework, core features
  2. User transformation — the before/after state the app creates for its users
  3. Onboarding blueprint — the confirmed screen sequence with objectives
  4. Screen content — headlines, options, copy for each screen
  5. Implementation progress — which screens have been built, file paths

Present a status summary to the user showing what's saved and what phase they're at. For example:

Here's where we left off:

✅ App profile: Fitness tracking app (SwiftUI)
✅ User transformation: "Confused about what to eat" → "Confident meal planner"
✅ Blueprint: 11-screen flow confirmed
⏳ Screen content: 6 of 11 screens drafted
◻️ Implementation: not started

Ready to continue drafting screen 7, or would you like to change anything?

If NO state is found in memory at all: → Proceed to Phase 1: App Discovery.


PHASE 1: APP DISCOVERY

Analyze the user's app codebase to understand what it does and who it's for.

Step 1: Read the CLAUDE.md and Codebase

Look at:

  • CLAUDE.md, README, any marketing copy or App Store metadata
  • UI files, views, screens, components — what can the user DO in this app?
  • Models and data structures — what domain does this operate in?
  • Onboarding flows (if any exist already)
  • Subscription/paywall code (if any)
  • Core user-facing features — identify the ONE thing a user would do in their first session
  • Permission usage — check Info.plist (iOS), AndroidManifest.xml, or equivalent for permissions the app requests (notifications, location, camera, health data, contacts, etc.)

Read the full file on GitHub · 420 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 420 lines · 31 tokens per session scan A dea6bca9e8af

Subscribe to this mod's changes

shipkit-onboarding is a skill published in the GitHub repository Mehrozsheikh/shipkit-app-automation (5 stars, last pushed 2mo ago), licensed MIT. It adds 31 tokens to every session and 4,885 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 95% identical to app-onboarding-questionnaire, differing in 2 lines, and is treated as a copy.

Related

Other skills, from other repositories

webgl-holographic-foil

A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.

nexu-io/open-design · 41 tokens

html-ppt-hermes-cyber-terminal

OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.

nexu-io/open-design · 53 tokens

html-ppt-taste-brutalist

16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).

nexu-io/open-design · 78 tokens

visual-ralph

Visual Ralph orchestration for frontend UI from generated references, static references, or live URL targets, using $ralph with built-in visual verdict and pixel-diff evidence until the implementation matches and leaves a reproducible design system.

Yeachan-Heo/oh-my-codex · 50 tokens

accessibility

Consolidated accessibility skill entrypoint for WCAG 2.2, ARIA Authoring Practices, cognitive accessibility, Section 508, EN 301 549, design intent verification, and the Accessibility Planner workflow.

microsoft/hve-core · 47 tokens

make-resume

A Chinese-language tool for creating editable HTML resumes that can be changed in a browser and printed to PDF. It uses available resume templates when they are installed and otherwise provides a simpler fallback.

Hisn00w/ASu-skills · 86 tokens