Skip to main content

← All sources

DeepTutor skills

DeepTutor: Lifelong Personalized Tutoring. https://deeptutor.info/. 6 skills. skills-hub.ai mirrors 6 skills from DeepTutor daily, every skill links back to its upstream GitHub source. Install with one command across Claude Code, Cursor, Codex, Windsurf, and any MCP-compatible tool.

Upstream: github.com/HKUDS/DeepTutor

Installing a DeepTutor skill

Pick a skill below, then run the install command for your AI coding tool. The skills-hub CLI writes the SKILL.md to the right directory and tracks the install in .skills.json so your team gets reproducible installs.

# Install a DeepTutor skill
npx @skills-hub-ai/cli install <skill-slug>

# Browse all DeepTutor skills via API
curl https://skills-hub.ai/api/v1/skills?source=deeptutor

# Browse all sources
open https://skills-hub.ai/sources

Top DeepTutor skills

See all →

The most-installed skills from DeepTutor, ranked by adoption.

  1. 01DeepTutor CLI

    > Teach your AI agent to configure, manage, and use DeepTutor — an intelligent learning platform — entirely through the command line.

    Buildfrom DeepTutor
  2. 02docx

    Read, create, or edit Microsoft Word .docx files — extract/summarize text and tables, generate reports/letters/memos with headings, tables, images, TOC and page numbers, do find-and-replace, or apply tracked changes (redlines) and comments. Use whenever the user has a .docx or wants a Word deliverable. Not for PDF, .xlsx, .pptx, or Google Docs.

    Buildfrom DeepTutor
  3. 03pdf

    Read, extract (text/tables), create, merge/split/rotate, watermark, encrypt, fill, and render-to-image .pdf files. Use whenever the user uploads a .pdf or asks to produce, edit, or pull data out of one.

    Buildfrom DeepTutor
  4. 04skill-creator

    Design and author DeepTutor skills (SKILL.md packages). Use when the user wants to create a new skill, improve an existing skill, or asks how skills work.

    Buildfrom DeepTutor
  5. 05pptx

    Read, create, or edit PowerPoint .pptx decks — build slides from an outline, extract slide text/speaker notes, edit shapes/tables/charts, replace images, or export to PDF/images. Use whenever a .pptx (or .ppt) file is an input or output, or the user mentions a deck, slides, or a presentation.

    Buildfrom DeepTutor
  6. 06xlsx

    Read, create, or edit Excel spreadsheets (.xlsx/.xlsm) — sheet data, formulas, styles, charts, multi-sheet workbooks — and bulk .csv/.tsv tables; use whenever a spreadsheet is the input or the deliverable (extract/analyze data, add columns/formulas/formatting/charts, clean messy tables, build from scratch), but not for Google Sheets API or Word/PDF/script outputs.

    Buildfrom DeepTutor

About this source

skills-hub.ai mirrors skills from 90+ official GitHub repositories every day. Each imported skill is parsed from a SKILL.md file in the source repo, gets a security scan and quality score on import, and links back to its upstream source of truth.

Last sync: Aug 18, 2026, 8:15 PM (success).

DeepTutor skills, frequently asked

What are DeepTutor skills?

DeepTutor skills are AI coding skills published by DeepTutor (DeepTutor: Lifelong Personalized Tutoring. https://deeptutor.info/. 6 skills.) and mirrored daily on skills-hub.ai. They are SKILL.md files that follow the open Agent Skills standard, so they work in Claude Code, Cursor, Codex CLI, Windsurf, Copilot, and any MCP-compatible tool.

How many DeepTutor skills are available?

skills-hub.ai indexes 6 skills from DeepTutor, synced daily from the upstream GitHub repository (https://github.com/HKUDS/DeepTutor).

How do I install a DeepTutor skill?

Run `npx @skills-hub-ai/cli install <skill-slug>` in your project. The CLI writes the SKILL.md to the right directory for your AI tool and adds it to your `.skills.json` lockfile so your team gets the same skills at the same versions.

Are these official DeepTutor skills?

Yes. Every skill from this source is mirrored from DeepTutor's own GitHub repository (https://github.com/HKUDS/DeepTutor). Each skill page links back to the upstream source of truth, so you can verify the original.