Skip to content

Repository files navigation

Terminal Skills

An open-source library of AI agent skills following the Agent Skills 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.

Install a Skill

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

Claude Code

npx terminal-skills install pdf-analyzer

Or using curl:

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

OpenAI Codex

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

Gemini CLI

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

Cursor

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

Replace pdf-analyzer with the skill name you want to install.

Claude Code plugins

Some skills ship as a plugin that bundles the skill and its MCP server, so one install wires up everything (Claude Code prompts for any credentials and stores them in your OS keychain):

/plugin marketplace add TerminalSkills/skills
/plugin install <plugin>@terminal-skills
Plugin What it adds
terminal-skills Skill routing across the whole catalog (plan_task, search_skills, get_skill)
seog Local SEO against your own seog.ai account — 90 tools: GBP management, map-pack + geo-grid rank tracking, review replies, competitors, AI visibility, website/Search Console audits, Google posts, PDF reports

Both plugins work as plain skills too — npx terminal-skills install seog installs the instructions, and you register the MCP server yourself.

Skills Catalog

Skill Category Description
pdf-analyzer Documents Extract text, tables, and structured data from PDF files
excel-processor Data & AI Read, transform, analyze, and generate Excel/CSV files
code-reviewer Development Perform thorough code reviews with actionable feedback
git-commit-pro Development Write conventional, well-structured git commit messages
ax-extract-workflow Productivity Reconstruct past coding workflows from local ax session and commit history
agent-workflow-packager Development Convert repeated AI coding-agent workflows into reusable skill packages
api-tester Development Test REST and GraphQL API endpoints with assertions
docker-helper DevOps Build, debug, and optimize Docker configurations
web-scraper Automation Extract structured data from web pages reliably
xquik-twitter Automation Search tweets, read replies, monitor X/Twitter, and run approval-gated actions through Xquik
data-visualizer Data & AI Generate charts and visualizations from datasets
markdown-writer Content Generate well-structured technical documentation
sql-optimizer Data & AI Analyze and optimize SQL queries for performance
sequenzy-email-marketing Business Operate Sequenzy email marketing campaigns, subscribers, segments, sequences, and stats from an AI agent
seog Business Run local SEO via the SEOG MCP server: Google Business Profile, map-pack and geo-grid rank tracking, review replies, competitors, AI visibility, website audits
test-generator Development Generate unit, integration, and e2e tests for existing code
security-audit Development Scan code for vulnerabilities, secrets, and dependency CVEs
code-migration Development Migrate codebases between frameworks, languages, and API versions
cicd-pipeline DevOps Generate and optimize CI/CD pipelines for testing, building, and deployment
mcp-server-builder Data & AI Build MCP servers to connect AI agents to external services
routerbase-gateway Data & AI Integrate OpenAI-compatible apps with routerbase model routing and media generation
prompt-tester Data & AI Test and evaluate AI prompts systematically with rubrics and test suites
monorepo-manager Development Manage dependencies and workspaces in monorepos
data-validator Data & AI Validate data quality in CSV, JSON, and database exports
log-analyzer DevOps Analyze application logs to identify root causes and incident timelines

Use Cases

Step-by-step guides for common workflows:

Contributing

See CONTRIBUTING.md for guidelines on creating and submitting new skills.

License

Apache-2.0. See LICENSE.

About

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

Resources

Contributing

Stars

134 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages