qualia-learn

Save project learnings, fixes, and client preferences to local knowledge files.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Qualiasolutions/qualia-framework --skill qualia-learn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qualia-learn
Source: https://github.com/Qualiasolutions/qualia-framework/tree/main/skills/qualia-learn
Command: npx skills add https://github.com/Qualiasolutions/qualia-framework --skill qualia-learn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Persist actionable learnings, recurring fixes, and client preferences so important knowledge is retained across projects and sessions and can be reliably reused by future work.

Core Features & Use Cases

  • Interactive or Direct Capture: Save a learning interactively or by supplying a concise description to record it immediately.
  • Classification & Deduplication: Classify entries as pattern, fix, or client preference and check for similar existing entries before saving to avoid duplication.
  • Append-only, Traceable Entries: Generate a unique ID and ISO timestamp for each entry and append it to local knowledge files for auditability and easy retrieval.
  • Use Case: After resolving a recurring build error, record the error and its fix to common-fixes.md so teammates can find and apply the solution in future projects.

Quick Start

Use /qualia-learn followed by a concise description to save a pattern, fix, or client preference to your persistent ~/.claude/knowledge store.

Frequently Asked Questions about qualia-learn

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

FAQPage Schema
How do I persist project learnings and fixes across sessions?

You can persist project learnings by saving fixes, recurring patterns, and client preferences to a centralized local knowledge store. Entries are appended to files under the ~/.claude/knowledge directory with unique IDs and ISO timestamps for reliable future retrieval.

What is the best way to save recurring debugging fixes to a knowledge base?

Saving recurring debugging fixes to a knowledge base involves classifying the entry as a fix, checking for duplicates, and appending it with a unique ID and timestamp to a local markdown file. This ensures teammates can find and apply the solution in future projects.

Can I record client-specific preferences locally for reuse across different projects?

Yes, you can record client-specific preferences locally. The system classifies entries as client preferences, performs duplicate detection, and writes them as append-only entries to local files in your ~/.claude/knowledge directory for cross-project reuse.

Does the knowledge store support duplicate detection for saved patterns?

Yes, the local knowledge store supports duplicate detection for saved patterns. Before saving a learning, the system checks for similar existing entries to avoid duplication and ensure the knowledge base remains concise and actionable.

How do I save a learning interactively via the command line?

To save a learning interactively via the command line, use the /qualia-learn command followed by a concise description. This immediately records the pattern, fix, or client preference to your persistent local knowledge store.