- Home
- /
- Categories
- /
- API Dev
API Dev
API design, REST, GraphQL
astro
by BankkRoll
"Scraped from https://docs.astro.build/ Source: https://docs.astro.build. Use when questions involve: en."
openharmony-arkts-utils
by mengfei0053
OpenHarmony ArkTS工具库快速参考 - 并发、TaskPool、Worker、Sendable、XML、Buffer、JSON、容器和运行时特性
design-library
by seonghyeonkimm
Library/API 설계 판단 기준. /design command의 D step에서 기술 라이브러리를 설계할 때 참조.
animejs
by lucking7
"Use when creating JavaScript animations with Anime.js v4, implementing web animations, or when user mentions anime.js/animejs. Triggers on v3 code symptoms: anime() instead of animate(), translateX instead of x, easeOutExpo instead of outExpo, anime.timeline() instead of createTimeline(). Also triggers on: CSS animation, SVG animation, scroll-driven animation, drag interaction, text splitting, layout FLIP, spring physics, stagger patterns in JavaScript."
AI README Authoring Guide
by josavicentevw
```
agency-digest-setup
by Victorpay1
Get daily A/B test updates in Slack for multiple brands. Use when you want morning summaries of all your Intelligems tests, need to monitor tests across multiple stores or clients, or want automated Slack notifications with key metrics like revenue per visitor, profit per visitor, and conversion rates. Perfect for agencies managing multiple brands.
charts-3d
by makgunay
Swift Charts 3D visualization with Chart3D container, SurfacePlot for 3D surface rendering from functions or data, Chart3DPose for viewing angle control (predefined poses and custom azimuth/inclination), Chart3DSurfaceStyle for gradient coloring, interactive rotation via @State binding, axis customization (labels, gridlines, value ranges), and visionOS volumetric rendering. Use when building data visualization with 3D surfaces, scientific plots, or immersive chart experiences.
cloudflare-r2
by SerendipityOneInc
Cloudflare R2 object storage with S3-compatible API and zero egress fees
qa-acceptance
by lpding888
质量验收专家,从用户视角验证交付物可用性/正确性/性能/回归。遵循阻断不合格交付、脚本化验证、数据隔离、覆盖验收标准的工程基线。使用 Playwright(E2E)、Jest+Supertest(API)、k6(性能)等工具。适用于收到 QA 部门任务卡(如 CMS-Q-001)或需要验收交付物时使用。
render-sandbox
by computesdk
Guide for creating and managing Render sandboxes using ComputeSDK. Use when building applications that need self-hosted sandbox environments on Render's cloud platform for code execution with zero infrastructure setup.
h3-js
by frontboat
Index points into a hexagonal grid
railway-sandbox
by computesdk
Guide for creating and managing Railway sandboxes using ComputeSDK. Use when building applications that need self-hosted sandbox environments on Railway's infrastructure for code execution, containerized development, or persistent services.
social-media-api-best-practices
by getlate-dev
Best practices for integrating social media APIs (Instagram, TikTok, YouTube, Twitter/X, LinkedIn, Facebook, Threads, Pinterest, Bluesky, Snapchat, Google Business, Reddit, Telegram). Covers OAuth, AT Protocol, rate limiting, media uploads, encryption, and error handling. Use when building social media integrations, scheduling systems, or debugging platform API issues.
cpp-core-guidelines
by Ariaszzzhc
C++ Core Guidelines by Stroustrup and Sutter for writing modern, safe, and efficient C++ code. Use when writing, reviewing, or refactoring C++ code to ensure type safety, resource safety, and performance. Triggers on C++ code tasks including interface design, resource management (memory, handles, locks), class design, error handling, concurrency, templates, and general code review. Use for questions like "review this C++ code", "how should I manage resources in C++", "best practices for C++ interfaces", or when writing any C++ code that should follow modern standards (C++11/14/17/20).
nestjs
by dmonteroh
"Build and evolve NestJS backends with correct DI/module boundaries, request lifecycle hygiene (pipes/guards/interceptors/filters), validation + serialization, OpenAPI, and testing. Use when adding or refactoring NestJS endpoints/modules and needing deterministic steps, output contracts, and verification gates."
graphql-codegen
by pluginagentmarketplace
Generate TypeScript types and React hooks from GraphQL schemas
platform-api
by MakingChatbots
Queries the Genesys Cloud Platform API schema for endpoint details,
research-prep
by addozhang
Collect and organize first-hand research materials for technical writing. Use when the user wants to gather official documentation, source code examples, GitHub issues, or original technical resources before writing. Outputs structured research files ready for the writing phase.
fullstack-modern
by twofoldtech-dakota
Apply when working with modern fullstack patterns including React/Vue, GraphQL, REST APIs, and headless architectures
nestjs-better-auth
by AnasX7
Use when integrating Better Auth with NestJS applications - setting up authentication, route protection, guards, decorators, and hooks in NestJS
umbraco-modern-guide
by twofoldtech-dakota
Apply when working with Umbraco 14+, Lit components, Content Delivery API, or backoffice extensions
authkit
by picahq
Add OAuth connections for 200+ platforms (Gmail, Slack, HubSpot, etc.) with Pica's drop-in AuthKit widget
coder-convex
by jovermier
Self-hosted Convex development in Coder workspaces with authentication, queries, mutations, React integration, and environment configuration
python
by dmonteroh
"Build modern Python 3.x services and libraries with async patterns, robust typing, and production-ready practices. Use for Python implementation, refactors, and tooling guidance when a Python runtime is required."