·open

Re-orient to session context on demand. Loads companion skills (bon, todoist-gtd) based on what's present. Use when you missed the startup context, want a fresh look at what's available, or after cd'ing to a different project. Triggers on /open, 'what were we working on', 'where did we leave off'. Pairs with /ground and /close. (user)

8Installs·1Trend·@spm1001

Installation

$npx skills add https://github.com/spm1001/claude-suite --skill open

How to Install open

Quickly install open AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/spm1001/claude-suite --skill open
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: spm1001/claude-suite.

SKILL.md

View raw

Session start context is now automatic. The hook outputs a compact briefing (outcomes, last-worked zoom, handoff summary) that Claude should act on in the first response — no /open needed.

Before running /open, verify infrastructure is healthy. Silent failures here cause downstream confusion.

| open-context.sh exists | [ -x /.claude/scripts/open-context.sh ] | Run claude-doctor.sh | | Script symlinks valid | /.claude/scripts/check-symlinks.sh | Fix symlinks, see ERRORPATTERNS.md | | bon available | command -v bon | Install: uv tool install /Repos/bon |

Re-orient to session context on demand. Loads companion skills (bon, todoist-gtd) based on what's present. Use when you missed the startup context, want a fresh look at what's available, or after cd'ing to a different project. Triggers on /open, 'what were we working on', 'where did we leave off'. Pairs with /ground and /close. (user) Source: spm1001/claude-suite.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/spm1001/claude-suite --skill open
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-11

Browse more skills from spm1001/claude-suite

Quick answers

What is open?

Re-orient to session context on demand. Loads companion skills (bon, todoist-gtd) based on what's present. Use when you missed the startup context, want a fresh look at what's available, or after cd'ing to a different project. Triggers on /open, 'what were we working on', 'where did we leave off'. Pairs with /ground and /close. (user) Source: spm1001/claude-suite.

How do I install open?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/spm1001/claude-suite --skill open Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/spm1001/claude-suite

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-25