knowledge-curator

Curate recurring session lessons into durable project documentation.

42|9|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/drvoss/everything-copilot-cli --skill knowledge-curator-drvoss
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: knowledge-curator
Source: https://github.com/drvoss/everything-copilot-cli/tree/main/skills/copilot-exclusive/knowledge-curator
Command: npx skills add https://github.com/drvoss/everything-copilot-cli --skill knowledge-curator-drvoss

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Teams lose valuable insights when they remain only in temporary session notes, leading to duplicated effort and missed opportunities to improve project standards.

Core Features & Use Cases

  • Capture: Save patterns, pitfalls, and provisional fixes as session artifacts during a task.
  • Review: Search prior sessions with session_store and /resume to confirm repeatability.
  • Promote: Move validated guidance into durable files such as .github/copilot-instructions.md or CONTRIBUTING.md.
  • Prune: Identify and remove stale or contradictory guidance before it accumulates.
  • Export: Generate concise handoff summaries at the end of a sprint or migration.

Quick Start

Ask the Knowledge Curator skill to promote the latest session note about markdown linting into the repository's CONTRIBUTING.md.

Frequently Asked Questions about knowledge-curator

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

FAQPage Schema
How do I save recurring session notes as durable project documentation?

To save recurring session notes as durable project documentation, you capture repeatable patterns and pitfalls as session artifacts, review them across multiple Copilot CLI sessions, and promote validated guidance into files like .github/copilot-instructions.md or CONTRIBUTING.md.

What is the best way to manage Copilot CLI session artifacts for long-term knowledge curation?

Managing Copilot CLI session artifacts for long-term knowledge curation involves searching prior sessions with session_store and /resume to confirm repeatability, then moving stable practices into durable repository documentation files.

Can I use this approach to prune obsolete guidance from CONTRIBUTING.md?

Yes, you can use this curation approach to prune obsolete guidance from CONTRIBUTING.md by identifying and removing stale or contradictory instructions before they accumulate across your project sessions.

Do I need /resume capability to promote session patterns into copilot-instructions.md?

Yes, you need /resume capability and existing session artifacts to review prior Copilot CLI sessions and confirm repeatability before promoting validated guidance into .github/copilot-instructions.md.

How do I generate handoff summaries from validated session guidance?

You generate handoff summaries from validated session guidance by exporting concise migration or sprint summaries after capturing, reviewing, and promoting repeatable patterns into your project's durable documentation files.