- Home
- /
- Categories
- /
- API Dev
API Dev
API design, REST, GraphQL
RxJS Interop
by HoangNguyen0403
Bridging Observables and Signals using toSignal and toObservable.
Documentation Standards
by HoangNguyen0403
Essential rules for code comments, READMEs, and technical documentation.
Android Networking
by HoangNguyen0403
Standards for Retrofit, OkHttp, and API Communication
Android Notifications
by HoangNguyen0403
Push notifications for Android using Firebase Cloud Messaging and NotificationCompat.
mcp-setup
by Yeachan-Heo
Configure popular MCP servers for enhanced agent capabilities
configure-discord
by Yeachan-Heo
Configure Discord webhook/bot notifications via natural language
aigcpanel-skills
by modstart-lib
通过 AigcPanel Pro 内置 HTTP 接口调用本地 AI 模型。当需要列出可用模型、调用模型生成内容、或查询任务结果时使用本技能。适用场景:自动化脚本调用 AI 模型、外部程序集成 AigcPanel Pro、批量处理任务。
reviewing-code
by PrefectHQ
Review code for quality, maintainability, and correctness. Use when reviewing pull requests, evaluating code changes, or providing feedback on implementations. Focuses on API design, patterns, and actionable feedback.
bfl-api
by black-forest-labs
BFL FLUX API integration guide covering endpoints, async polling patterns, rate limiting, error handling, webhooks, and regional endpoints with Python and TypeScript code examples.
tooluniverse-clinical-trial-design
by mims-harvard
Strategic clinical trial design feasibility assessment using ToolUniverse. Evaluates patient population sizing, biomarker prevalence, endpoint selection, comparator analysis, safety monitoring, and regulatory pathways. Creates comprehensive feasibility reports with evidence grading, enrollment projections, and trial design recommendations. Use when planning Phase 1/2 trials, assessing trial feasibility, or designing biomarker-driven studies.
openai-image-vision
by zhayujie
Analyze images using OpenAI's Vision API. Use bash command to execute the vision script like 'bash <base_dir>/scripts/vision.sh <image> <question>'. Can understand image content, objects, text, colors, and answer questions about images.
b2c-slas-auth-patterns
by SalesforceCommerceCloud
Implement advanced SLAS authentication patterns in B2C Commerce. Use when implementing passwordless login (email OTP, SMS OTP, passkeys), session bridging between PWA and SFRA, hybrid authentication, token refresh, or trusted system authentication. Covers authentication flows, token management, and JWT validation.
b2c-hooks
by SalesforceCommerceCloud
Implement hooks using HookMgr and extension points in B2C Commerce. Use when extending OCAPI/SCAPI behavior, handling system events like order calculation, or registering custom hook implementations. Covers hooks.json, dw.ocapi hooks, and custom extension points.
read-docs
by fuma-nama
Enables efficient, accurate retrieval of content from Fumadocs-powered documentation sites.
api-development
by labring
FastGPT API 开发规范。重点强调使用 zod schema 定义入参和出参,在 API 文档中声明路由信息,编写对应的 OpenAPI 文档,以及在 API 路由中使用 schema.parse 进行验证。
api-development
by labring
FastGPT API 开发规范。重点强调使用 zod schema 定义入参和出参,在 API 文档中声明路由信息,编写对应的 OpenAPI 文档,以及在 API 路由中使用 schema.parse 进行验证。
test-skill
by labring
当用户需要编写一个单元测试时,触发该 skill,编写单元测试。
openspec-bulk-archive-change
by rivet-dev
Archive multiple completed changes at once. Use when archiving several parallel changes.
openspec-bulk-archive-change
by rivet-dev
Archive multiple completed changes at once. Use when archiving several parallel changes.
openspec-bulk-archive-change
by rivet-dev
Archive multiple completed changes at once. Use when archiving several parallel changes.
repo-website-api-create
by open-circle
Create new API reference pages for the Valibot website at website/src/routes/api/. Use when adding documentation for new schemas, actions, methods, or types. Covers reading source code, creating properties.ts and index.mdx files, updating menu.md, and cross-referencing related APIs.
adding-env-variables
by inkeep
"Guide for adding new environment variables to the codebase. Ensures env.ts schemas include descriptions and .env.example is kept in sync. Triggers on: add env variable, new environment variable, env.ts change, add config variable, INKEEP_, adding to .env."
product-surface-areas
by inkeep
Consolidated dependency graph of Inkeep customer-facing surface areas (UIs, CLIs, SDKs, APIs, protocols, config formats). Example use: as a prd-time (planning/brainstorming phase) or post-change checklist to understand the full scope of side-effects or what making one change to the product means for the rest. Use whenever you need to understand the "ripple" out effects of any change.
cloudflare-email-service
by cloudflare
Send and receive transactional emails with Cloudflare Email Service (Email Sending + Email Routing). Use when building email sending (Workers binding or REST API), email routing, Agents SDK email handling, or integrating email into any app — Workers, Node.js, Python, Go, etc. Also use for email deliverability, SPF/DKIM/DMARC, wrangler email setup, MCP email tools, or when a coding agent needs to send emails. Even for simple requests like "add email to my Worker" — this skill has critical config details.