learn

Analyze pipeline observations and review data to generate per-project instinct files.

1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/paulingham/.claude --skill learn-paulingham
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: learn
Source: https://github.com/paulingham/.claude/tree/main/skills/learn
Command: npx skills add https://github.com/paulingham/.claude --skill learn-paulingham

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyzes accumulated tool-use observations, pipeline analytics, and review findings to extract atomic learned patterns ("instincts") that guide agent behavior in future pipelines.

Core Features & Use Cases

  • Identify recurring patterns across sessions to inform instinct creation.
  • Create or update per-project instinct files with confidence scoring.
  • Apply learned instincts to future pipelines to improve decision making.

Quick Start

Run /harness:learn to bootstrap instincts from current project observations and update the instincts directory.

Frequently Asked Questions about learn

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

FAQPage Schema
How do I extract actionable patterns from pipeline analytics and review data?

Instincts are atomic learned patterns extracted from accumulated tool-use observations and pipeline analytics. They guide agent behavior in future pipelines by applying confidence scoring and persona-based role tagging to improve decision making.

How do I create per-project instinct files from accumulated observations?

You create per-project instinct files by running a command to bootstrap instincts from current project observations. This establishes a dedicated instincts directory, updates confidence scores, and tracks the last_seen timestamp for each learned pattern.

What's the best way to mine anti-patterns from agent review findings?

Mining anti-patterns from review findings involves analyzing accumulated pipeline data to identify negative recurring behaviors. The system handles anti-pattern mining automatically alongside persona-based role tagging to tailor and refine future agent instincts.

Do I need existing pipeline observations to start generating agent instincts?

Yes, existing pipeline observations are required to generate agent instincts. The system analyzes accumulated tool-use data, pipeline analytics, and review findings from your project to extract meaningful patterns rather than working from an empty state.

How does confidence scoring work for learned patterns in pipeline analytics?

Confidence scoring for learned patterns updates dynamically as the system analyzes new pipeline observations. It tracks how frequently and recently an instinct was observed, updating both the confidence value and a last_seen timestamp per project.