- Home
- /
- Categories
- /
- API Dev
API Dev
API design, REST, GraphQL
fundamentals
by pluginagentmarketplace
TypeScript type system fundamentals and basic typing patterns
dotnet-core-expert
by baotoq
Use when building .NET 8 applications with minimal APIs, clean architecture, or cloud-native microservices. Invoke for Entity Framework Core, CQRS with MediatR, JWT authentication, AOT compilation.
api-docs
by Leechael
Analyze FastAPI route files and complete API documentation metadata. Follows the complete call stack including Depends, traces all possible errors, and generates comprehensive OpenAPI documentation elements. Use when: user provides a file path with @filename syntax and wants API docs completed.
fastapi-best-practices
by ahmed6ww
FastAPI production-grade best practices and guidelines for building scalable, high-performance web APIs. Covers project structure, async concurrency, Pydantic validation, dependency injection, and database patterns.
aif-skill
by mommocmoc
AIF (Agent Interfaces Framework) Engine. Use this skill when you need to create a fast, single-binary CLI wrapper for a SaaS API instead of building a heavy MCP server. AIF takes a simple JSON API specification (spec.json) and automatically generates a compiled Go CLI tool that handles authentication, multipart forms, and outputs pure JSON. Workflow for AI Agents: 1. Read the target service's API documentation. 2. Create a spec.json defining the CLI name, commands, HTTP methods, endpoints, flags, and array_flags. 3. Run bash scripts/aif.sh build spec.json to generate the standalone binary. 4. Use the newly generated CLI to interact with the API (e.g., ./mycli auth login --token "..." then ./mycli post ...).
backend-test-additions
by velcrafting
Add or extend backend tests to prove behavior, invariants, and regressions for services/endpoints/jobs.
hasura-docker-cli
by jovermier
Activate when using Hasura CLI commands in a self-hosted Docker environment, including migrations, metadata management, and console access via docker exec.
redux-state-management
by pluginagentmarketplace
Master Redux Toolkit for production state management including slices, async thunks, RTK Query, and error handling
buy
by Must-be-Ash
Pay for x402-protected API endpoints with USDC. Use when calling APIs that return HTTP 402 Payment Required, integrating payments into agents, handling x402 payment requirements, building autonomous agents that pay for API access, or discovering paid services via Bazaar. Supports EVM (Base, Ethereum, Avalanche) and Solana networks.
busirocket-supabase
by BusiRocket
Enforces Supabase access patterns and service boundaries. Use only when
vue-expert
by Shohzod-Abdusamatov-7777777
Use when building Vue 3 applications with Composition API, Nuxt 3, Naive ui , or Quasar. Invoke for Pinia, TypeScript, PWA, Capacitor mobile apps, Vite configuration.
frontend-hooks-creation
by Workshop-Ventures
Create React Query hooks for API endpoints with proper typing and cache invalidation. Use when asked to "create hooks", "add frontend hooks", "create API hooks", or "add React Query hooks".
git-commit
by khw1031
Git 변경 사항을 분석하여 의미있는 커밋 메시지를 자동 생성합니다. 커밋, 커밋 메시지 작성, 변경사항 커밋, git commit 요청 시 사용.
hl-account-overview
by cezar-r
Query account state and understand position/balance data structures on Hyperliquid. Use when user asks about account data, positions, margin, balances, or clearinghouse state.
Founder Wellness
by yamz8
This skill should be used when the user asks about "founder burnout", "startup stress", "work-life balance for founders", "founder mental health", "sustainable pace", "how to avoid burnout", "founder exhaustion", "managing stress as CEO", "founder loneliness", "when to take breaks", or discusses feeling overwhelmed, exhausted, isolated, or questioning whether to continue.
documentation-writer
by jgarrison929
Use when writing API documentation, READMEs, changelogs, architecture decision records (ADRs), migration guides, onboarding guides, troubleshooting docs, code comments, or any technical documentation task.
root-cause-challenge-pattern
by shimo4228
"Use when evaluating whether a new feature, dependency, or abstraction is truly needed. 5-step root cause challenge."
nodejs
by dmonteroh
"Use when building production-ready Node.js backend services with Express or Fastify, covering API design, middleware, authentication, error handling, and database integration."
graphql-apollo-server
by pluginagentmarketplace
Build production GraphQL servers with Apollo Server, plugins, and federation
convex-file-system
by Imfa-Solutions
ConvexFS (convex-fs) — path-based file storage and serving component for Convex powered by bunny.net CDN. Covers installation, setup, file upload/download flows, path management, blob lifecycle, atomic transactions (move/copy/delete), compare-and-swap, signed URLs, file expiration, garbage collection, auth for uploads/downloads, multiple filesystems, React integration, and production best practices. Use when working with ConvexFS, uploading files in Convex, serving files via CDN, managing file paths, building file storage features, or configuring bunny.net with Convex. Triggers on: convex-fs, ConvexFS, bunny.net, file upload, file storage convex, blob, commitFiles, registerRoutes, buildDownloadUrl, fs.stat, fs.list, fs.transact, fs.move, fs.copy, fs.delete, fs.writeFile, fs.getDownloadUrl, "how do I upload files in Convex", "serve files from Convex", "ConvexFS setup".
mintlify-docs
by BankkRoll
"Scraped from https://mintlify.com/docs/ Source: https://mintlify.com/docs/. Use when questions involve: agent, ai, api playground, api reference, authentication personalization, components."
moltbook
by jgarrison929
Interact with Moltbook social network for AI agents. Post, reply, browse, and analyze engagement. Use when the user wants to engage with Moltbook, check their feed, reply to posts, or track their activity on the agent social network.
GenSpark Image Download Skill
by mmcmedia
Key insight: Browser has auth cookies; `` uses them automatically.
efcore-patterns
by baotoq
Entity Framework Core best practices including NoTracking by default, query splitting for navigation collections, migration management, dedicated migration services, and common pitfalls to avoid.