RE

resource-curator

Curation and maintenance of technical documentation resources.

Install

mkdir -p .claude/skills/resource-curator && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/628" && unzip -o skill.zip -d .claude/skills/resource-curator && rm skill.zip

Installs to .claude/skills/resource-curator

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Find, evaluate, and maintain high-quality external resources for JavaScript concept documentation, including auditing for broken and outdated links
147 charsno explicit “when” trigger
Beginner

Key capabilities

  • Audits individual links for HTTP 200 status codes
  • Validates content accuracy and technical correctness
  • Checks publication dates against current technology standards
  • Filters resources based on target resource counts for specific categories
  • Identifies lack of visual content or diversity in teaching styles

How it works

Performs an audit by fetching URLs to confirm accessibility and comparing current resource counts against predefined targets for articles, videos, and references.

Inputs & outputs

You give it
URL or local markdown file path of the concept documentation
You get back
A report detailing link status, outdated resources, and recommended replacements

When to use resource-curator

  • Audit documentation for broken links
  • Find new articles for a tech stack
  • Maintain resource lists in READMEs
  • Verify accuracy of external tutorials

About this skill

Skill: Resource Curator for Concept Pages

Use this skill to find, evaluate, add, and maintain high-quality external resources (articles, videos, courses) for concept documentation pages. This includes auditing existing resources for broken links and outdated content.

When to Use

  • Adding resources to a new concept page
  • Refreshing resources on existing pages
  • Auditing for broken or outdated links
  • Reviewing community-contributed resources
  • Periodic link maintenance

Resource Curation Methodology

Follow these five phases for comprehensive resource curation.

Phase 1: Audit Existing Resources

Before adding new resources, audit what's already there:

  1. Check link accessibility — Does each link return 200?
  2. Verify content accuracy — Is the content still correct?
  3. Check publication dates — Is it too old for the topic?
  4. Identify outdated content — Does it use old syntax/patterns?
  5. Review descriptions — Are they specific or generic?

Phase 2: Identify Resource Gaps

Compare current resources against targets:

SectionTarget CountIcon
Reference2-4 MDN linksbook
Articles4-6 articlesnewspaper
Videos3-4 videosvideo
Courses1-3 (optional)graduation-cap
Books1-2 (optional)book

Ask:

  • Are there enough resources for beginners AND advanced learners?
  • Is there visual content (diagrams, animations)?
  • Are official references (MDN) included?
  • Is there diversity in teaching styles?

Phase 3: Find New Resources

Search trusted sources using targeted queries:

For Articles:

[concept] javascript tutorial site:javascript.info
[concept] javascript explained site:freecodecamp.org
[concept] javascript site:dev.to
[concept] javascript deep dive site:2ality.com
[concept] javascript guide site:css-tricks.com

For Videos:

YouTube: [concept] javascript explained
YouTube: [concept] javascript tutorial
YouTube: jsconf [concept]
YouTube: [concept] javascript fireship
YouTube: [concept] javascript web dev simplified

For MDN:

[concept] site:developer.mozilla.org
[API name] MDN

Phase 4: Write Descriptions

Every resource needs a specific, valuable description:

Formula:

Sentence 1: What makes this resource unique OR what it specifically covers
Sentence 2: Why reader should click (what they'll gain, who it's best for)

Phase 5: Format and Organize

  • Use correct Card syntax with proper icons
  • Order resources logically (foundational first, advanced later)
  • Ensure consistent formatting

Trusted Sources

Reference Sources (Priority Order)

PrioritySourceURLBest For
1MDN Web Docsdeveloper.mozilla.orgAPI docs, guides, compatibility
2ECMAScript Spectc39.es/ecma262Authoritative behavior
3Node.js Docsnodejs.org/docsNode-specific APIs
4Web.devweb.devPerformance, best practices
5Can I Usecaniuse.comBrowser compatibility

Article Sources (Priority Order)

PrioritySourceWhy Trusted
1javascript.infoComprehensive, exercises, well-maintained
2MDN GuidesOfficial, accurate, regularly updated
3freeCodeCampBeginner-friendly, practical
42ality (Dr. Axel)Deep technical dives, spec-focused
5CSS-TricksDOM, visual topics, well-written
6dev.to (Lydia Hallie)Visual explanations, animations
7LogRocket BlogPractical tutorials, real-world
8Smashing MagazineIn-depth, well-researched
9Digital OceanClear tutorials, examples
10Kent C. DoddsTesting, React, best practices

Video Creators (Priority Order)

PriorityCreatorStyleBest For
1FireshipFast, modern, entertainingQuick overviews, modern JS
2Web Dev SimplifiedClear, beginner-friendlyBeginners, fundamentals
3Fun Fun FunctionDeep-dives, personalityUnderstanding "why"
4Traversy MediaComprehensive crash coursesFull topic coverage
5JSConf/dotJSExpert conference talksAdvanced, in-depth
6AcademindThorough explanationsComplete understanding
7The Coding TrainCreative, visualVisual learners
8Wes BosPractical, real-worldApplied learning
9The Net NinjaStep-by-step tutorialsFollowing along
10Programming with MoshProfessional, clearCareer-focused

Course Sources

SourceTypeNotes
javascript.infoFreeComprehensive, exercises
PiccalilliFreeWell-written, modern
freeCodeCampFreeProject-based
Frontend MastersPaidExpert instructors
Egghead.ioPaidShort, focused lessons
Udemy (top-rated)PaidCheck reviews carefully
CodecademyFreemiumInteractive

Quality Criteria

Must Have (Required)

  • Link works — Returns 200 (not 404, 301, 5xx)
  • JavaScript-focused — Not primarily about C#, Python, Java, etc.
  • Technically accurate — No factual errors or anti-patterns
  • Accessible — Free or has meaningful free preview

Should Have (Preferred)

  • Recent enough — See publication date guidelines below
  • Reputable source — From trusted sources list or well-known creator
  • Unique perspective — Not duplicate of existing resources
  • Appropriate depth — Matches concept complexity
  • Good engagement — Positive comments, high views (for videos)

Red Flags (Reject)

Red FlagWhy It Matters
Uses var everywhereOutdated for ES6+ topics
Teaches anti-patternsHarmful to learners
Primarily other languagesWrong focus
Hard paywall (no preview)Inaccessible
Pre-2015 for modern topicsLikely outdated
Low quality commentsOften indicates issues
Factual errorsSpreads misinformation
Clickbait title, thin contentWastes reader time

Publication Date Guidelines

Topic CategoryMinimum YearReasoning
ES6+ Features2015+ES6 released June 2015
Promises2015+Native Promises in ES6
async/await2017+ES2017 feature
ES Modules2018+Stable browser support
Optional chaining (?.)2020+ES2020 feature
Nullish coalescing (??)2020+ES2020 feature
Top-level await2022+ES2022 feature
Fundamentals (closures, scope, this)AnyCore concepts don't change
DOM manipulation2018+Modern APIs preferred
Fetch API2017+Widespread support

Rule of thumb: For time-sensitive topics, prefer content from the last 3-5 years. For fundamentals, older classic content is often excellent.


Description Writing Guide

The Formula

Sentence 1: What makes this resource unique OR what it specifically covers
Sentence 2: Why reader should click (what they'll gain, who it's best for)

Good Examples

<Card title="JavaScript Visualized: Promises & Async/Await — Lydia Hallie" icon="newspaper" href="https://dev.to/lydiahallie/javascript-visualized-promises-async-await-5gke">
  Animated GIFs showing the call stack, microtask queue, and event loop in action. 
  The visuals make Promise execution order finally click for visual learners.
</Card>

<Card title="What the heck is the event loop anyway? — Philip Roberts" icon="video" href="https://www.youtube.com/watch?v=8aGhZQkoFbQ">
  The legendary JSConf talk that made the event loop click for millions of developers. 
  Philip Roberts' live visualizations are the gold standard — a must-watch.
</Card>

<Card title="You Don't Know JS: Scope & Closures — Kyle Simpson" icon="book" href="https://github.com/getify/You-Dont-Know-JS/blob/2nd-ed/scope-closures/README.md">
  Kyle Simpson's deep dive into JavaScript's scope mechanics and closure behavior. 
  Goes beyond the basics into edge cases and mental models for truly understanding scope.
</Card>

<Card title="JavaScript Promises in 10 Minutes — Web Dev Simplified" icon="video" href="https://www.youtube.com/watch?v=DHvZLI7Db8E">
  Quick, clear explanation covering Promise creation, chaining, and error handling. 
  Perfect starting point if you're new to async JavaScript.
</Card>

<Card title="How to Escape Async/Await Hell — Aditya Agarwal" icon="newspaper" href="https://medium.com/free-code-camp/avoiding-the-async-await-hell-c77a0fb71c4c">
  The pizza-and-drinks ordering analogy makes parallel vs sequential execution crystal clear. 
  Essential reading once you know async/await basics but want to write faster code.
</Card>

Bad Examples (Avoid)

<!-- TOO GENERIC -->
<Card title="Promises Tutorial" icon="newspaper" href="...">
  A comprehensive guide to Promises in JavaScript.
</Card>

<!-- NO VALUE PROPOSITION -->
<Card title="Learn Closures" icon="video" href="...">
  This video explains closures in JavaScript.
</Card>

<!-- VAGUE, NO SPECIFICS -->
<Card title="JavaScript Guide" icon="newspaper" href="...">
  Everything you need to know about JavaScript.
</Card>

<!-- JUST RESTATING THE TITLE -->
<Card title="Understanding the Event Loop" icon="video" href="...">
  A video about understanding the event loop.
</Card>

Words and Phrases to Avoid

AvoidWhyUse Instead
"comprehensive guide to..."Vague, overusedSpecify what's covered
"learn all about..."GenericWhat specifically will they learn?
"everything you need to know..."HyperbolicBe specific
"great tutorial on..."Subjective fillerWhy is it great?
"explains X"Too basicHow does it explain? What's unique?
"in-depth look at..."VagueWhat depth? What aspect?

Words and Phrases That Work


Content truncated.

When not to use it

  • When auditing closed-source internal wikis without external link access
  • When searching for real-time market data instead of educational concept documentation

Limitations

  • Cannot determine the pedagogical quality of new resources automatically
  • Requires manual review for identifying content that uses legacy syntax
  • Relies on the availability of search indices from specific trusted domains

How it compares

This tool follows a structured five-phase curation methodology compared to generic manual searching.

Compared to similar skills

resource-curator side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
resource-curator (this skill)57moNo flagsBeginner
fact-check77moReviewIntermediate
skill-neovim-research12moNo flagsIntermediate
citation-management237moReviewBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

fact-check

leonardomso

Verify technical accuracy of JavaScript concept pages by checking code examples, MDN/ECMAScript compliance, and external resources to prevent misinformation

746

skill-neovim-research

benbrastmckie

Research Neovim APIs, plugin patterns, and Lua development. Invoke for lua-language research tasks.

11

citation-management

davila7

Comprehensive citation management for academic research. Search Google Scholar and PubMed for papers, extract accurate metadata, validate citations, and generate properly formatted BibTeX entries. This skill should be used when you need to find papers, verify citation information, convert DOIs to BibTeX, or ensure reference accuracy in scientific writing.

2395

markdown-to-html

github

Convert Markdown files to HTML similar to `marked.js`, `pandoc`, `gomarkdown/markdown`, or similar tools; or writing custom script to convert markdown to html and/or working on web template systems like `jekyll/jekyll`, `gohugoio/hugo`, or similar web templating systems that utilize markdown documents, converting them to html. Use when asked to "convert markdown to html", "transform md to html", "render markdown", "generate html from markdown", or when working with .md files and/or web a templating system that converts markdown to HTML output. Supports CLI and Node.js workflows with GFM, CommonMark, and standard Markdown flavors.

1662

microsoft-docs

github

Query official Microsoft documentation to understand concepts, find tutorials, and learn how services work. Use for Azure, .NET, Microsoft 365, Windows, Power Platform, and all Microsoft technologies. Get accurate, current information from learn.microsoft.com and other official Microsoft websites—architecture overviews, quickstarts, configuration guides, limits, and best practices.

1059

seo-review

leonardomso

Perform a focused SEO audit on JavaScript concept pages to maximize search visibility, featured snippet optimization, and ranking potential

953

Search skills

Search the agent skills registry