A curated registry of production-ready skills for AI coding agents.
Organised by category for easy discovery and installation.
ProSkills is a curated registry of production-ready skills for AI coding agents, reorganized into a clear category structure for easier discovery and navigation.
Inspired by and built upon the AbsolutelySkilled/AbsolutelySkilled project — a categorized collection of production-ready skills.
ProSkills is a collection of skills that teach AI agents domain-specific knowledge - from software engineering to marketing strategy. Each skill is a self-contained folder with structured markdown that agents load on demand.
Skills work with any agent that supports the SKILL.md format: Claude Code, Gemini CLI, OpenAI Codex, Cursor, and 40+ more agents.
ProSkills/
├── dev-skills/ # Development & Engineering (81 skills)
│ ├── ai-ml/
│ ├── developer-tools/
│ ├── devops-infrastructure/
│ ├── game-development/
│ ├── mobile-development/
│ ├── security/
│ ├── software-engineering/
│ ├── technical-writing/
│ ├── testing-qa/
│ └── ui-ux-design/
│
├── marketing-skills/ # Marketing (23 skills)
│ ├── marketing-core/
│ └── seo-search/
│
└── business-skills/ # Business & Operations (54 skills)
├── product/
├── sales/
├── hr/
├── finance/
├── legal/
├── operations/
├── data-engineering/
└── cross-functional/
# Install all skills from this registry
npx skills add <your-repo>/ProSkills
# List available skills before installing
npx skills add <your-repo>/ProSkills --list
# Install a specific skill
npx skills add <your-repo>/ProSkills --skill clean-code
# Install globally (available across all projects)
npx skills add <your-repo>/ProSkills -g
# Install to a specific agent
npx skills add <your-repo>/ProSkills -a claude-code
# Install all skills to all agents
npx skills add <your-repo>/ProSkills --all| Category | Skills |
|---|---|
| ai-ml | a2a-protocol, a2ui, ai-agent-design, computer-vision, data-science, llm-app-development, mastra, ml-ops, nlp-engineering, prompt-engineering |
| developer-tools | cli-design, cmux, debugging-tools, git-advanced, meta-repo, open-source-management, regex-mastery, second-brain, shell-scripting, vim-neovim, vite-plus |
| devops-infrastructure | ci-cd-pipelines, cloud-aws, cloud-gcp, docker-kubernetes, email-deliverability, linux-admin, observability, sentry, site-reliability, signoz, terraform-iac |
| game-development | game-audio, game-balancing, game-design-patterns, pixel-art-sprites, unity-development |
| mobile-development | android-kotlin, ios-swift, mobile-testing, react-native |
| security | appsec-owasp, cloud-security, cryptography, penetration-testing, security-incident-response |
| software-engineering | api-design, backend-engineering, clean-architecture, clean-code, code-review-mastery, database-engineering, edge-computing, event-driven-architecture, frontend-developer, localization-i18n, microservices, monorepo-management, performance-engineering, refactoring-patterns, superhuman, system-design |
| technical-writing | codedocs, developer-experience, internal-docs, technical-writing |
| testing-qa | api-testing, chaos-engineering, cypress-testing, jest-vitest, load-testing, playwright-testing, test-strategy |
| ui-ux-design | accessibility-wcag, color-theory, design-systems, figma-to-code, motion-design, responsive-design, ultimate-ui, ux-research |
| Category | Skills |
|---|---|
| marketing-core | brand-strategy, content-marketing, copywriting, developer-advocacy, email-marketing, growth-hacking, social-media-strategy, video-production |
| seo-search | aeo-optimization, content-seo, core-web-vitals, ecommerce-seo, geo-optimization, international-seo, keyword-research, link-building, local-seo, on-site-seo, programmatic-seo, schema-markup, seo-audit, seo-mastery, technical-seo |
| Category | Skills |
|---|---|
| product | competitive-analysis, posthog, product-analytics, product-discovery, product-launch, product-strategy, user-stories |
| sales | account-management, crm-management, lead-scoring, proposal-writing, sales-enablement, sales-playbook |
| hr | compensation-strategy, employee-engagement, interview-design, onboarding, performance-management, recruiting-ops |
| finance | api-monetization, bookkeeping-automation, budgeting-planning, financial-modeling, financial-reporting, pricing-strategy, saas-metrics, startup-fundraising, tax-strategy |
| legal | contract-drafting, employment-law, ip-management, privacy-compliance, regulatory-compliance |
| operations | incident-management, no-code-automation, partnership-strategy |
| data-engineering | analytics-engineering, data-pipelines, data-quality, data-warehousing, real-time-streaming |
| cross-functional | customer-research, presentation-design, spreadsheet-modeling, technical-interviewing, agile-scrum, project-execution, remote-collaboration, web3-smart-contracts |
158 skills across 20 categories in 3 main sections.
| Option | Description |
|---|---|
-g, --global |
Install to user directory instead of project |
-a, --agent <agents...> |
Target specific agents (e.g., claude-code, cursor) |
-s, --skill <skills...> |
Install specific skills by name |
-l, --list |
List available skills without installing |
--copy |
Copy files instead of symlinking |
-y, --yes |
Skip all confirmation prompts |
--all |
Install all skills to all agents |
The CLI supports 40+ agents including Claude Code, Codex, Cursor, Gemini CLI, GitHub Copilot, Windsurf, Cline, Roo Code, and many more.
<skill-category>/
<skill-name>/
SKILL.md # Core skill content (under 500 lines)
evals.json # Test suite validating the skill works
sources.yaml # Crawl provenance (optional)
references/ # Deep-dive files loaded on demand
<topic>.md
We welcome contributions! Whether it's a new skill for a framework you love or fixing a typo in an existing one, check out the CONTRIBUTING.md.
