Agent skill · Code Review & Quality

curator-repo-learn

Learn patterns from a specific GitHub repository. Clones, analyzes code structure, extracts patterns, and populates procedural memory. Use for: targeted learning from known quality repos, quick knowledge acquisition, specific pattern extraction. Triggers: /repo-learn, /curator-repo-learn, 'learn from repo'.

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

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

Facts
Files in the skill folder: 2
SKILL.md size: 10 KB
Bundled scripts: none
Allowed tools: -Task-Bash-Read-Write
Path: skills/agent/curator-repo-learn/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

# Curator Repo-Learn Skill (v2.88) **Single Repository Pattern Extraction** - Learn from a specific GitHub repository. ## Role & Priorities **Priorities (ordered):** accuracy → relevance → speed → coverage **Scope:** Clone repository, analyze structure, extract patterns, update procedural memory. ## Agent Teams Integration (v2.88) **Optimal Scenario**: B (Custom Subagents) ### Why Scenario B for Repo-Learn - **Independent operation**: Single repo, single task - **High specialization need**: Pattern recognition requires expertise - **Low coordination need**: No multi-stage pipeline - **Efficient execution**: Direct spawn, no team overhead ### Scenario Analysis | Criterion | Weight | Score | Rationale | |-----------|--------|-------|-----------| | Coordination Need | 25% | 2/10 | Independent operation | | Specialization Need | 25% | 9/10 | Requires pattern recognition | | Quality Gate Need | 20% | 6/10 | Moderate validation needed | | Tool Restriction Need | 15% | 3/10 | Standard tools sufficient | | Scalability | 15% | 2/10 | Single repo focus | | **Total** | 100% | **5.2/10** | Scenario B optimal | ### Workflow (Scenario B) ```yaml # Direct Subagent Spawn Task(subagent_type="ralph-

What's inside
Steps it walks through
  1. Role & Priorities
  2. Agent Teams Integration (v2.88)
  3. Why Scenario B for Repo-Learn
  4. Scenario Analysis
  5. Workflow (Scenario B)
  6. Usage
  7. Basic Usage
  8. With Domain Override
  9. With Language Hint
  10. Process Flow
  11. Domain Detection (GAP-C02 FIX)
  12. Output Example
  13. Error Handling
  14. Integration with Curator Pipeline
Ships with 1 file
  • metadata.json
Commands it runs
Domain Keywords
Quick learning without full pipeline
Full pipeline for comprehensive learning
Single repo learning (this skill)
Listar todos los reportes de esta skill
ls -lt docs/actions/curator-repo-learn/
Ver el reporte más reciente
cat $(ls -t docs/actions/curator-repo-learn/*.md | head -1)
Buscar reportes fallidos
grep -l "Status: FAILED" docs/actions/curator-repo-learn/*.md
More from claude-skill-registry
All skills →
About this skill
What does the curator-repo-learn skill do?

Learn patterns from a specific GitHub repository. Clones, analyzes code structure, extracts patterns, and populates procedural memory. Use for: targeted learning from known quality repos, quick knowledge acquisition, specific pattern extraction. Triggers: /repo-learn, /curator-repo-learn, 'learn from repo'.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill curator-repo-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 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