learner

Extract learned skills from conversations into Markdown Expertise or Workflow artifacts.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/officechbusinessservices-creator/CompliCore --skill learner-officechbusinessservices-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: learner
Source: https://github.com/officechbusinessservices-creator/CompliCore/tree/main/packages/oh-my-claudecode/skills/learner
Command: npx skills add https://github.com/officechbusinessservices-creator/CompliCore --skill learner-officechbusinessservices-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams convert real-time conversation insights into durable, reusable knowledge artifacts that guide future work.

Core Features & Use Cases

  • Extraction of actionable patterns from discussions to form Expertise and Workflow artifacts.
  • Structured frontmatter-driven documentation that enables quick discovery and reuse across the codebase.
  • Version-controlled storage and easy updates as new patterns are discovered.

Quick Start

Extract the most relevant learned skill from this conversation and save it as an Expertise or Workflow artifact in the project.

Frequently Asked Questions about learner

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

FAQPage Schema
How do I extract knowledge from conversations into reusable documentation?

To extract knowledge from conversations into reusable documentation, capture non-trivial patterns discovered during code or debugging discussions and formalize them into structured Expertise and Workflow artifacts for future reuse across the codebase.

What is the best way to document debugging patterns for future project reuse?

The best way to document debugging patterns for project reuse is to classify the learning as Expertise or Workflow, then use a structured Markdown body containing Problem, Solution, Triggers, and Scope sections to capture the discovered knowledge.

How do I store learned skills in a version-controlled project directory?

To store learned skills in a version-controlled project directory, save the captured knowledge artifacts as Markdown files with YAML frontmatter, including name and description, into a designated project path such as the .omc/skills directory.

Can I classify conversation insights as both Expertise and Workflow artifacts?

Yes, you can classify conversation insights as either Expertise or Workflow artifacts. The extraction process requires categorizing the learned skill to ensure the captured knowledge is properly structured and discoverable for future codebase reuse.

What format should reusable knowledge artifacts use for codebase discovery?

Reusable knowledge artifacts should use a structured Markdown format with YAML frontmatter containing the name and description, alongside a body with Problem, Solution, Triggers, and Scope sections, to enable quick discovery and version-controlled storage.

When do I need to formalize project-level learning into expertise artifacts?

You need to formalize project-level learning into expertise artifacts when non-trivial patterns are discovered during active conversations or debugging, requiring durable documentation to guide future development work and prevent knowledge loss.