spin-up

Brief current project state from git status, logs, and glossary.

148|30|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/aspi6246/Claude-Code-Skills-for-Academics --skill spin-up
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spin-up
Source: https://github.com/aspi6246/Claude-Code-Skills-for-Academics/tree/main/spin-up
Command: npx skills add https://github.com/aspi6246/Claude-Code-Skills-for-Academics --skill spin-up

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of starting a session without context, so you avoid losing time re-discovering where the project stands, what’s blocked, and what to consider next.

Core Features & Use Cases

  • Session kickoff briefing: Builds a tight one-screen orientation from project instructions, the most recent session log, and current open items so you can resume efficiently.
  • Read-only repo awareness: Checks git state (unpushed commits, remote divergence, cleanliness) without pulling or pushing, making risks visible without acting.
  • Adaptive glossary loading: Activates relevant command-phrases from GLOSSARY.md while minimizing context cost by choosing a full read vs. lazy loading.
  • Project state synthesis: Produces a scannable summary that merges CLAUDE.md/README guidance with “where we left off,” pinboard priorities, and glossary load status.

Quick Start

Say “spin it up” to trigger a read-only session briefing and then ask what you’re working on today.

Frequently Asked Questions about spin-up

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

FAQPage Schema
How do I get a project context briefing before starting a research session?

To get a project context briefing, trigger a read-only session kickoff that synthesizes repository instructions, git status, recent logs, and pinboard items into a single scannable orientation summary.

How do I resume work after interruptions without losing my research workflow?

You can resume work after interruptions by running a session kickoff that surfaces where you left off, active priorities, and open pinboard items from your most recent session log.

Can I check git status and unpushed commits without pulling or pushing changes?

Yes, you can check git status read-only to identify unpushed commits, remote divergence, and repository cleanliness without pulling or pushing any changes to the remote.

What is the best way to activate a project glossary while minimizing context cost?

The best way to activate a project glossary is through adaptive loading, which evaluates whether to fully read or lazily load terms from GLOSSARY.md to minimize context cost.

Does the session kickoff briefing work without writing changes to the repository?

Yes, the session kickoff briefing requires ordered, read-only execution, meaning it strictly surfaces project state, git status, and priorities without writing or acting on findings.

How do I merge CLAUDE.md and README guidance with current session logs?

You can merge CLAUDE.md and README guidance with session logs through project state synthesis, which combines repository instructions, where we left off, and pinboard priorities into one summary.