# Starter Skills

> Essential skills for a first setup

Best Starter Skills: Covering documents, debugging, testing, review, and browser-based app checks.

## Links

- HTML page: https://omgskills.com/collections/starter-pack/

## Featured skills

1. [pdf](https://omgskills.com/skills/anthropics/skills/pdf/index.md) — Used when the user wants to do anything with PDF files.
   - [@anthropics](https://omgskills.com/library/anthropics/index.md) · 175k stars
   - Install: `git clone https://github.com/anthropics/skills /tmp/skills && ln -s /tmp/skills/skills/pdf ~/.claude/skills/pdf`
2. [docx](https://omgskills.com/skills/anthropics/skills/docx/index.md) — Used when the user wants to create, read, edit, or manipulate Word documents (.docx files) or Word templates (.dotx...
   - [@anthropics](https://omgskills.com/library/anthropics/index.md) · 175k stars
   - Install: `git clone https://github.com/anthropics/skills /tmp/skills && ln -s /tmp/skills/skills/docx ~/.claude/skills/docx`
3. [systematic-debugging](https://omgskills.com/skills/obra/superpowers/systematic-debugging/index.md) — Used when encountering any bug, test failure, or unexpected behavior, before proposing fixes
   - [@obra](https://omgskills.com/library/obra/index.md) · 285k stars
   - Install: `git clone https://github.com/obra/superpowers /tmp/superpowers && ln -s /tmp/superpowers/skills/systematic-debugging ~/.claude/skills/systematic-debugging`
4. [code-review](https://omgskills.com/skills/openai/codex/code-review/index.md) — Used to run a final code review on a pull request
   - [@openai](https://omgskills.com/library/openai/index.md) · 97k stars
   - Install: `git clone https://github.com/openai/codex /tmp/codex && ln -s /tmp/codex/.codex/skills/code-review ~/.claude/skills/code-review`
5. [test-driven-development](https://omgskills.com/skills/obra/superpowers/test-driven-development/index.md) — Used when implementing any feature or bugfix, before writing implementation code
   - [@obra](https://omgskills.com/library/obra/index.md) · 280k stars
   - Install: `git clone https://github.com/obra/superpowers /tmp/superpowers && ln -s /tmp/superpowers/skills/test-driven-development ~/.claude/skills/test-driven-development`
6. [requesting-code-review](https://omgskills.com/skills/obra/superpowers/requesting-code-review/index.md) — Used when completing tasks, implementing major features, or before merging to verify work meets requirements
   - [@obra](https://omgskills.com/library/obra/index.md) · 280k stars
   - Install: `git clone https://github.com/obra/superpowers /tmp/superpowers && ln -s /tmp/superpowers/skills/requesting-code-review ~/.claude/skills/requesting-code-review`
7. [webapp-testing](https://omgskills.com/skills/anthropics/skills/webapp-testing/index.md) — Toolkit for interacting with and testing local web applications using Playwright.
   - [@anthropics](https://omgskills.com/library/anthropics/index.md) · 175k stars
   - Install: `git clone https://github.com/anthropics/skills /tmp/skills && ln -s /tmp/skills/skills/webapp-testing ~/.claude/skills/webapp-testing`
8. [xlsx](https://omgskills.com/skills/anthropics/skills/xlsx/index.md) — Use this skill any time a spreadsheet file is the primary input or output.
   - [@anthropics](https://omgskills.com/library/anthropics/index.md) · 175k stars
   - Install: `git clone https://github.com/anthropics/skills /tmp/skills && ln -s /tmp/skills/skills/xlsx ~/.claude/skills/xlsx`

## Others you might like

- [Best Claude Skills for Business](https://omgskills.com/collections/business/index.md)
- [Best Claude Skills for Students](https://omgskills.com/collections/students/index.md)
- [Best Claude Skills for Web Development](https://omgskills.com/collections/web-development/index.md)
