·close

Orchestrates end-of-session capture via 5-phase GODAR framework — prevents work loss between sessions by surfacing learnings, triaging incomplete work into Now/Bon/Handoff, writing cross-session handoff, and staging memory extraction while context is rich. MANDATORY before /exit. Invoke FIRST on 'wrap up', 'lets finish', 'close out', '/close'. Pairs with /open. (user)

8Installs·2Trend·@spm1001

Installation

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

How to Install close

Quickly install close 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 close
  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

Capture learnings while context is rich, then commit and exit.

Before running /close, verify infrastructure is healthy. Broken scripts mean lost handoffs.

| close-context.sh exists | [ -x /.claude/scripts/close-context.sh ] | Run claude-doctor.sh | | check-home.sh exists | [ -x /.claude/scripts/check-home.sh ] | Fix symlinks | | Handoffs dir writable | [ -d /.claude/handoffs ] | Create: mkdir -p /.claude/handoffs |

Orchestrates end-of-session capture via 5-phase GODAR framework — prevents work loss between sessions by surfacing learnings, triaging incomplete work into Now/Bon/Handoff, writing cross-session handoff, and staging memory extraction while context is rich. MANDATORY before /exit. Invoke FIRST on 'wrap up', 'lets finish', 'close out', '/close'. Pairs with /open. (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 close
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from spm1001/claude-suite

Quick answers

What is close?

Orchestrates end-of-session capture via 5-phase GODAR framework — prevents work loss between sessions by surfacing learnings, triaging incomplete work into Now/Bon/Handoff, writing cross-session handoff, and staging memory extraction while context is rich. MANDATORY before /exit. Invoke FIRST on 'wrap up', 'lets finish', 'close out', '/close'. Pairs with /open. (user) Source: spm1001/claude-suite.

How do I install close?

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 close 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