session-start

Generate a session.md and Claude Code startup prompt with Drive search instructions.

Updated Dec 7, 2025
One-click install
npx skills add https://github.com/waynewangyuxuan/VibeHub_testing --skill session-start
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-start
Source: https://github.com/waynewangyuxuan/VibeHub_testing/tree/main/.claude/skills/session-start
Command: npx skills add https://github.com/waynewangyuxuan/VibeHub_testing --skill session-start

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you start a project quickly by gathering context and generating a ready-to-use startup prompt for your target repository, reducing setup time and cognitive load.

Core Features & Use Cases

  • Session discovery: checks for prep data and collects missing details.
  • Startup prompt generation: outputs a ready-to-use prompt with Drive search guidance.
  • Workspace scaffolding: creates a session.md and records next steps for smooth handoff.

Quick Start

Ask me for the project name and any prep data, and I will create a new session folder and deliver a ready-to-use startup prompt you can paste into Claude Code.

Frequently Asked Questions about session-start

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

FAQPage Schema
How do I generate a startup prompt for a new project in Claude Code?

A startup prompt is a ready-to-use context document that kick-starts your project session. This Skill generates one by collecting project details through guided questions, then outputs a session.md file and a Claude Code startup prompt containing project background, code locations, objectives, and Drive search instructions—reducing setup time and cognitive load.

What information does the session.md file contain?

The session.md file stores session metadata including project background, Drive document references, code locations, workflow steps, objectives, and search keywords. It serves as a persistent record of your project context and enables smooth handoff between sessions.

Can I use this Skill with existing prep data?

Yes. The Skill checks for existing prep data and collects only missing details through guided questions. If you have prep/raw_dump.md already in place, it parses that file and integrates it into the startup prompt, accelerating session initialization.

What does the startup prompt include for Claude Code?

The startup prompt embeds project background, Drive search instructions for locating relevant documents, code repository locations, project objectives, workflow guidance, and search keywords—all formatted for direct use in Claude Code to maintain context across your development session.

How does the Skill organize session files?

Sessions are stored in a timestamped folder structure: sessions/{timestamp}-{project}/session.md. This organization enables version tracking, multiple parallel sessions, and easy retrieval of historical project context for future reference.