learn

Capture and classify learnings into policy rules or insights with qmd dedup.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/indigoai-us/hq --skill learn-indigoai-us
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: learn
Source: https://github.com/indigoai-us/hq/tree/main/template/.claude/skills/learn
Command: npx skills add https://github.com/indigoai-us/hq --skill learn-indigoai-us

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Capture and classify learnings from tasks, sessions, or manual input, then route them into structured policy files (rules) or insight files. It automatically deduplicates using qmd similarity checks and rebuilds the policy digest after changes. The skill is callable programmatically or from common HQ entry points such as /execute-task, /run-project, /handoff, and /checkpoint, with a --hard flag to enforce hard rules.

Core Features & Use Cases

  • Capture learnings and convert them into policy rules or educational insights.
  • Deduplicate outputs using qmd and a fallback grep-based scan to prevent duplicates.
  • Update policy digests automatically so new rules load in future sessions.
  • Invoke from CLI or programmatic flows to integrate learning ingestion into workflows.

Quick Start

Provide a learning description to classify it into a policy rule or an insight and trigger the dedup and digest workflow.

Frequently Asked Questions about learn

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

FAQPage Schema
How do I convert project learnings into actionable policy rules?

To convert learnings into policy rules, the system captures and classifies inputs from tasks, sessions, or manual submissions, then routes them into structured policy files or insight files for governance and storage.

What is the best way to prevent duplicate knowledge management entries?

The best way to prevent duplicate knowledge management entries is to use qmd similarity checks with a fallback grep-based scan. This deduplication workflow triggers automatically after capturing new learnings to ensure unique records.

How does a policy digest update work after adding new rules?

A policy digest updates automatically by rebuilding after changes are made to the rule files. This ensures that newly captured learnings and policies are loaded and available for enforcement in future sessions.

Can I programmatically invoke learning ingestion during task execution?

Yes, you can programmatically invoke learning ingestion during task execution using CLI-based entry points like /execute-task, /run-project, /handoff, and /checkpoint to integrate capture into automated workflows.

When should I use hard enforcement for governance policies?

You should use hard enforcement for governance policies when strict compliance is required. Applying the --hard flag designates captured learnings as hard-enforcement rules rather than flexible insights during the classification process.