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
decision-framework
decision-framework

Walk through decisions using a 3-part framework (first-principles, cost/benefit, second-order effects). Use when choosing between options, evaluating trade-offs, or making high-stakes decisions.

20
AI 95
ci-cd
document-review
document-review

Review legal documents as an experienced attorney. Analyzes contracts, ToS, privacy policies, NDAs, and corporate docs section-by-section. Identifies risks, gaps, and unfavorable terms with specific replacement text for problematic clauses.

20
AI 95
screpcombiningexpression
screpcombiningexpression
pwwang1/28/2026

Combine scTCR/BCR repertoire data with scRNA-seq expression data using `scRepertoire::combineExpression()`. This process integrates immune receptor information (CDR3 sequences, V(D)J genes, clonotypes) into a Seurat object's metadata, enabling clonot...

20
AI 95
observability
pyopenms
pyopenms
ovachiever11/25/2025

Python interface to OpenMS for mass spectrometry data analysis. Use for LC-MS/MS proteomics and metabolomics workflows including file handling (mzML, mzXML, mzTab, FASTA, pepXML, protXML, mzIdentML), signal processing, feature detection, peptide iden...

20
AI 95
githubgithub-actions
sentencepiece
sentencepiece
ovachiever11/25/2025

Language-independent tokenizer treating text as raw Unicode. Supports BPE and Unigram algorithms. Fast (50k sentences/sec), lightweight (6MB memory), deterministic vocabulary. Used by T5, ALBERT, XLNet, mBART. Train on raw text without pre-tokenizati...

20
AI 95
apici-cd
simpo-training
simpo-training
ovachiever11/25/2025

Simple Preference Optimization for LLM alignment. Reference-free alternative to DPO with better performance (+6.4 points on AlpacaEval 2.0). No reference model needed, more efficient than DPO. Use for preference alignment when want simpler, faster tr...

20
AI 95
ci-cdgithub
security-auditor
security-auditor
ovachiever11/25/2025

Continuous security vulnerability scanning for OWASP Top 10, common vulnerabilities, and insecure patterns. Use when reviewing code, before deployments, or on file changes. Scans for SQL injection, XSS, secrets exposure, auth issues. Triggers on file...

20
AI 95
apidatabase
whisper
whisper
ovachiever11/25/2025

OpenAI's general-purpose speech recognition model. Supports 99 languages, transcription, translation to English, and language identification. Six model sizes from tiny (39M params) to large (1550M params). Use for speech-to-text, podcast transcriptio...

20
AI 95
apigithub
ai-sdk-ui
ai-sdk-ui
ovachiever11/25/2025

Build React chat interfaces with Vercel AI SDK v5/v6. Covers v6 beta (agent integration, tool approval, auto-submit), v4→v5 migration (breaking changes), useChat/useCompletion/useObject/useAssistant hooks, and 12 UI error solutions (stream parsing, s...

20
AI 95
apillm
llamaindex
llamaindex
ovachiever11/25/2025

Data framework for building LLM applications with RAG. Specializes in document ingestion (300+ connectors), indexing, and querying. Features vector indices, query engines, agents, and multi-modal support. Use for document Q&A, chatbots, knowledge ret...

20
AI 95
apici-cd
cloudflare-hyperdrive
cloudflare-hyperdrive
ovachiever11/25/2025

Connect Workers to PostgreSQL/MySQL with Hyperdrive's global pooling and caching. Use when: connecting to existing databases, setting up connection pools, using node-postgres/mysql2, integrating Drizzle/Prisma, or troubleshooting pool acquisition fai...

20
AI 95
ci-cddatabase
typescript-mcp
typescript-mcp
ovachiever11/25/2025

Build stateless MCP servers with TypeScript on Cloudflare Workers using @modelcontextprotocol/sdk. Provides patterns for tools, resources, prompts, and authentication (API keys, OAuth, Zero Trust). Use when exposing APIs to LLMs, integrating Cloudfl...

20
AI 95
apici-cd
better-result-adopt
better-result-adopt
dmmulroy1/28/2026

Migrate codebase from try/catch or Promise-based error handling to better-result. Use when adopting Result types, converting thrown exceptions to typed errors, or refactoring existing error handling to railway-oriented programming.

658
AI 95
apigithub-actions
writing-vite-devtools-integrations
writing-vite-devtools-integrations
vitejs2/7/2026

Creates devtools integrations for Vite using @vitejs/devtools-kit. Use when building Vite plugins with devtools panels, RPC functions, dock entries, shared state, or any devtools-related functionality. Applies to files importing from @vitejs/devtools...

1k
AI 95
ci-cd
context-saver
context-saver
mhylle2/19/2026

Save session context to disk for seamless continuation in new chat sessions. This skill should be used when the user asks to save context, preserve work state, checkpoint progress, or prepare for session handoff. Triggers on "save context", "checkpoi...

9
AI 95
security
feishu-cli-wiki
feishu-cli-wiki
riba25342/12/2026

知识库操作。当用户请求查看知识库、列出知识空间、获取知识库节点时使用。Markdown 作为中间格式存储在 /tmp 目录。

35
AI 95
apillm
b2c-custom-api-development
b2c-custom-api-development

Develop Custom SCAPI endpoints for B2C Commerce. Use when creating REST APIs, defining api.json routes, writing schema.yaml (OAS 3.0), or building headless commerce integrations. Covers cartridge structure, endpoint implementation, and OAuth scope co...

19
AI 95
apici-cd
ktor-patterns
ktor-patterns

Ktor client patterns for Android networking with content negotiation, error handling, and interceptors.

19
AI 95
apici-cd
kmp-di
kmp-di

Dependency Injection for KMP. Koin multiplatform setup, platform modules, and manual DI patterns.

19
AI 95
apici-cd
ios-testing
ios-testing

iOS testing with XCTest. Unit tests, UI tests, mocks, and test patterns for Swift/SwiftUI.

19
AI 95
githubtesting
feishu-docx
feishu-docx
leemysw3/11/2026

Export and manage Feishu/Lark cloud documents. Supports docx, sheets, bitable, wiki, WeChat article import/export, document writing, and drive file management. Use this skill when you need to read, analyze, write, or manage content in Feishu knowledg...

127
AI 95
databasesecurity
n-version-workflow
n-version-workflow
rysweet2/8/2026

N-version programming for critical implementations - generates N independent solutions and selects the best through comparison

18
AI 95
apici-cd
css-development
css-development

This skill should be used when working with CSS, creating components, styling elements, refactoring styles, or reviewing CSS code. Triggers on "CSS", "styles", "Tailwind", "dark mode", "component styling", "semantic class", "@apply", "stylesheet". Ro...

18
AI 95
ci-cdgithub-actions
codebase-navigator
codebase-navigator
leegonzales2/5/2026

Semantic code search using osgrep for understanding codebases, finding implementations, and navigating large projects. Use when asked "where is", "how does", "find the code that", or any question about code location or implementation.

18
AI 95
apidatabase

Showing 2113 to 2136 of 271.4k results

Command Palette

Search for a command to run...