TerminalSkills/skills

62 stars · Last commit 2026-05-21

Open-source library of AI agent skills — SKILL.md files for Claude Code, Codex, Gemini CLI, Cursor

README preview

# Terminal Skills

An open-source library of AI agent skills following the [Agent Skills](https://agentskills.io) open standard. Skills work across Claude Code, OpenAI Codex, Gemini CLI, Cursor, and other AI-powered development tools.

Browse the full catalog at [terminalskills.io](https://terminalskills.io).

## Install a Skill

Each skill is a standalone `SKILL.md` file. Install skills into your project using one of the following methods.

### Claude Code

```bash
npx terminal-skills install pdf-analyzer
```

Or using curl:

```bash
curl -sL https://raw.githubusercontent.com/terminal-skills/skills/main/skills/pdf-analyzer/SKILL.md -o .claude/skills/pdf-analyzer.md

View full repository on GitHub →