Awesome Skills
Awesome Skills
Section titled “Awesome Skills”Awesome Skills is a topic guide for agent skills that are worth understanding before you install them. The skill pool starts from public collections such as VoltAgent’s Awesome Agent Skills. Individual pages follow the useful shape of officialskills.sh pages, then add the missing layer: what each skill is good for, where it fits, what it needs, and when you should pick something else.
The first round covers 50 skills. They are grouped by practical work, not only by publisher.
How to use this directory
Section titled “How to use this directory”Start from a category, then open the specific skill page. Each page includes source links, installation entry points, when to use it, when not to use it, a first workflow, guardrails, and nearby skills.
Skills for browser automation, local app checks, Core Web Vitals, accessibility, and web quality review.
- Playwright Skill - Automates a real browser from the terminal with
playwright-clifor navigation, forms, snapshots, screenshots, extraction, and UI-flow debugging. - Webapp Testing Skill - Tests local web applications using Playwright-oriented workflows.
- Playwright Interactive Skill - Provides persistent browser and Electron interaction through an interactive JavaScript REPL.
- Web Quality Audit Skill - Runs broad web quality reviews across performance, accessibility, SEO, and best practices.
- Core Web Vitals Skill - Diagnoses and improves LCP, INP, and CLS issues.
- Accessibility Skill - Audits and improves web accessibility against practical WCAG-oriented checks.
Skills for UI composition, framework patterns, design reviews, and frontend implementation decisions.
- Frontend Skill - Enforces composition-first frontend work with stronger layout, imagery, hierarchy, and motion constraints.
- Frontend Design Skill - Guides frontend design and UI/UX development work.
- Web Design Guidelines Skill - Applies Vercel-style web design guidelines and standards.
- React Best Practices Skill - Reviews and writes React code with modern patterns and practical constraints.
- Next.js Best Practices Skill - Applies recommended Next.js patterns and implementation guidance.
- Angular Developer Skill - Generates Angular code and architectural guidance for components, services, and reactivity.
- Expo Building Native UI Skill - Builds native UI with Expo Router, styling, components, navigation, and animation patterns.
Skills for deploying, configuring, and operating cloud platforms and hosting providers.
- Cloudflare Skill - Covers Cloudflare Workers, Pages, storage, AI, networking, security, and infrastructure configuration.
- Workers Best Practices Skill - Reviews and authors Workers code against production best practices and
wrangler.jsoncconventions. - Wrangler Skill - Deploys and manages Workers, KV, R2, D1, Vectorize, Queues, and Workflows with Wrangler.
- Cloudflare Deploy Skill - Deploys apps to Cloudflare using Workers, Pages, and related platform services.
- Vercel Deploy Skill - Deploys applications and websites to Vercel preview or production environments.
- Netlify Deploy Skill - Automates Netlify deployments with CLI auth, linking, and environment support.
- Netlify Functions Skill - Builds serverless API endpoints and background tasks on Netlify.
Skills for threat modeling, static analysis, code review, and security-focused investigation.
- Security Best Practices Skill - Reviews code for language-specific security vulnerabilities and practical hardening opportunities.
- Security Threat Model Skill - Creates repository-specific threat models by identifying assets, trust boundaries, and attack paths.
- Ask Questions If Underspecified Skill - Forces clarification when requirements are too ambiguous for safe security-sensitive work.
- Audit Context Building Skill - Builds deep architectural context before security audit or investigation work.
- Static Analysis Skill - Uses static analysis tools such as CodeQL, Semgrep, and SARIF workflows.
- Semgrep Rule Creator Skill - Creates and refines Semgrep rules for vulnerability detection.
- Insecure Defaults Skill - Finds insecure defaults such as hardcoded secrets, default credentials, and weak crypto.
Skills for office files, PDFs, documentation research, and knowledge capture workflows.
- DOCX Skill - Creates, edits, and analyzes Microsoft Word documents.
- PDF Skill - Extracts text, creates PDFs, and handles PDF forms and review tasks.
- PPTX Skill - Creates, edits, and analyzes PowerPoint presentations.
- XLSX Skill - Creates, edits, and analyzes Excel spreadsheets.
- OpenAI Docs Skill - Provides authoritative guidance from OpenAI developer documentation.
- Notion Knowledge Capture Skill - Converts conversations into structured, searchable Notion wiki entries.
- Notion Research Documentation Skill - Researches Notion content and synthesizes findings into structured briefs.
Skills for databases, query patterns, backend services, and data platform operations.
- Postgres Best Practices Skill - Applies PostgreSQL best practices for Supabase-backed projects.
- MongoDB Schema Design Skill - Designs efficient MongoDB document schemas with validation and indexing patterns.
- MongoDB Query Optimizer Skill - Analyzes and optimizes MongoDB query performance.
- Redis Development Skill - Guides Redis development across data structures, caching, vector search, and performance.
- ClickHouse Best Practices Skill - Applies best practices for working with ClickHouse.
- Neon Postgres Skill - Guides usage of Neon Serverless Postgres.
Skills for model APIs, ML platforms, training workflows, and AI product integration.
- Gemini API Dev Skill - Provides best practices for developing Gemini-powered apps with the Gemini API.
- Vertex AI API Dev Skill - Guides Gemini-powered app development on Google Cloud Vertex AI.
- Hugging Face CLI Skill - Uses the Hugging Face CLI for Hub operations.
- Hugging Face Model Trainer Skill - Trains models with TRL workflows such as SFT, DPO, GRPO, and GGUF conversion.
- Replicate Skill - Discovers, compares, and runs AI models through Replicate.
Skills for repeatable agent workflows, GitHub work, notebooks, and creating new skills.
- Skill Creator Skill - Guides the creation of skills that extend an agent with specialized workflows.
- Template Skill - Provides a basic template for creating new skills.
- GitHub Address Comments Skill - Addresses review and issue comments on open GitHub pull requests via CLI.
- GitHub Fix CI Skill - Debugs and fixes failing GitHub Actions checks through log inspection.
- Jupyter Notebook Skill - Creates clean, reproducible Jupyter notebooks for experiments and tutorials.
Before you choose a skill
Section titled “Before you choose a skill”- Does this task repeat often enough to deserve a skill?
- Is the trigger clear?
- Does it need a CLI, browser, API key, account, or local runtime?
- What does it explicitly avoid?
- Is the source official, curated, community maintained, or experimental?
Sources
Section titled “Sources”- VoltAgent Awesome Agent Skills: https://github.com/VoltAgent/awesome-agent-skills
- officialskills.sh: https://officialskills.sh/
- Agent Skills standard: https://agentskills.io/
- OpenAI skills repository: https://github.com/openai/skills