Agent skill

learn

Research a topic and grow your knowledge graph. Uses Exa deep researcher, web search, or basic search to investigate topics, files results with full provenance, and chains to processing pipeline. Triggers on "/learn", "/learn [topic]", "research this", "find out about".

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill learn-lopewale-dev-ignition --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: none
Allowed tools: ReadWriteEditGrepGlobBashmcp__exa__web_search_examcp__exa__deep_researcher_startmcp__exa__deep_researcher_checkWebSearch
Path: skills/analysis/learn-lopewale-dev-ignition/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

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

From the SKILL.md

## EXECUTE NOW **Topic: $ARGUMENTS** Parse immediately: - If topic provided: research that topic - If topic empty: read `self/goals.md` for highest-priority unexplored direction and propose it - If topic includes `--deep`/`--light`/`--moderate`: force that depth, strip flag from topic - If no topic and no goals.md: ask "What would you like to research?" **Steps:** 1. **Read config** — tool preferences, depth, domain vocabulary 2. **Determine depth** — from flags, config default, or fallback to moderate 3. **Research** — tool cascade: primary → fallback → last resort 4. **File to inbox** — with full provenance metadata 5. **Chain to processing** — next step based on pipeline chaining mode 6. **Update goals.md** — append new research directions discovered **START NOW.** Reference below explains methodology. --- ## Step 1: Read Configuration ``` ops/config.yaml — research tools, depth, pipeline chaining ops/derivation-manifest.md — domain vocabulary (inbox folder, reduce skill name) ``` **From config.yaml** (defaults if missing): ```yaml research: primary: exa-deep-research # exa-deep-research | exa-web-search | web-search fallback: exa-web-search last_resort: web-search default_depth

What's inside
Steps it walks through
  1. EXECUTE NOW
  2. Step 1: Read Configuration
  3. Step 2: Determine Depth
  4. Step 3: Research — Tool Cascade
  5. Tool Invocation Patterns
  6. Step 4: File Results to Inbox
  7. Provenance Frontmatter
  8. Body Structure
  9. Step 5: Chain to Processing
  10. Step 6: Update goals.md
  11. Output Summary
  12. Error Handling
  13. Skill Selection Routing
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the learn skill do?

Research a topic and grow your knowledge graph. Uses Exa deep researcher, web search, or basic search to investigate topics, files results with full provenance, and chains to processing pipeline. Triggers on "/learn", "/learn [topic]", "research this", "find out about".

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill learn-lopewale-dev-ignition --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 majiayu000/claude-skill-registry, a repository with 534 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