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
do-platform-neon
do-platform-neon
majiayu0002/5/2026

Neon serverless PostgreSQL 전문가 - auto-scaling, database branching, PITR, connection pooling 지원. serverless 앱에서 PostgreSQL 필요시 사용

0
AI 95
apici-cd
api-design-patterns
api-design-patterns
majiayu0002/5/2026

REST API design patterns including versioning strategies (URL, header, content negotiation), pagination (offset, cursor, keyset), filtering and sorting, error response formats (RFC 7807), authentication (JWT, OAuth 2.0, API keys), rate limiting, and...

0
AI 95
apidatabase
fakebuilder-generator
fakebuilder-generator
majiayu0002/5/2026

Gera FakeBuilders para agregados DDD usando Chance.js seguindo padrão do projeto com PropOrFactory, type augmentation e dados realistas para testes.

0
AI 95
apici-cd
clean-architecture-principles
clean-architecture-principles
majiayu0002/5/2026

Enforce clean architecture principles including DRY, YAGNI, KISS, Law of Demeter, and Separation of Concerns. Warns when complexity creeps in and questions unnecessary features. Use when designing architecture, refactoring, code review, or when user...

0
AI 95
ci-cdsecurity
acc-detect-test-smells
acc-detect-test-smells
majiayu0002/5/2026

Detects test antipatterns and code smells in PHP test suites. Identifies 15 smells (Logic in Test, Mock Overuse, Fragile Tests, Mystery Guest, etc.) with fix recommendations and refactoring patterns for testability.

0
AI 95
apici-cd
hooks-builder
hooks-builder
majiayu0002/5/2026

Create event-driven hooks for Claude Code automation. Use when the user wants to create hooks, automate tool validation, add pre/post processing, enforce security policies, or configure settings.json hooks. Triggers: create hook, build hook, PreToolU...

0
AI 95
github-actionslinting
write-playwright-test
write-playwright-test
majiayu0002/5/2026

Write Playwright E2E tests using fixtures and best practices. Use when creating E2E tests, writing browser automation tests, or testing user flows.

0
AI 95
apidatabase
tmux-task-runner
tmux-task-runner
majiayu0002/5/2026

Run build processes, test suites, deployments, and development servers in monitored tmux sessions with persistent logging. Use when executing long-running tasks that need background execution with real-time monitoring, or when running commands like n...

0
AI 95
ci-cdgithub
clickhouse-architect
clickhouse-architect
majiayu0002/5/2026

ClickHouse schema design and optimization. TRIGGERS - ClickHouse schema, compression codecs, MergeTree, ORDER BY tuning, partition key.

0
AI 95
apici-cd
api-tools
api-tools
majiayu0002/5/2026

API testing, documentation, and development tools

0
AI 95
apiobservability
gh-pr-review
gh-pr-review
majiayu0002/5/2026

Review GitHub pull requests using gh CLI. Approve, request changes, or comment on PRs. Use when user wants to provide PR feedback or approval.

0
AI 95
apici-cd
creating-commands
creating-commands
majiayu0002/5/2026

Expert knowledge on creating slash commands for Claude Code. Use when designing or creating slash command .md files, understanding command arguments, or implementing bash execution.

0
AI 95
ci-cdgithub-actions
codex-implementer
codex-implementer
majiayu0002/5/2026

Codex CLI를 sub-agent로 활용하여 실제 구현 작업을 수행합니다. Claude가 작업을 분석/분해하고, Codex가 코드 작성/수정/리팩토링을 담당합니다. "Codex로 구현", "구현해줘", "코드 작성해줘", "병렬 구현" 요청 시 활성화됩니다.

0
AI 95
apigithub
animation-motion
animation-motion
majiayu0002/5/2026

CSS animations, transitions, and scroll-driven effects with accessibility (prefers-reduced-motion). Use when adding motion, hover effects, loading states, or scroll-based animations.

0
AI 95
api
notion
notion
majiayu0002/5/2026

Manage Notion notes, pages, and data sources with rich markdown support. JSON-first CLI for search, read/export, write/import, append, update, delete, and move operations. Full inline formatting, native tables, callouts, toggles, nested lists, and im...

0
AI 95
apici-cd
start-services
start-services
majiayu0002/5/2026

Intelligently start project services (backend, frontend) with automatic port conflict detection and resolution

0
AI 95
apici-cd
distributed-gummy
distributed-gummy
majiayu0002/5/2026

Orchestrate gummy-agents across distributed network using 'd' command for load-balanced, multi-host AI development

0
AI 95
apici-cd
rwsdk-cloudflare-queues
rwsdk-cloudflare-queues
majiayu0002/5/2026

Use when implementing background tasks, async processing, or offloading slow operations in rwsdk/Cloudflare Workers - covers queue setup, sending messages (direct/R2/KV patterns), consuming message batches, handling multiple queues, and message type...

0
AI 95
apillm
ios-snapshot-test
ios-snapshot-test
majiayu0002/5/2026

スナップショットテスト支援。swift-snapshot-testing、UI変更検出。 使用タイミング: (1) UIコンポーネントのリグレッションテスト、(2) デザインシステムの検証、 (3) 複数デバイス・ダークモード対応の確認、(4) UIリファクタリング時の安全性確保

0
AI 95
ci-cdgithub
hyperindex-development
hyperindex-development
majiayu0002/5/2026

This skill should be used when the user asks to "create an indexer", "build a hyperindex", "index blockchain events", "write event handlers", "configure config.yaml", "define schema.graphql", "use envio", "set up hyperindex", "index smart contract ev...

0
AI 95
apici-cd
nextjs-use-search-params-suspense
nextjs-use-search-params-suspense
majiayu0002/5/2026

Pattern for using useSearchParams hook with Suspense boundary in Next.js. Covers the required combination of 'use client' directive and Suspense wrapper when accessing URL query parameters in client components. Use when building search interfaces, fi...

0
AI 95
technical-spike
technical-spike
majiayu0002/5/2026

Conduct objective-driven investigation to reduce uncertainty. Use when there's an unknown blocking estimation or implementation, when technical-pm identifies uncertainty, or when someone says "we need to investigate first".

0
AI 95
apici-cd
context-setter
context-setter
majiayu0002/5/2026

Generate comprehensive context-setting markdown files for coding tasks by intelligently exploring codebase and structuring work with ROLE, CONSTRAINTS, STYLE, file reading order, and structured tasks. Use proactively when the user is starting a compl...

0
AI 95
apici-cd
ha-emby-bug-triage
ha-emby-bug-triage
majiayu0002/5/2026

Use when investigating bugs that need reproduction - covers local HA/Emby testing, evidence gathering, root cause analysis, and updating issues with findings and fix recommendations.

0
AI 95
apigithub

Showing 6553 to 6576 of 261.1k results

Command Palette

Search for a command to run...