learned

Organize dynamically created skill artifacts under a learned directory.

1|Updated May 17, 2026
One-click install
npx skills add https://github.com/mykcs/myk-skills --skill learned-mykcs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: learned
Source: https://github.com/mykcs/myk-skills/tree/main/learned
Command: npx skills add https://github.com/mykcs/myk-skills --skill learned-mykcs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It provides a dedicated place to store and reuse skills that are created through the /learn or /skill-create workflows, so your knowledge management workflow stays organized and repeatable.

Core Features & Use Cases

  • Skill directory for learned outputs: Keeps generated skill entrypoints and supporting files in a consistent location for discovery and activation.
  • Supports dynamic skill creation workflows: Designed to receive newly generated SKILL.md content and any related files produced by learning/creation processes.
  • Use Case: When you teach the system a new workflow (e.g., a custom note-taking or archiving routine), the resulting skill is saved into this directory for reuse in future sessions.

Quick Start

Ask to create a learned skill using the /learn or /skill-create workflow, and the skill will be placed under the learned directory.

Frequently Asked Questions about learned

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

FAQPage Schema
How do I persist workflow automation skills across different sessions?

Persisting workflow automation skills requires storing generated SKILL.md artifacts in a dedicated knowledge management directory. This ensures your dynamically created routines remain organized and reusable for future sessions.

What is the best way to organize dynamically created skill artifacts?

Organizing dynamically created skill artifacts is best handled by saving them into a consistent learned directory. This keeps generated entrypoints and supporting files structured for reliable discovery and activation later.

Do I need a valid root SKILL.md frontmatter entrypoint for skill discovery?

Yes, skill discovery and activation require a valid root SKILL.md frontmatter entrypoint. This file serves as the necessary trigger to locate and activate your stored knowledge management routines.

How to create and store learned skills for later use in Claude Code?

Create and store learned skills by using the /learn or /skill-create workflow. The resulting skill content and supporting files are automatically placed under the learned directory for later reuse.

Why does my reusable AI ability fail to activate in knowledge management tasks?

Your reusable AI ability fails to activate when the root SKILL.md frontmatter entrypoint is missing or invalid. This entrypoint is strictly required to enable discovery within the knowledge management directory.