API Dev

API design, REST, GraphQL

Showing 865-888 of 6083 skills
spring-ai-alibaba

readme-generate

by spring-ai-alibaba

Generates comprehensive README.md files for Spring Boot modules based on task specification requirements

API Dev 2.9K 7mo ago
jaechang-hits

gnomad-database

by 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."

API Dev 344 6mo ago
jaechang-hits

dbsnp-database

by 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."

API Dev 344 6mo ago
TencentBlueKing

统一网络请求封装 (Axios)

by TencentBlueKing

蓝鲸双协议兼容的 Axios 封装,自动处理旧版和新版 HTTP 协议

API Dev 840 7mo ago
TencentBlueKing

bk-monitor-dev-server

by TencentBlueKing

帮助配置和启动本地开发服务器。当用户提到启动开发服务器、dev server、pnpm dev 时使用。

API Dev 840 7mo ago
TencentBlueKing

全局状态管理规范 (Pinia)

by TencentBlueKing

基于 Pinia 的全局状态管理规范,包含 UserStore、AppStore 的标准定义

API Dev 840 7mo ago
TencentBlueKing

Vue 3 组件单元测试指南 (Vitest)

by TencentBlueKing

使用 Vitest 和 Vue Test Utils 的标准模版与断言技巧

API Dev 840 7mo ago
webrpc

webrpc-ridl-schema

by webrpc

webrpc schema and RIDL syntax

API Dev 829 5mo ago
kousen

Spring Boot Best Practices

by kousen

Generate Spring Boot components following modern Java best practices and team conventions

API Dev 328 10mo ago
jaechang-hits

bioservices-multi-database

by 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.

API Dev 344 6mo ago
whawkinsiv

debug

by 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."

API Dev 239 7mo ago
whawkinsiv

pricing

by 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."

API Dev 239 6mo ago
whawkinsiv

integrations

by 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."

API Dev 239 6mo ago
nuxt-content

nuxt-modules

by 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."

API Dev 714 7mo ago
nuxt-content

nuxt

by 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.

API Dev 714 7mo ago
dadbodgeoff

exception-taxonomy

by dadbodgeoff

Hierarchical exception system with HTTP status codes, machine-readable error codes, and structured responses for consistent API error handling across all endpoints.

API Dev 784 6mo ago
dadbodgeoff

circuit-breaker

by 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.

API Dev 784 6mo ago
malob

AI SDK Documentation

by 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.

API Dev 462 7mo ago
NeverSight

Jira Issues Skill

by NeverSight

A crawler script to fetch skill data from network, automatically executed daily via GitHub Actions.

API Dev 203 6mo ago
NeverSight

Jira Spaces Skill

by NeverSight

A crawler script to fetch skill data from network, automatically executed daily via GitHub Actions.

API Dev 203 6mo ago
NeverSight

Jira Spaces Skill

by NeverSight

Curated high-quality AI Agent Skills. Search, install, copy and share.

API Dev 203 6mo ago
harlan-zw

vee-validate-skilld

by harlan-zw

"ALWAYS use when writing code importing \"vee-validate\". Consult for debugging, best practices, or modifying vee-validate, vee validate."

API Dev 178 6mo ago
harlan-zw

tanstack-vue-virtual-skilld

by 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."

API Dev 178 6mo ago
Goldentrii

agent-recall

by 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.

API Dev 370 2mo ago