generating-skills-from-copilot-logs

Analyze Copilot and Claude Code chat histories to extract WHAT, HOW, and FLOW patterns.

1|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/ynitto/sandbox --skill generating-skills-from-copilot-logs
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: generating-skills-from-copilot-logs
Source: https://github.com/ynitto/sandbox/tree/main/.github/skills/generating-skills-from-copilot-logs
Command: npx skills add https://github.com/ynitto/sandbox --skill generating-skills-from-copilot-logs

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This meta-skill analyzes Copilot and Claude Code chat histories to discover recurring workflows and generate new Skills, enabling scalable automation from everyday conversations.

Core Features & Use Cases

  • Pattern extraction: detects WHAT, HOW, and FLOW patterns across sessions to propose candidate Skills.
  • Safe generation: masks sensitive data and checks against existing skills to avoid duplication.
  • End-to-end packaging: outputs SKILL.md for selected candidates and integrates with the skill-creation workflow.

Quick Start

Review the proposed Skill candidates and run the skill-creation workflow to generate SKILL.md content for selected patterns.

Frequently Asked Questions about generating-skills-from-copilot-logs

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

FAQPage Schema
How do I extract reusable skills from Copilot and Claude Code chat logs?โ–ผ

To extract reusable skills from Copilot logs, this tool analyzes chat histories to identify WHAT, HOW, and FLOW patterns across sessions, validating them against existing skills to propose generalizable candidates. It outputs SKILL.md content for selected patterns.

What patterns are analyzed when generating skills from chat histories?โ–ผ

When generating skills from chat histories, the tool extracts WHAT, HOW, and FLOW patterns from Copilot and Claude Code sessions. This identifies recurring workflows across workspace-specific and cross-workspace datasets to propose candidate skills that generalize beyond a single project.

Can I generate skills from cross-workspace Copilot log datasets?โ–ผ

Yes, you can generate skills from cross-workspace Copilot log datasets. The pattern extraction applies across both workspace-specific and cross-workspace chat histories to discover recurring workflows and propose candidate skills that scale beyond a single project.

Does the skill generation process mask sensitive data from chat logs?โ–ผ

The skill generation process does mask sensitive data from chat logs. During pattern extraction and candidate proposal, sensitive information is masked to ensure safe generation of SKILL.md content from Copilot and Claude Code chat histories.

How do I validate generated skills against existing ones to avoid duplication?โ–ผ

To validate generated skills against existing ones, the tool checks extracted patterns from Copilot logs against your current skill library. This safe generation mechanism computes scores and avoids duplication before outputting SKILL.md content for chosen candidates.

What is the best way to automate skill creation from Claude Code conversations?โ–ผ

The best way to automate skill creation from Claude Code conversations is analyzing chat histories to extract recurring workflows. This tool identifies generalizable patterns, validates them, and integrates with the skill-creation workflow to output SKILL.md content.