learn

Capture knowledge topics into a centralized knowledge base with duplicate checking and link suggestions.

Updated May 20, 2026
One-click install
npx skills add https://github.com/ut0p1an/knowledge_tracker --skill learn-ut0p1an
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: learn
Source: https://github.com/ut0p1an/knowledge_tracker/tree/main/skills/learn
Command: npx skills add https://github.com/ut0p1an/knowledge_tracker --skill learn-ut0p1an

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Learn skill streamlines manual knowledge-point collection by letting users explicitly mark topics for inclusion in a knowledge base, reducing forgetfulness and ensuring consistent entry creation.

Core Features & Use Cases

  • Manual tagging: invoke /learn with a topic to create a new knowledge entry with a concise summary and a structured outline.
  • Duplicate detection: checks for existing entries to avoid duplicates and suggests linking or deep-diving existing topics.
  • Link suggestions: scans similar entries to propose relevant connections and relationships within the knowledge graph.

Quick Start

Type a topic with the /learn command to create a new knowledge entry.

Frequently Asked Questions about learn

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

FAQPage Schema
How do I manually capture topics into a knowledge base?

To manually capture topics, invoke the /learn command with your topic to create a new knowledge entry. This generates a concise summary and structured outline while updating the local knowledge base index.

How does duplicate detection work when adding a knowledge entry?

Duplicate detection checks existing knowledge base entries before creating a new topic. If a match is found, it avoids duplication and suggests linking to or deep-diving into the existing entry instead.

Can I build a navigable knowledge graph across collected topics?

Yes, you can build a navigable knowledge graph. The system scans similar entries to propose relevant connections and relationships, automatically suggesting links across your captured topics.

What's the best way to classify knowledge base entries by category?

The best way to classify entries is by invoking /learn with your topic. The system supports automatic category classification and updates search-index.json and INDEX files as entries are created.

Do I need a local knowledge base index to manage captured topics?

Yes, you need a local knowledge base index and profile. The Skill requires these local files to store entries, update search-index.json, and maintain the navigable topic graph.

Why does my knowledge base entry lack a structured outline?

A knowledge base entry might lack a structured outline if the topic was not properly captured. Ensure you explicitly mark the topic using the /learn command to generate the summary and outline automatically.