session-startup

Community

Start every dev session perfectly configured and up-to-date.

Authorjkomoros
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill automates the tedious and error-prone setup process at the beginning of each development session. It ensures your environment is always updated, correctly configured, and ready for immediate work, saving you valuable time.

Core Features & Use Cases

  • Automated Updates: Automatically fetches and pulls latest changes from upstream repositories (community-patterns, labs, patterns). This keeps your local environment in sync with the latest framework and community contributions.
  • Workspace Configuration: Loads or creates your GitHub user-specific workspace settings, ensuring proper attribution and isolation of your work.
  • Dev Server Management: Checks if necessary development servers (Toolshed, Shell) are running and starts them if they aren't, preventing manual setup errors and ensuring your environment is fully operational.
  • Use Case: At the very beginning of a new Claude Code session, simply invoke this skill to automatically update all relevant repositories, configure your environment, and ensure all development servers are running, so you can jump straight into coding without any manual setup.

Quick Start

It's the start of a new session. Use the session-startup skill to get everything ready.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: session-startup
Download link: https://github.com/jkomoros/community-patterns/archive/main.zip#session-startup

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository