learn

Featured

Runs a six-phase research workflow that turns unfamiliar domains, source bundles, or collected material into publish-ready output. Use when users ask in any language to research, study, deep-dive, compile sources, synthesize unfamiliar material, or turn a source bundle into a coherent reference. Not for quick lookups or single-file reads.

Web & Frontend 6,996 stars 410 forks Updated 4 days ago MIT

Install

View on GitHub

Quality Score: 95/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Learn: From Raw Materials to Published Output Prefix your first line with 🥷 inline, not as its own paragraph. Support the user's thinking; do not replace it. ## Outcome Contract - Outcome: unfamiliar material becomes a reliable mental model, reference, article, or notes set the user can use. - Done when: primary sources are collected or supplied, contradictions are handled explicitly, and the final structure teaches the topic without hiding uncertainty. - Evidence: source URLs or files, fetched content, notes from digestion, outline decisions, and self-review against the requested output. - Output: research notes, outline, publish-ready draft, or canonical reference, matching the chosen mode. **Boundary**: single URL that only needs fetching belongs in `/read`. A single URL that needs summary or analysis can use `/read` as the fetch step, but the final answer should satisfy the user's requested summary or analysis. `/learn` is for multi-source research that produces a new structured output. ## Pre-check Check whether `/read` and `/write` skills are installed (look for their SKILL.md in the skills directories). Warn if missing, do not block: - `/read` missing -- Phase 1 fetch falls back to native `WebFetch` / `curl`; coverage on paywalled, JS-heavy, and Chinese-platform pages degrades. - `/write` missing -- Phase 5 AI-pattern stripping falls back to manual scan. Phases 1-4 are unaffected. ## Choose Mode Ask the user to confirm the mode, using the environment's nati...

Details

Author
tw93
Repository
tw93/Waza
Created
6 months ago
Last Updated
4 days ago
Language
Python
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Listed

learn-apply

Study any source (web URL / GitHub repo / video / podcast / pasted text or local file), extract the key learnings, then map them onto a specific project — or, if none applies, onto a concrete real-life problem — with worked examples. Invoke with /learn-apply or /lp, or when the user says "lp", "learn-apply", or pastes a source and asks how it helps their work. Do NOT auto-trigger on a plain "summarize this" — only when the user wants the applied learnings → project / real-life mapping.

1 Updated 1 months ago
prodikeycw
Code & Development Solid

learn

Builds and tracks a personalized learning roadmap, or onboards you onto an existing codebase. A user-invoked entry point; the lifecycle never routes here.

10 Updated yesterday
saleh-alhaddad
Data & Documents Listed

lessonry

Create single-file interactive learning webpages in the "step-player" house style — Chinese beginner-friendly tutorials with SVG step-by-step animations, per-chapter quizzes, lab sliders, and a built-in visual acceptance pipeline. Use whenever the user wants an interactive tutorial/lesson/学习网页 about any topic (Transformer, agents, K8s, CLIP, gradient descent, CUDA, KV cache — or anything else entirely), says 做一个/写一个 交互式学习网页、交互讲解、可视化教程、学习笔记网页, asks to add a chapter to an existing lessonry-style page, or wants to 调研并讲解一个新概念 in the illustrated step-player format. Not for slide decks, PDFs, or plain markdown notes.

0 Updated 6 days ago
zryshuaige