Production-ready skills for AI coding agents.
Teach your agent domain expertise - from clean architecture to prompt engineering.
AbsolutelySkilled is an open registry of skills that give AI agents domain-specific knowledge on demand. Each skill is a self-contained folder with structured markdown that agents load contextually - no fine-tuning, no embeddings, just clean knowledge.
Skills work with 40+ agents including Claude Code, Gemini CLI, OpenAI Codex, Cursor, GitHub Copilot, Windsurf, and more.
npx skills add AbsolutelySkilled/AbsolutelySkilledThis launches an interactive picker to choose which skills to install. Or go specific:
# Install a single skill
npx skills add AbsolutelySkilled/AbsolutelySkilled --skill clean-code
# Install globally (all projects)
npx skills add AbsolutelySkilled/AbsolutelySkilled -g
# Install everything
npx skills add AbsolutelySkilled/AbsolutelySkilled --all| Category | Examples |
|---|---|
| Software Engineering | Clean Code, Clean Architecture, Backend, Frontend, System Design, Microservices |
| AI & Machine Learning | LLM App Development, Prompt Engineering, AI Agent Design, Computer Vision, NLP, MLOps |
| Testing & Quality | Playwright, Jest/Vitest, Cypress, Load Testing, Test Strategy |
| Infrastructure & DevOps | Docker/K8s, Terraform, CI/CD, AWS, GCP, Observability, SRE |
| UI/UX & Design | Design Systems, Responsive Design, Accessibility, Color Theory, Figma-to-Code, Motion Design |
| Developer Tools | Git Advanced, Shell Scripting, Vim/Neovim, CLI Design, Regex, Debugging |
| Business & Strategy | Pricing Strategy, SaaS Metrics, Customer Research, Partnership Strategy |
| SEO & Growth | Technical SEO, Schema Markup, Core Web Vitals, Keyword Research |
| Content & Marketing | Developer Advocacy, Video Production, Presentation Design |
| Cross-Functional | Spreadsheet Modeling, Technical Interviewing, Open Source Management, i18n |
skills/
clean-code/
SKILL.md # Core knowledge (under 500 lines)
evals.json # Tests that validate the skill works
references/ # Deep-dive files loaded on demand
Skills are structured markdown that agents load when relevant. No runtime dependencies, no API calls - just knowledge your agent can use immediately.
We welcome new skills. Use the built-in skill-forge to generate one from a URL or topic, or write one by hand. See the contributing guide.
MIT Licensed - Build skills, share knowledge, make agents smarter.