session-close-instruction-review

Review chat sessions to identify durable instructions for AGENTS.md or new Skill units.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/lc0rp/luke-agent-scripts --skill session-close-instruction-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-close-instruction-review
Source: https://github.com/lc0rp/luke-agent-scripts/tree/main/skills/session-close-instruction-review
Command: npx skills add https://github.com/lc0rp/luke-agent-scripts --skill session-close-instruction-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review sessions before closing to identify durable instructions and reusable skills that should be codified in AGENTS.md or packaged as new skills.

Core Features & Use Cases

  • Scans the current session to surface repeatable patterns, decisions, and artifacts worth codifying.
  • Suggests where to store results: AGENTS.md for stable rules, or new Skill units for reusable workflows.

Quick Start

Run a session review to surface durable instructions and propose the best storage location.

Frequently Asked Questions about session-close-instruction-review

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

FAQPage Schema
How do I review a chat session to extract reusable instructions?

To review a chat session for reusable instructions, scan the current session to surface repeatable patterns and decisions worth codifying. The review produces concrete recommendations that fit into AGENTS.md or new Skill units.

What is the best way to capture durable instructions from a development session?

Capturing durable instructions from a development session involves identifying stable rules and workflow playbooks. The session review suggests storing stable rules in AGENTS.md and reusable workflows as new Skill units.

When should I store session knowledge in AGENTS.md versus creating a new Skill?

Store session knowledge in AGENTS.md for stable repository conventions and rules, whereas creating a new Skill is best for reusable workflows. The session review provides clear rationale and suggested placement for each artifact.

How do I codify workflow playbooks for future sessions?

Codify workflow playbooks by applying a review across user sessions to surface actionable guidance. This process identifies repeatable patterns and produces concrete recommendations for AGENTS.md or new Skill units.

What are the limitations of using session review for knowledge capture?

Session review for knowledge capture relies on scanning the current chat context, meaning it is limited to surfacing patterns explicitly discussed in that session. It does not infer knowledge from absent repository files.