learn

Plan structured learning paths and generate interactive HTML modules.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/larsboes/pai-marketplace --skill learn-larsboes
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: learn
Source: https://github.com/larsboes/pai-marketplace/tree/main/marketplace/plugins/lifeos/skills/learn
Command: npx skills add https://github.com/larsboes/pai-marketplace --skill learn-larsboes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The Learn Skill helps you plan a structured learning path and then build interactive HTML learning modules, turning vague self-improvement goals into concrete, actionable curricula.

Core Features & Use Cases

  • Phase 1: Plan the path including goal clarification, phases, resources, and milestones.
  • Phase 2: Build modular, self-contained HTML learning modules that can be navigated via an index page.
  • Use Case: A user asks to learn a topic like "Kubernetes," and the skill generates a complete learning plan plus interactive modules.

Quick Start

Provide a topic and I will plan a learning path and generate interactive HTML modules.

Frequently Asked Questions about learn

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

FAQPage Schema
How do I create an interactive learning path for a new topic?▼

To create an interactive learning path, provide a topic to generate a structured curriculum with phases, milestones, and modular HTML lessons. It turns vague self-improvement goals into concrete, actionable learning modules.

What is the best way to build self-contained HTML learning modules?▼

The best way to build self-contained HTML learning modules is using a skill that generates modular lessons navigable via an index page. It relies on frontmatter metadata and guidance documents to shape structure, quality, and styling.

Can I plan a complete curriculum with resource curation for self-study?▼

Yes, you can plan a complete curriculum with resource curation for self-study. The planning phase includes goal clarification, phases, resources, and milestones before generating the interactive learning modules.

Does generating interactive curriculum modules require any specific dependencies?▼

Generating interactive curriculum modules requires no external dependencies. The process relies on internal guidance documents like path-template.md, resource-guide.md, and css-components.md to shape the structure and styling of the HTML lessons.

How are the generated HTML learning modules navigated by users?▼

Generated HTML learning modules are navigated by users through an index page. The skill builds modular, self-contained HTML lessons that users can easily navigate to progress through the structured learning path.

What limitations exist when using frontmatter metadata for HTML lesson discovery?▼

A limitation is that frontmatter metadata is strictly required for lesson discovery within the generated index. Without correctly structured frontmatter, the self-contained HTML modules may not be properly indexed or navigable by users.