learn

Capture project knowledge into reusable Claude skills with YAML frontmatter.

132|9|Updated Mar 16, 2022
One-click install
npx skills add https://github.com/mikotoIO/mikoto --skill learn-mikotoio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: learn
Source: https://github.com/mikotoIO/mikoto/tree/main/.claude/skills/learn
Command: npx skills add https://github.com/mikotoIO/mikoto --skill learn-mikotoio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Captures and persists project knowledge into reusable Claude skills to improve recall across conversations.

Core Features & Use Cases

  • Capture knowledge into durable skills that persist between sessions.
  • Update existing skills when new insights emerge or project practices evolve.
  • Apply to patterns, workflows, and domain-specific guidance within a codebase or team context.

Quick Start

Describe the knowledge you want Claude to remember and confirm before saving it as a new skill or updating an existing one.

Frequently Asked Questions about learn

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

FAQPage Schema
How do I save project knowledge and workflows so Claude remembers them across chats?

To save project knowledge across chats, you capture patterns and workflows into durable Claude skills using a SKILL.md file with YAML frontmatter. This persists domain-specific guidance so it can be recalled in future conversations.

Can I update existing Claude skills when my codebase practices evolve?

Yes, you can update existing Claude skills when new insights emerge or project practices evolve. You describe the new knowledge and confirm the changes to keep your persistent knowledge base current across sessions.

What format is required for creating a reusable Claude knowledge base?

Creating a reusable Claude knowledge base requires a SKILL.md file at the skill root containing YAML frontmatter with name and description fields. It may also reference optional scripts, references, or assets directories.

How do I capture domain-specific guidance for my team using Claude?

You capture domain-specific guidance by describing the knowledge you want Claude to remember. After confirming the details, it saves as a new skill, building a growing knowledge base for your team or codebase.

Does Claude memory work for both codebase patterns and general project workflows?

Claude memory applies to both codebase patterns and general project workflows. It captures domain-specific guidance within team contexts to improve recall and maintain consistent practices across different sessions.