kirilxd

Resources — Development skill for Claude Code

Development community

Find curated learning resources — books, courses, tutorials, and docs for any topic.

How to install Resources

Installs to ~/.claude/skills/kirilxd-claude-tutor-resources/SKILL.md

Terminal
mkdir -p ~/.claude/skills/kirilxd-claude-tutor-resources && curl -fsSL https://raw.githubusercontent.com/kirilxd/claude-tutor/HEAD/commands/resources.md -o ~/.claude/skills/kirilxd-claude-tutor-resources/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Resources does


description: Find curated learning resources — books, courses, tutorials, and docs for any topic argument-hint: allowed-tools: WebSearch, WebFetch, Read

/resources

The user wants learning resources. Arguments: $ARGUMENTS

Follow the `resources` skill instructions to:

  1. Check if a learning plan exists for the topic
  2. If yes, present resources organized by module from the plan
  3. If no, perform fresh web research and curate results
  4. Group by type (docs, videos, tutorials, b

Alternatives in Development

  • Jupyter Notebook — Create clean, reproducible Jupyter notebooks for experiments and tutorials 14.6k ★
  • Claude How To — by luongnv89 — Example-driven guide to mastering Claude Code through progressive tutorials with copy-paste tem 8.5k ★
  • Translate Book — Claude Code skill that translates entire books (PDF/DOCX/EPUB) into any language using parallel subagents 542 ★

Full documentation available on GitHub

View Source Repository