API 开发

API 设计、REST 与 GraphQL

显示 1321-1344 / 共 6083 个技能
youdotcom-oss

ydc-openai-agent-sdk-integration

youdotcom-oss

Integrate OpenAI Agents SDK with You.com MCP server - Hosted and Streamable HTTP support for Python and TypeScript. - MANDATORY TRIGGERS: OpenAI Agents SDK, OpenAI agents, openai-agents, @openai/agents, integrating OpenAI with MCP - Use when: developer mentions OpenAI Agents SDK, needs MCP integration with OpenAI agents

智能体 62 6个月前
youdotcom-oss

ydc-crewai-mcp-integration

youdotcom-oss

Integrate You.com remote MCP server with crewAI agents for web search, AI-powered answers, and content extraction. - MANDATORY TRIGGERS: crewAI MCP, crewai mcp integration, remote MCP servers, You.com with crewAI, MCPServerHTTP, MCPServerAdapter - Use when: developer mentions crewAI MCP integration, needs remote MCP servers, integrating You.com with crewAI

API 开发 62 6个月前
alirezarezvani

api-documenter

alirezarezvani

Auto-generate API documentation from code and comments. Use when API endpoints change, or user mentions API docs. Creates OpenAPI/Swagger specs from code. Triggers on API file changes, documentation requests, endpoint additions.

API 开发 766 10个月前
alirezarezvani

readme-updater

alirezarezvani

Keep README files current with project changes. Use when project structure changes, features added, or setup instructions modified. Suggests README updates based on code changes. Triggers on significant project changes, new features, dependency changes.

API 开发 766 10个月前
vasilyu1983

agents-mcp

vasilyu1983

Configure and build Model Context Protocol (MCP) servers for AI coding agent integration (Claude Code, Codex CLI). Set up database, filesystem, git, and API connections. Build custom MCP servers with TypeScript/Python SDK, implement tools and resources, configure transports (stdio, HTTP), and deploy for production. Advises when to use MCP vs direct tool calls.

API 开发 81 6个月前
vasilyu1983

dev-api-design

vasilyu1983

Production-grade API design patterns for REST, GraphQL, gRPC, and tRPC. Covers API architecture, OpenAPI/Swagger specs, versioning/deprecation, authentication/authorization, rate limiting, pagination, error models, contract testing, and developer documentation.

API 开发 81 6个月前
henkisdabro

tampermonkey

henkisdabro

Write Tampermonkey userscripts for browser automation, page modification, and web enhancement. Use when creating browser scripts, writing greasemonkey scripts, automating user interactions, injecting CSS or JavaScript into web pages, modifying website behaviour, building browser extensions, hiding unwanted page elements, adding form auto-fill, scraping website data, intercepting requests, detecting URL changes in SPAs, or storing persistent user preferences. Covers userscript headers (@match, @grant, @require), synchronous and async GM_* API functions, common patterns (DOM mutation, URL change detection, element waiting), security sandboxing, and cross-browser compatibility (Chrome, Firefox, Edge).

API 开发 83 6个月前
henkisdabro

google-tagmanager

henkisdabro

Comprehensive Google Tag Manager guide covering container setup, tags, triggers, variables, data layer, debugging, custom templates, and API automation. Use when working with GTM implementation, configuration, optimisation, troubleshooting, or any GTM-related tasks.

API 开发 83 6个月前
workos

workos

workos

"Identify which WorkOS skill to load based on the user's task. Covers AuthKit, SSO, RBAC, migrations, and all API references."

API 开发 45 6个月前
handsomestWei

zhihu-fetcher

handsomestWei

"知乎收藏夹与文章内容抓取:API/Playwright 多级降级、Cookie 持久化与保活、批量正文与图片、断点续传、可选写入 Obsidian。 Zhihu collection scraping, batch article fetch, Obsidian export."

API 开发 30 3个月前
TerminalSkills

airflow

TerminalSkills

Apache Airflow is a platform for programmatically authoring, scheduling, and monitoring workflows. Learn to write DAGs, use operators, set up connections, configure scheduling, and deploy with Docker Compose.

API 开发 140 6个月前
denoland

deno-project-templates

denoland

Use when scaffolding new Deno projects. Provides templates for Fresh web apps, CLI tools, libraries, and API servers with modern best practices.

API 开发 96 7个月前
romiluz13

architecture-patterns

romiluz13

"Internal skill. Use cc10x-router for all development tasks."

API 开发 163 7个月前
nahisaho

api-designer

nahisaho

AI agent supporting REST/GraphQL/gRPC API design, OpenAPI specification generation, and API best practices Trigger terms: API design, REST API, GraphQL, OpenAPI, API specification, endpoint design, API contract, API documentation, gRPC, API versioning Use when: User requests involve api designer tasks.

API 开发 72 9个月前
nahisaho

system-architect

nahisaho

Copilot agent that assists with architecture design, C4 model diagrams, ADR creation, and tradeoff analysis Trigger terms: architecture, system design, C4 model, ADR, architecture decision, design patterns, component design, architecture diagram, microservices, monolith, scalability Use when: User requests involve system architect tasks.

API 开发 72 9个月前
laguagu

ai-sdk-6

laguagu

Vercel AI SDK v6 development. Use when building AI agents, chatbots, tool integrations, or streaming applications with the ai package.

API 开发 61 7个月前
thatsme

SKILL.md — Giulia Code Intelligence

thatsme

The POST /api/index/scan and POST /api/command/stream endpoints take path in the JSON body instead (unchanged).

API 开发 72 4个月前
rohitg00

kubernetes-operations

rohitg00

Kubernetes operations including manifests, Helm charts, operators, troubleshooting, and resource management

API 开发 2556 7个月前
rohitg00

microservices-design

rohitg00

Microservices design patterns including service mesh, event-driven architecture, saga pattern, and API gateway

API 开发 2556 7个月前
vintasoftware

django-expert

vintasoftware

Expert Django backend development guidance. Use when creating Django models, views, serializers, or APIs; debugging ORM queries or migrations; optimizing database performance; implementing authentication; writing tests; or working with Django REST Framework. Follows Django best practices and modern patterns.

API 开发 129 7个月前
youdotcom-oss

ydc-claude-agent-sdk-integration

youdotcom-oss

Integrate Claude Agent SDK with You.com HTTP MCP server for Python

API 开发 62 6个月前
TerminalSkills

api-versioning

TerminalSkills

Version REST and GraphQL APIs. Use when a user asks to version an API, handle breaking changes, implement API deprecation, manage multiple API versions, or design an API evolution strategy.

API 开发 140 6个月前
TerminalSkills

api-tester

TerminalSkills

Test REST and GraphQL API endpoints with structured assertions and reporting. Use when a user asks to test an API, hit an endpoint, check if an API works, validate a response, debug an API call, test authentication flows, or verify API contracts. Supports GET, POST, PUT, PATCH, DELETE with headers, body, auth, and response validation.

API 开发 140 7个月前
TerminalSkills

api-rate-limiting

TerminalSkills

Implement API rate limiting. Use when a user asks to throttle API requests, prevent abuse, implement sliding window rate limiting, add per-user quotas, or protect APIs from DDoS and scraping.

API 开发 140 6个月前