session-execute

Execute startup-prompt-driven tasks in project repositories with incremental commits.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill translates the startup prompt into concrete in-repo actions, guiding Claude to operate directly inside your project repository and produce incremental results.

Core Features & Use Cases

  • Understanding before action: clarifies current project state and objectives before making changes.
  • Plan-driven execution: breaks work into steps and reports progress after each step.
  • Code-friendly workflow: adheres to project conventions, commits, and communicates when decisions are ambiguous.

Quick Start

Paste the startup prompt from your session-start output into Claude Code in your project repo and tell Claude to start execution.

Frequently Asked Questions about session-execute

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

FAQPage Schema
How do I execute work from a startup prompt in my project repository?

Execute work from a startup prompt by pasting your session-start output into Claude Code within your project repo, then instructing Claude to begin execution. Claude interprets the startup prompt, identifies target files, plans stepwise changes, and commits results incrementally while adhering to your project's conventions.

What does startup-prompt-driven execution mean for version control workflows?

Startup-prompt-driven execution translates your initial requirements into concrete repository changes with incremental commits. Claude reads your prompt, clarifies project state, obtains confirmation before proceeding, applies minimal edits matching your style, and reports progress after each step using version control.

Can I use this Skill to understand my project structure before making changes?

Yes. The Skill prioritizes understanding before action—it reads and clarifies current project state and objectives from the startup prompt before making any changes, ensuring changes align with your repository's existing patterns and conventions.

How does this approach differ from manual repository edits?

This Skill automates plan-driven execution: it breaks work into steps, commits incrementally, adheres to project conventions, and communicates when decisions are ambiguous—reducing manual coordination overhead while maintaining transparency and reversibility.

What preparation do I need before pasting a startup prompt?

Ensure you have a real project repository open in Claude Code and a startup prompt from your session-start output ready. The Skill handles reading project files, identifying entry points, and planning changes; no additional setup is required.