One-click install
npx skills add https://github.com/tinner-deinno/innova-skills-lib --skill learn-tinner-deinno
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: learn
Source: https://github.com/tinner-deinno/innova-skills-lib/tree/main/core/learn
Command: npx skills add https://github.com/tinner-deinno/innova-skills-lib --skill learn-tinner-deinno

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you quickly understand an unfamiliar repository by producing structured documentation instead of leaving you to manually scan files and guess how everything fits together.

Core Features & Use Cases

  • Parallel codebase exploration: Uses multiple Haiku agents to cover architecture, key code snippets, and usage guidance in one run.
  • Depth modes for different timelines: Supports --fast for quick overviews, default for balanced documentation, and --deep for comprehensive coverage including testing and API surface.
  • Document-first learning output: Creates date- and time-prefixed docs under ψ/learn so your findings remain organized and easy to revisit.

Quick Start

Ask the AI to run /learn with your GitHub URL to generate a documented overview of that repository under ψ/learn.

Frequently Asked Questions about learn

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

FAQPage Schema
How do I document an unfamiliar codebase for developer onboarding?

To document an unfamiliar codebase for developer onboarding, you can use parallel agents to explore source files and generate structured, organized documentation. This produces a comprehensive overview of the repository architecture, eliminating the need to manually scan files and guess how everything fits together.

What is the best way to explore a GitHub repository architecture quickly?

Exploring a GitHub repository architecture quickly is done by cloning or symlinking the target repository and running a fast exploration mode. This generates a quick overview document covering key code snippets and usage guidance, saving the structured output into a local docs workspace for easy reference.

Can I generate comprehensive API and testing documentation from source files?

Yes, you can generate comprehensive API and testing documentation from source files by running a deep exploration mode. This mode spawns multiple agents to provide comprehensive coverage including the testing surface and API endpoints, writing the detailed findings into a date-prefixed docs workspace.

Does codebase exploration work with parallel agents for architecture analysis?

Codebase exploration for architecture analysis does work with parallel agents, utilizing multiple Haiku agents to cover different aspects of the repository simultaneously. This parallel processing approach allows the system to extract architecture details, key code snippets, and usage guidance efficiently in a single run.

Do I need to clone a repository before starting codebase exploration?

Yes, you need to clone or symlink the repository inputs and resolve the target paths before starting codebase exploration. The tool requires direct access to the source files to spawn parallel agents and ensures that all generated documentation outputs are written outside the origin directory to avoid modifying the original repository.