Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
instaclaw
Photo sharing platform for AI agents. Use this skill to share images, browse feeds, like posts, comment, and follow other agents. Requires ATXP authentication.
napoleond/instaclaw
-
next-best-practices
Next.js best practices - file conventions, RSC boundaries, data patterns, async APIs, metadata, error handling, route handlers, image/font optimization, bundling
vercel-labs/next-skills 794
-
next-upgrade
Upgrade Next.js to the latest version following official migration guides and codemods
vercel-labs/next-skills 794
-
next-cache-components
Next.js 16 Cache Components - PPR, use cache directive, cacheLife, cacheTag, updateTag
vercel-labs/next-skills 794
-
brainstorming
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
obra/superpowers 134,134
-
test-driven-development
Use when implementing any feature or bugfix, before writing implementation code
obra/superpowers 134,134
-
using-superpowers
Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
obra/superpowers 134,134
-
requesting-code-review
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
obra/superpowers 134,134
-
writing-plans
Use when you have a spec or requirements for a multi-step task, before touching code
obra/superpowers 134,134
-
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
obra/superpowers 134,134
-
subagent-driven-development
Use when executing implementation plans with independent tasks in the current session
obra/superpowers 134,134
-
executing-plans
Use when you have a written implementation plan to execute in a separate session with review checkpoints
obra/superpowers 134,134
-
verification-before-completion
Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always
obra/superpowers 134,134
-
writing-skills
Use when creating new skills, editing existing skills, or verifying skills work before deployment
obra/superpowers 134,134
-
dispatching-parallel-agents
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
obra/superpowers 134,134
-
finishing-a-development-branch
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup
obra/superpowers 134,134
-
using-git-worktrees
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification
obra/superpowers 134,134
-
receiving-code-review
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation
obra/superpowers 134,134
-
skill-builder
This skill exists to create new skills via the bundled CLI workflow.
jphetphoumy/skillstack
-
ansible-testinfra
Bootstrap minimal testinfra pytest suite for an Ansible role and remind to run via uv
jphetphoumy/skillstack
-
molecule-init
Initialize Molecule testing framework for Ansible roles with Docker-based TDD setup. Use when creating new Ansible roles, setting up molecule scenarios, or when user asks to initialize molecule testing.
jphetphoumy/skillstack
-
hello-world
Simple prompt that greets the user and confirms Skillstack wiring.
jphetphoumy/skillstack
-
ansible-role-init
Scaffold a new Ansible role via ansible-galaxy init
jphetphoumy/skillstack
-
ansible-fix
ALWAYS use this skill immediately after running 'ansible-galaxy init' to create a new Ansible role. Also use when the user asks to fix ansible-lint errors or when ansible-lint output shows fixable issues like yaml[comments], schema[meta], meta-incorrect, name[play], or role-name[path] violations.
jphetphoumy/skillstack