Agent skill · Workflow & Productivity

learn

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.

Tw935,692★ · +38/wk · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add tw93/Waza --skill learn --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 9 KB
Bundled scripts: none
Path: skills/learn/SKILL.md
Open the folder on GitHub →
Where it comes from
Source: tw93/Waza
Stars: 6,760
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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 fal

What's inside
Steps it walks through
  1. Outcome Contract
  2. Pre-check
  3. Choose Mode
  4. Canonical Article Mode
  5. Phase 1: Collect
  6. Phase 2: Digest
  7. Conversation Or Review Distillation
  8. Phase 3: Outline
  9. Phase 4: Fill In
  10. Phase 5: Refine
  11. Phase 6: Self-review and Publish Readiness
  12. Hard Rules
  13. Gotchas
More from Waza
All skills →
About this skill
What does the learn skill do?

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.

How do I install it?

Run `npx skills add tw93/Waza --skill learn --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From tw93/Waza, a repository with 6,760 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going