session-knowledge

Extract reusable knowledge from Copilot sessions into instructions, skills, or Notion.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/piusn/skills-plugin-marketplace --skill session-knowledge-piusn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-knowledge
Source: https://github.com/piusn/skills-plugin-marketplace/tree/main/skills/session-knowledge
Command: npx skills add https://github.com/piusn/skills-plugin-marketplace --skill session-knowledge-piusn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Extract reusable knowledge from Copilot sessions and persist it as Copilot instructions, skill updates, new skills, or Notion documentation. Use this skill when the user says "save what we learned", "update instructions", "capture knowledge", "save this for next time", "create instruction from session", "what should we remember", or "knowledge harvest". Also invoked by session-outcomes and close-day to surface knowledge automatically.

Core Features & Use Cases

  • Analyze Copilot sessions to identify deploy procedures, environment configurations, debugging patterns, architectural decisions, and team workflows.
  • Route nuggets to the closest Copilot knowledge store: code docs, repo instructions, Notion, or global skills.
  • Persist nuggets as Notion docs, Copilot skills, store_memory, or instructions for future reuse.

Quick Start

Save the current session's deployment pattern to the session-knowledge skill.

Frequently Asked Questions about session-knowledge

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

FAQPage Schema
How do I capture reusable knowledge from Copilot sessions?

Capture Copilot session knowledge by analyzing deploy procedures, configurations, and debugging patterns, then routing them to instructions, skills, or Notion for future reuse.

What is the best way to save deployment patterns for next time?

The best way to save deployment patterns is extracting them from your Copilot session and persisting them as Copilot instructions, skill updates, or Notion documentation.

Can I save Copilot session knowledge directly to Notion?

Yes, you can route extracted Copilot session knowledge directly to Notion. Nuggets are safely routed to the closest knowledge store, including Notion or global skills.

Does session knowledge capture work with environment configurations and workflows?

Session knowledge capture works with environment configurations, architectural decisions, and team workflows by identifying these patterns and persisting them as reusable instructions or memory.

How do I update Copilot instructions from a completed session?

Update Copilot instructions by triggering knowledge harvest on your session. The skill analyzes outcomes and safely routes the extracted patterns to repo instructions or store_memory.

When should I use session knowledge extraction instead of manual documentation?

Use session knowledge extraction when ending a Copilot session or closing the day to automatically surface operational knowledge, preventing valuable debugging patterns from being lost.