- Home
- /
- Categories
- /
- API Dev
API Dev
API design, REST, GraphQL
Skill: Crear Entrada de Blog
by arturo-lr-dev
Esto genera las páginas estáticas para cada post.
nestjs
by yldgio
NestJS module architecture, dependency injection, guards, interceptors, and DTO validation
TMF Test Data & Reference Implementation Generator Skill
by contextware
Skill Version: 1.3.0
parallel-requests
by zagi
Detect sequential independent HTTP/API calls and refactor to parallel execution. Covers Promise.all (JS/TS), asyncio.gather (Python), and 7 more languages.
elevenlabs-storyteller
by liuhetian
使用 ElevenLabs API 将故事文本转换为高质量语音音频。适用于用户需要讲故事、朗读文本、生成有声读物或进行文本转语音时使用。
scratchpad
by Chen19007
Workflow standardization for isolated trial experiments. Use when: (1) Testing hypotheses, (2) Trying API usage, (3) Debugging isolated issues, (4) Keeping main context clean. Focus on RESULTS, not process.
transcribe-audio
by DavidsonGomes
Transcreve arquivos de áudio para texto usando o app transcribe.py (Whisper na nuvem via Groq gratuito ou OpenAI). Use SEMPRE que o usuário pedir para transcrever, ouvir, ler ou "passar para texto" um áudio — notas de voz do WhatsApp (.ogg), gravações, ou anexos de voz em .m4a, .mp3, .wav, .flac. Dispare mesmo que o usuário só anexe/mencione um arquivo de áudio e peça "o que ele diz", "resume esse áudio" ou "transcreve aí", sem dizer a palavra "transcrever". Roda nesta máquina (Linux/WSL2) via o app transcribe.py — Whisper na nuvem (Groq gratuito por padrão, ou OpenAI), sem modelo local.
pixel-perfect
by dzyamik
MIT.
shopify-liquid-templates
by skomskiy
Liquid template best practices for Shopify themes - snippets, logic, image handling, and SVG usage. Use when writing or modifying Liquid templates in Shopify themes.
dedsi-vue3-coding
by DedsiTeam
Vue 3 coding guidelines and best practices with Dedsi UI components
cloudflare-r2
by brixtonpham
Guide for implementing Cloudflare R2 - S3-compatible object storage with zero egress fees. Use when implementing file storage, uploads/downloads, data migration to/from R2, configuring buckets, integrating with Workers, or working with R2 APIs and SDKs.
Environment Variables & Configuration
by tachfineamnay
Toutes les variables d'environnement de Lumira V2, leur usage, et la configuration par environnement (dev/prod).
transmit
by sendwithxmit
Transmit email API. Send transactional emails, manage templates, and sync contacts. Triggers on: send email, transactional email, email API, transmit, xmit.
commander
by yusenthebot
the complete solution for node.js command-line programs. Use when: Declaring program variable; Command-arguments; Life cycle hooks. NOT for: web browser UI rendering; server-side HTML generation.
scraping
by zhongjis
Fetches web pages, parses HTML with CSS selectors, calls REST APIs, and scrapes dynamic content. Use when extracting data from websites, querying JSON APIs, or automating browser interactions.
dedsi-native-coding
by DedsiTeam
DedsiNative (.NET 10) DDD/Clean Architecture Web API 开发规范、模板与排错指引。用于在 content/src 下新增或维护 Domain/Infrastructure/Operation/HttpApi 代码、补全 EF Core 配置/仓储/Minimal API 端点,或排查 DI/数据库/异常处理中间件问题。
codebase-skill
by beyondeth
"Codebase.blog auto-posting via MCPorter + OAuth. Trigger words: 자동포스팅, 자동포스팅해, 포스팅해줘, 블로그 포스팅해줘, 글 발행해줘, create post, publish post. Route rule: skill로 -> mcporter (/mcp-remote), mcp로 -> direct MCP (/mcp), ambiguous defaults to skill."
riverflow-2-partners-api
by sourceful-official
Riverflow 2.0 API integration guidance for launch partners (Replicate, Runware, OpenRouter). Use when linking to partner docs, confirming partner access, and avoiding provider-specific assumptions.
openproject-queries
by hoangvantuan
Manage OpenProject saved queries via API v3. Create, update, delete saved queries (views). Build complex filters for work packages. Use when creating custom views, saving filter configurations, or automating query management.
umbraco-content-delivery-api
by NikiSkaarup
Guide Claude to use the Umbraco Content Delivery API effectively and safely.
component-builder
by atovk
生成 UI 组件代码,支持 React、Vue、Svelte 等框架
api-documentation-generator
by automindtechnologie-jpg
"Generate comprehensive, developer-friendly API documentation from code, including endpoints, parameters, examples, and best practices"
testing
by Nomik94
프로젝트 테스트 패턴 레퍼런스. Use when: 테스트 작성, 테스트 코드 짜기, 테스트 구조 잡기, 테스트 어떻게 써, conftest 설정, 픽스처 만들기, fixture 구성, db_session 픽스처, 도메인 유닛 테스트, 서비스 테스트, mock repository, AsyncMock, 통합 테스트, API 테스트, httpx AsyncClient, TestClient, testcontainers, 실제 PostgreSQL 테스트, 테스트 DB, 커버리지, coverage 설정, pytest 설정, asyncio_mode, 테스트 격리, 트랜잭션 롤백, 테스트별 독립. NOT for: pytest 기본 문법, assert 사용법.
fetch
by zap-studio
Use when building typed HTTP clients with schema-validated responses or replacing unsafe fetch assertions.