Ranked
Best Claude Skills in 2026 (Ranked)
A ranked list of Claude agent skills worth installing first — document skills, authoring skills, and engineering loops — with the method behind the ranking.
· 8 min read
This list is not ordered by GitHub stars. Stars measure the parent repository, not whether the skill loads. OpxSkills ranks a short starter set by whether it solves a job people search for, whether the SKILL.md format is sound, and whether the detail page carries a unique when-to-use note.
Install the document skills if you work in Office files. Install Skill Creator and Writing Skills if you author skills. Install Systematic Debugging and Test-Driven Development if the agent writes code.
The starter stack
If you install only a handful of Claude skills, start with these. Each row links to an evaluation page with install paths and when-not-to-use notes, rather than a copy of the upstream repository.
Method
A skill appears on this list only if it is published, has unique evaluation notes (when to use, when not to use, and how to install), and links to related skills. Incomplete source listings are excluded from the public index. Scores on detail pages are OpxScore: reviewed when a human rubric exists, and provisional when they are computed from content signals.
Related reading
Skills cited in this guide
productivity
PDF Skill
Read, fill, extract, and generate PDF documents from an agent session — forms, reports, and print-ready files rather than markdown-only output.
coding
Skill Creator
Scaffold a new AI agent skill from a plain-language job description: folder, SKILL.md frontmatter, trigger description, and a first draft of the instructions.
analysis
Excel Spreadsheet Skill
Build and analyze Excel (.xlsx) workbooks — formulas, multiple sheets, and tabular exports — from an agent instead of CSV paste.
creativity
PowerPoint Skill
Generate and edit PowerPoint (.pptx) decks with real slides, not markdown pretending to be a presentation.
coding
Systematic Debugging
A root-cause debugging loop for coding agents: reproduce, isolate, hypothesize, then change one thing — instead of shotgun patches.