skills fromcontributors and counting

Every Agent Skill,
One Registry

Browse Skills
curl -fsSL askill.sh | sh

Browse

Search the registry for skills built by the community.

AI Score

AI scores Safety, Clarity, Reusability, Completeness, and Actionability to filter risky skills.

Install

One command. Works with your agent automatically.

Works with 40+ agents

Claude CodeCodexOpenCodeOpenClawCursorWindsurfGitHub CopilotGemini CLIClineAmpand 30+ more
author-skills
author-skills
kingdon2/11/2026

Write SKILL.md for the user using all available wisdom and documented guidance about how Agent Skills are made. New skills are written carefully to be orthogonal to the existing skills in the same repo.

4
AI 95
apici-cd
tailwind-patterns
tailwind-patterns
cpvasques2/8/2026

Princípios do Tailwind CSS v4. Configuração CSS-first, container queries, padrões modernos, arquitetura de design tokens.

4
AI 95
ci-cd
creating-handoffs
creating-handoffs
galihcitta1/12/2026

Creates comprehensive handoff documents for seamless AI agent session transfers. Triggered when: (1) user requests handoff/memory/context save, (2) context window approaches capacity, (3) major task milestone completed, (4) work session ending, (5) u...

4
AI 95
apigithub-actions
code-reviewer
code-reviewer
sfmskywalker1/6/2026

Perform systematic code reviews following best practices and team standards

4
AI 95
apici-cd
shopify-admin-graphql
shopify-admin-graphql
tamiror62/6/2026

Execute Shopify Admin API calls via GraphQL in Shopify Remix apps. Use when querying or mutating Shopify data (customers, orders, products, shop, segments, subscriptions), when writing GraphQL for the Admin API, or when handling throttling and retrie...

17
AI 95
apigraphql
next-task
next-task
wbbradley4/4/2026

Execute the next task/phase of the PLAN.md — plan, implement, test, commit, and update PLAN.md.

0
AI 95
github-actionsllm
writing-commit-messages
writing-commit-messages
indiosmo3/12/2026

Claude must use this skill whenever it writes, reviews, edits, or suggests a git commit message. This includes: composing a commit message during "commit this" or "save my changes" requests, reviewing or rewriting existing commit messages, preparing...

0
AI 95
apici-cd
refactor
refactor
drimchansky3/1/2026

Restructure existing code — identify smells, plan safe incremental changes, and improve design without changing behavior

0
AI 95
apitesting
slop-hunter-ts
slop-hunter-ts
skyosev2/20/2026

Audit TypeScript code for AI-generated noise — redundant comments, verbose documentation, style drift from project conventions, and trivially dead code. Surface-level hygiene pass; defaults to branch diff but supports any scope. Use when: reviewing...

0
AI 95
apigithub-actions
cdd-review-implementation
cdd-review-implementation
yutaro09152/19/2026

IN_REVIEW実装をレビュー(APPROVED→DONE)

0
AI 95
securitytesting
scoutqa-test
scoutqa-test
satyrlord2/18/2026

This skill should be used when the user asks to "test this website", "run exploratory testing", "check for accessibility issues", "verify the login flow works", "find bugs on this page", or requests automated QA testing. Triggers on web application t...

0
AI 95
apigithub-actions
code-comments
code-comments
idotta2/18/2026

Write clear, plain-spoken code comments and documentation that lives alongside the code. Use when writing or reviewing code that needs inline documentation—file headers, function docs, architectural decisions, or explanatory comments. Optimized for b...

0
AI 95
apillm
generate-plans
generate-plans
danieljhkim2/15/2026

Turn requirements or rough ideas into concrete implementation plans with scoped tasks, exact file targets, test strategy, verification commands, and checkpoint flow. Use when work should be planned before coding or when a team needs an actionable bui...

0
AI 95
ci-cdgithub-actions
eama-label-taxonomy
eama-label-taxonomy
Emasoft2/14/2026

Use when managing GitHub issue labels for user requests, setting priorities, or reporting status to users. Covers priority and status label taxonomy. Trigger with `/eama-label-taxonomy`.

0
AI 95
apigithub
data-validation
data-validation
olavocarvalho2/14/2026

QA an analysis before sharing with stakeholders — methodology checks, accuracy verification, and bias detection. Use when reviewing an analysis for errors, checking for survivorship bias, validating aggregation logic, or preparing documentation for r...

0
AI 95
databaseobservability
git-commit
git-commit
dionmunk2/14/2026

Suggest Conventional Commit message(s) from current changes and provide a copy-ready snippet.

0
AI 95
ci-cdgithub
git-cleanup-branches
git-cleanup-branches
PickleBoxer2/11/2026

Clean up local git branches that track deleted remote branches. Use when asked to "clean git branches", "remove deleted branches", "prune branches", "cleanup stale branches", or when you see branches marked as "gone" in git status. Works on Windows,...

0
AI 95
github-actions
refining
refining
lidessen2/8/2026

Refines code changes for better reviewability. Validates change cohesion (no mixed concerns), generates clear commit messages, creates PR/MR with reviewer-focused descriptions. Use when committing, reviewing, creating PR/MR, or mentions "commit", "re...

1
AI 95
elevate-code
elevate-code
dparedesi2/7/2026

Elevate projects to production quality using proven patterns. Use when starting a project, reviewing architecture, auditing code, or when user mentions "elevate-code", "production ready", "patterns", "make it production grade".

1
AI 95
apici-cd
prd-writer
prd-writer
lilpacy2/7/2026

PRD(Product Requirements Document)を、Universal PRDフォーマット(軽量1ページ〜詳細版まで同じ型)で作成する。 ユーザーが「PRDを書いて」「要件定義書を作って」「仕様をまとめて」「Press Release / FAQ(Working Backwards)を書いて」 「Shape UpのPitchっぽく提案書を作って」「成功指標/KPIとスコープを整理して」などを依頼したときに使う。 出力はMarkdown。必要に応じて1ページ版→標準版→詳細版へ...

1
AI 95
github-actionsllm
ux-5-planes-designer
ux-5-planes-designer
lilpacy2/7/2026

UXの「5層モデル(Strategy/Scope/Structure/Skeleton/Surface)」に基づいて、要件〜画面設計を一貫して設計し、 各層の問い・意思決定・成果物をMarkdownで作成するUXデザイナーとして振る舞うSkill。 新規プロダクト/機能のUX設計、既存UXの課題診断、PRD/仕様/画面フロー/ワイヤー/モックの整合性レビューに適用する。 トリガー例: 「UXを5層で設計」「Garrett 5 planes」「戦略/要件/構造/骨格/表層」「ユーザーフロー/サイト...

1
AI 95
debug
debug
GrupoUS2/6/2026

Unified testing, debugging, and error-fixing skill for backend, database, and frontend. Use when investigating bugs, running tests, analyzing logs, or fixing errors. Consolidates systematic-debugging, testing-patterns, vulnerability-scanner, and weba...

1
AI 95
apici-cd
owasp-api-security-top-10
owasp-api-security-top-10
yariv10252/5/2026

OWASP API Security Top 10 - prevention, detection, and remediation for REST/GraphQL/API security. Use when designing or reviewing APIs - object- and function-level authorization, authentication, rate limiting and resource consumption, sensitive busin...

1
AI 95
apigithub-actions
armor-connect
armor-connect
anomalyarmor2/2/2026

Connect a new data source to AnomalyArmor. Handles "connect my database", "add snowflake", "setup postgres", "connect warehouse".

1
AI 95
apidatabase

Showing 6721 to 6744 of 261.1k results

Command Palette

Search for a command to run...