li-capture

Records delivery evidence, durable lessons, and next-session handoff notes after implementation work.

Updated May 27, 2026
One-click install
npx skills add https://github.com/jokerman89/lintel --skill li-capture-jokerman89
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: li-capture
Source: https://github.com/jokerman89/lintel/tree/main/.github/skills/li-capture
Command: npx skills add https://github.com/jokerman89/lintel --skill li-capture-jokerman89

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? After finishing a delivery, teams often lose the context of what was done, why decisions were made, and what the next session should pick up. This Skill captures that knowledge into the repository so future sessions and teammates can continue without re-discovery. ## Core Features & Use Cases - Evidence Recording: Documents what was delivered and verified during the session. - Lesson Capture: Stores durable lessons and decisions in the repository for team-wide continuity. - Handoff Generation: Produces a next-session handoff so the following developer or agent session starts with full context. - Use Case: After Copilot finishes implementing and reviewing a feature, run the capture step to commit lessons learned and a working-state summary before closing the session. ## Quick Start Ask your agent to run the li-capture skill to record the evidence, lessons, and handoff for the work just completed.

Frequently Asked Questions about li-capture

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

FAQPage Schema
How do I record lessons learned after a Copilot coding session?▼

Run the li-capture skill after delivery. It executes the canonical capture workflow through the Copilot adapter, recording evidence, durable lessons, and a handoff note directly into the working repository.

What is a session handoff in an agent coding workflow?▼

A session handoff is a committed summary of what was delivered, verified, and decided so the next developer or agent session can resume work. This skill generates that handoff as part of its capture step.

When should I run the capture step in the Lintel workflow?▼

Run it after delivery, once changes have been implemented and reviewed. The skill description specifies it is used after delivery to record evidence, lessons, and the next-session handoff.

Does li-capture work outside GitHub Copilot clients?▼

The skill reads the Copilot adapter contract and follows its tool mapping, authorization, and verification rules. It is designed for the Lintel workflow running through Copilot-compatible repository customizations.

Where does li-capture write its output files?▼

Outputs are written to the working repository, while source resources are resolved relative to the canonical capture workflow file referenced in the skill instructions.