API 开发
API 设计、REST 与 GraphQL
readme-generate
spring-ai-alibaba
Generates comprehensive README.md files for Spring Boot modules based on task specification requirements
gnomad-database
jaechang-hits
"Query gnomAD v4 population variant frequencies via GraphQL API. Retrieve allele counts and frequencies stratified by ancestry group (AFR, AMR, EAS, NFE, SAS, FIN, ASJ, MID), gene-level constraint metrics (pLI, LOEUF, missense z-score), and read depth coverage. Identify variants with low population frequency or under evolutionary constraint. For clinical pathogenicity classifications use clinvar-database; for GWAS associations use gwas-database."
dbsnp-database
jaechang-hits
"Query NCBI dbSNP for SNP records by rsID, gene, or genomic region via E-utilities (esearch, efetch, epost) and NCBI Variation Services REST API. Retrieve allele data, minor allele frequency, variant class (SNV, indel, MNV), clinical significance links, and cross-database IDs (ClinVar, dbVar, 1000G). Free access; 3 req/sec without API key, 10 req/sec with key. For clinical pathogenicity classifications use clinvar-database; for population frequencies use gnomad-database."
统一网络请求封装 (Axios)
TencentBlueKing
蓝鲸双协议兼容的 Axios 封装,自动处理旧版和新版 HTTP 协议
bk-monitor-dev-server
TencentBlueKing
帮助配置和启动本地开发服务器。当用户提到启动开发服务器、dev server、pnpm dev 时使用。
全局状态管理规范 (Pinia)
TencentBlueKing
基于 Pinia 的全局状态管理规范,包含 UserStore、AppStore 的标准定义
Vue 3 组件单元测试指南 (Vitest)
TencentBlueKing
使用 Vitest 和 Vue Test Utils 的标准模版与断言技巧
webrpc-ridl-schema
webrpc
webrpc schema and RIDL syntax
Spring Boot Best Practices
kousen
Generate Spring Boot components following modern Java best practices and team conventions
bioservices-multi-database
jaechang-hits
Unified Python interface to 40+ bioinformatics web services via bioservices library. Query UniProt proteins, KEGG pathways, ChEMBL/ChEBI/PubChem compounds, run BLAST searches, map identifiers across databases, retrieve GO annotations, and find protein-protein interactions. For single-database deep queries use dedicated tools (gget for Ensembl, pubchempy for PubChem); bioservices excels at cross-database integration workflows.
debug
whawkinsiv
"Use this skill when features break, users report errors, deployments fail, or tests don't pass. Guides systematic debugging: reproducing bugs, gathering diagnostic info, reading error messages, and working with AI tools to fix issues efficiently."
pricing
whawkinsiv
"Use this skill when the user needs to set pricing, design pricing tiers, choose value metrics, or test price changes. Covers pricing psychology, tier design, anchoring, self-selection mechanisms, and monetization strategy for SaaS."
integrations
whawkinsiv
"Use this skill when the user needs to connect third-party services, set up APIs, add OAuth, configure webhooks, or integrate tools like Slack, Zapier, email providers, or payment processors. Covers API integration patterns, auth flows, webhook handling, and building integrations that non-technical founders can maintain."
nuxt-modules
nuxt-content
"Use when creating Nuxt modules: (1) Published npm modules (@nuxtjs/, nuxt-), (2) Local project modules (modules/ directory), (3) Runtime extensions (components, composables, plugins), (4) Server extensions (API routes, middleware), (5) Releasing/publishing modules to npm, (6) Setting up CI/CD workflows for modules. Provides defineNuxtModule patterns, Kit utilities, hooks, E2E testing, and release automation."
nuxt
nuxt-content
Use when working on Nuxt 4+ projects - provides server routes, file-based routing, middleware patterns, Nuxt-specific composables, and configuration with latest docs. Covers h3 v1 helpers (validation, WebSocket, SSE) and nitropack v2 patterns.
exception-taxonomy
dadbodgeoff
Hierarchical exception system with HTTP status codes, machine-readable error codes, and structured responses for consistent API error handling across all endpoints.
circuit-breaker
dadbodgeoff
Implement the circuit breaker pattern to prevent cascade failures in distributed systems. Use when adding resilience to API clients, external service calls, or any operation that can fail and should fail fast.
AI SDK Documentation
malob
This skill should be used when working with Vercel AI SDK, AI Gateway, streamText, generateText, generateObject, streamObject, tool calling, or AI SDK providers. Also relevant for "ai-sdk", "@ai-sdk/*" packages, or questions about AI SDK patterns, configuration, and best practices.
Jira Issues Skill
NeverSight
A crawler script to fetch skill data from network, automatically executed daily via GitHub Actions.
Jira Spaces Skill
NeverSight
A crawler script to fetch skill data from network, automatically executed daily via GitHub Actions.
Jira Spaces Skill
NeverSight
Curated high-quality AI Agent Skills. Search, install, copy and share.
vee-validate-skilld
harlan-zw
"ALWAYS use when writing code importing \"vee-validate\". Consult for debugging, best practices, or modifying vee-validate, vee validate."
tanstack-vue-virtual-skilld
harlan-zw
"ALWAYS use when writing code importing \"@tanstack/vue-virtual\". Consult for debugging, best practices, or modifying @tanstack/vue-virtual, tanstack/vue-virtual, tanstack vue-virtual, tanstack vue virtual, virtual."
agent-recall
Goldentrii
Persistent compounding memory for AI agents. 5 default MCP tools: session_start, session_end, remember, recall, check. Full surface (18 tools) available with --full flag. Two-verb model: inhale (session_start) and exhale (session_end). Correction-first memory with decision trail tracking, watch_for warnings, palace rooms with salience scoring, cross-project insight matching, same-day journal merging, ambient recall hooks. Local markdown only. Zero cloud, zero telemetry, Obsidian-compatible. Optional Supabase backend: when configured via ar setup supabase, recall() uses pgvector cosine similarity on OpenAI/Voyage embeddings instead of keyword search — same API, semantic understanding. Gracefully degrades to local search if not configured.