KS
Killer-Skills

start — how to use start skill how to use start skill, MARVIN session setup, start skill alternative, start vs other AI assistants, start install guide, start setup for developers, what is start skill, start skill tutorial, start skill for task management

v1.0.0
GitHub

About this Skill

Ideal for Task Management Agents requiring automated daily briefings and context loading. Start is a session initiation skill that loads current date, priorities, and state to provide a daily briefing and facilitate task management.

Features

Establishes current date using `date +%Y-%m-%d` command
Loads context from `state/current.md` and `sessions/{TODAY}` files
Supports daily briefing and task management
Initiates MARVIN sessions with full context loading
Uses `bash` commands for date formatting and file naming

# Core Topics

SterlingChin SterlingChin
[0]
[0]
Updated: 3/7/2026

Quality Score

Top 5%
48
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add SterlingChin/marvin-template/start

Agent Capability Analysis

The start MCP Server by SterlingChin is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for how to use start skill, MARVIN session setup, start skill alternative.

Ideal Agent Persona

Ideal for Task Management Agents requiring automated daily briefings and context loading.

Core Value

Empowers agents to initiate sessions with full context, leveraging bash commands like `date +%Y-%m-%d` for dynamic date handling and loading priorities from `state/current.md` files, streamlining developer workflows with essential app connections.

Capabilities Granted for start MCP Server

Initializing MARVIN sessions with daily briefings
Loading context from `state/current.md` files
Automating date references with `date +%Y-%m-%d`

! Prerequisites & Limits

  • Requires access to `state/current.md` and `sessions/{TODAY}` directories
  • Dependent on bash for date command execution
Project
SKILL.md
1.7 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

Session Start Skill

Start MARVIN session with full context loading and daily briefing.

When to Use

  • When user types /start
  • At the start of any Claude Code session in the MARVIN directory
  • When resuming work after a break

Process

Step 1: Establish Current Date

bash
1date +%Y-%m-%d

Store as TODAY. Use for all file naming and date references.

Step 2: Load Context

Read in order:

  1. state/current.md — Current priorities, open threads, and state
  2. sessions/{TODAY}.md — If exists, we're resuming today
  3. If no today file, read sessions/{YESTERDAY}.md for continuity

Step 3: Review Goals

Check state/goals.md for:

  • Annual goals and progress
  • Monthly targets

Step 4: Assess Progress

Check content/log.md for current month:

  • Content shipped vs. goals
  • Days remaining in month

Step 5: Check Follow-ups

Review state/current.md for any follow-up items:

  • Surface any items with review date ≤ TODAY
  • Remind user of upcoming follow-ups within 3 days

Step 6: Surface Proactive Alerts

Compile and present:

  • Active priorities from state/current.md
  • Open threads needing attention
  • Content pacing status (if behind)
  • Any deadlines approaching

Step 7: Greet User

Present a concise briefing:

  • Date and day of week
  • Top 3 priorities
  • Any alerts or nudges
  • Ask how to help today

Output Format

Good morning! It's {Day}, {Date}.

**Today's Focus:**
1. {Priority 1}
2. {Priority 2}
3. {Priority 3}

**Alerts:**
- {Alert if any}

**Progress ({Month}):**
- {Goal 1}: X/Y
- {Goal 2}: X/Y

How can I help today?

Notes

  • If this is a resumed session (today's log exists), acknowledge what was already covered
  • Keep briefing concise — details on request

Skill created: 2026-01-22

Related Skills

Looking for an alternative to start or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication