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
security-assessor
security-assessor
majiayu0002/22/2026

Auto-activates during requirements analysis to assess security risks using OWASP Top 10 framework, identify security requirements, and recommend mitigation strategies.

1
AI 95
apici-cd
free-weather-data
free-weather-data
majiayu0002/22/2026

Get current weather, forecasts, and historical data using free Open-Meteo and wttr.in APIs. Use when: (1) Fetching weather conditions, (2) Weather alerts and monitoring, (3) Forecast data for planning, or (4) Climate analysis.

1
AI 95
apiobservability
codebase-assumption-capture
codebase-assumption-capture
majiayu0002/22/2026

Capture wrong assumptions you made about the codebase. TRIGGER when reality differs from expectation (e.g., "assumed Jest but it's Vitest", "assumed AbstractUseCase exists but found AbstractMemberUseCase", "assumed REST but it's GraphQL"). Log silent...

1
AI 95
apici-cd
quickstart
quickstart
majiayu0002/22/2026

Interactive onboarding for new users. Guided RPI cycle on your actual codebase in under 10 minutes. Triggers: "quickstart", "get started", "onboarding", "how do I start".

1
AI 95
apici-cd
dbt-skill
dbt-skill
dtsong2/22/2026

Use when working with dbt (data build tool) - creating models, writing tests, CI/CD pipelines, materializations, sources, staging/intermediate/marts layers, Snowflake/BigQuery warehouse configuration, incremental strategies, Jinja macros, data qualit...

1
AI 95
ci-cddatabase
data-migration-agent
data-migration-agent
majiayu0002/22/2026

Plans and executes data migrations between systems, databases, and formats

1
AI 95
ci-cddatabase
save-session
save-session
majiayu0002/22/2026

Save session state to Pieces LTM. Use when context is running low, before /compact, when ending a session, or handing off to a fresh Claude instance.

1
AI 95
llmsecurity
clerk-hello-world
clerk-hello-world
majiayu0002/22/2026

Create your first authenticated request with Clerk. Use when making initial API calls, testing authentication, or verifying Clerk integration works correctly. Trigger with phrases like "clerk hello world", "first clerk request", "test clerk auth", "v...

1
AI 95
apigithub-actions
doc-structure
doc-structure
majiayu0002/22/2026

專案文檔結構管理工具,用於建立、維護和驗證專案的層級聚攏文檔結構。 使用時機: - 當需要建立新的 README.md 文件 - 當需要為程式檔案添加標準化開頭註解 - 當重構或更新專案文檔結構 - 當需要驗證 README 連結有效性 - 當需要檢查文檔結構完整性 關鍵字:README、文檔結構、層級聚攏、檔案註解、連結驗證、結構檢查

1
AI 95
llm
manage-logging
manage-logging
cuioss2/21/2026

Unified logging infrastructure for script execution, work progress, and decision tracking

1
AI 95
apigithub-actions
feature-implementation
feature-implementation
AreteDriver2/21/2026

End-to-end feature implementation workflow using WHY/WHAT/HOW framework — from requirements through context mapping, implementation, testing, and PR creation. Use when implementing a complete feature across multiple files.

1
AI 95
ci-cddatabase
azure-ai-contentsafety-java
azure-ai-contentsafety-java
sonson09102/21/2026

Build content moderation applications with Azure AI Content Safety SDK for Java. Use when implementing text/image analysis, blocklist management, or harm detection for hate, violence, sexual conten...

1
AI 95
apici-cd
dropbox-automation
dropbox-automation
sonson09102/21/2026

Automate Dropbox file management, sharing, search, uploads, downloads, and folder operations via Rube MCP (Composio). Always search tools first for current schemas.

1
AI 95
apigithub-actions
flpbalada-hypothesis-tree
flpbalada-hypothesis-tree
Microck2/18/2026

Structure complex questions into testable hypotheses. Use when validating product ideas, debugging problems, planning experiments, or breaking down ambiguous challenges into actionable research.

1
AI 95
observabilitytesting
flpbalada-pest-analysis
flpbalada-pest-analysis
Microck2/18/2026

Guides PEST (Political, Economic, Social, Technological) analysis for strategic planning. Use when analyzing external macro-environmental factors or evaluating business decisions.

1
AI 95
safe-commit
safe-commit
meriley2/18/2026

⚠️ MANDATORY - YOU MUST invoke this skill when committing. Complete commit workflow with all safety checks. Invokes security-scan, quality-check, and run-tests skills. Shows diff, gets user approval, creates commit with conventional format. NO AI att...

1
AI 95
github-actionslinting
foundations
foundations
levifig2/18/2026

Establishes code quality and engineering standards. Covers code style conventions, conventional commit messages, documentation standards (ADRs, API docs, changelogs), and security patterns (input validation, secrets management, OWASP). Use when revie...

1
AI 95
apidatabase
langchain
langchain
jmead2/18/2026

Framework for building LLM-powered applications with agents, chains, and RAG. Supports multiple providers (OpenAI, Anthropic, Google), 500+ integrations, ReAct agents, tool calling, memory management, and vector store retrieval. Use for building chat...

1
AI 95
apici-cd
create-agent-skills
create-agent-skills

Expert guidance for creating, writing, building, and refining Claude Code Skills. Use when working with SKILL.md files, authoring new skills, improving existing skills, or understanding skill structure and best practices.

1
AI 95
apici-cd
competitive-intelligence-analyst
competitive-intelligence-analyst
KuaaMU2/15/2026

Use this skill when users need to analyze competitors, monitor market movements, benchmark features/pricing, identify market gaps, or understand competitive positioning. Activates for "what are competitors doing," market analysis, or differentiation...

1
AI 95
apigithub-actions
fact-check
fact-check
nicsuzor2/15/2026

Verify factual claims in documents against authoritative sources. Catches hallucinations, fabricated quotes, and misattributed claims.

1
AI 95
github-actionsllm
format-markdown-table
format-markdown-table

Generate well-formatted markdown tables from data with proper alignment and spacing. Use for report statistics, comparison tables, or summary data presentation.

1
AI 95
ci-cdobservability
write-skill
write-skill
majiayu0002/15/2026

Create Claude Code skills with proper structure and documentation. Use when building custom skills, writing SKILL.md files, or when user asks "write a skill" or "create Claude skill".

1
AI 95
githubllm
bash-script
bash-script
majiayu0002/15/2026

Write robust bash scripts with proper error handling. Use when the user says "write a script", "bash script", "shell script", "automate this", "create a backup script", or asks to script a task.

1
AI 95
ci-cdtesting

Showing 2305 to 2328 of 271.4k results

Command Palette

Search for a command to run...