start

Guide new users through initial Claude Code setup and plan creation.

2|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/sakebomb/scaffold --skill start-sakebomb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: start
Source: https://github.com/sakebomb/scaffold/tree/main/.claude/skills/start
Command: npx skills add https://github.com/sakebomb/scaffold --skill start-sakebomb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guides new users through the initial Claude Code session, reducing setup friction and accelerating value.

Core Features & Use Cases

  • Guided onboarding to move from first greeting to a concrete plan
  • Environment readiness checks for common languages (Python, TypeScript, Go, Rust)
  • Create a plan scaffold and optionally prepare a GitHub issue to track progress

Quick Start

Run the start command to begin your first Claude Code onboarding session.

Frequently Asked Questions about start

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up my first Claude Code session for a new project?

To set up your first Claude Code session, run the start command to trigger guided onboarding. The skill performs environment readiness checks for Python, TypeScript, Go, and Rust, then helps you create a concrete plan scaffold.

What is the best way to create an onboarding plan in Claude Code?

The best way to create an onboarding plan is using a guided setup skill that moves you from a first greeting to a plan scaffold. This reduces setup friction and optionally prepares a GitHub issue to track progress.

Does Claude Code onboarding work with GitHub issues?

Yes, Claude Code onboarding works with GitHub issues by optionally preparing one to track your plan progress. This integration uses the gh command line tool if it is available in your environment.

Can I use Claude Code onboarding for Python, TypeScript, Go, and Rust projects?

Yes, you can use Claude Code onboarding for Python, TypeScript, Go, and Rust projects. The setup process includes environment readiness checks specifically designed for these common languages to ensure your setup is correct.

Do I need the gh CLI installed to track my Claude Code plan?

You do not need the gh CLI installed to create a plan, but it is required for the optional GitHub issue integration. The onboarding process will check for gh and use it to prepare an issue only if it is available.