api▌
141 indexed skills · max 10 per page
web-audio-api
martinholovsky/claude-skills-generator · Backend
This skill provides Web Audio API expertise for creating audio feedback, voice processing, and sound effects in the JARVIS AI Assistant.
vue-options-api-best-practices
vuejs-ai/skills · Frontend
Vue 3 Options API patterns, TypeScript integration strategies, and context-binding gotchas. \n \n Covers TypeScript type safety for component properties, this context, prop validators, event handlers, complex types, provide/inject, and computed return types \n Addresses common method and lifecycle hook pitfalls: arrow function binding issues, context loss, and stateful method state leakage across instances \n Organized as a reference guide with linked examples for each pattern and anti-pattern \
hono-api-scaffolder
jezweb/claude-skills · Backend
Generate structured API routes, middleware, and documentation for Cloudflare Workers projects using Hono. \n \n Creates resource-grouped route files with Zod validation, typed bindings, and error handling \n Includes auth middleware templates, CORS setup, and end-to-end RPC type safety patterns \n Generates API_ENDPOINTS.md documentation with endpoint signatures, auth requirements, and response schemas \n Designed to run after project initialization via cloudflare-worker-builder or vite-flare-st
api-fuzzing-for-bug-bounty
davila7/claude-code-templates · Backend
Provide comprehensive techniques for testing REST, SOAP, and GraphQL APIs during bug bounty hunting and penetration testing engagements. Covers vulnerability discovery, authentication bypass, IDOR exploitation, and API-specific attack vectors.
design-an-interface
explainx/design-an-interface · design
Generate multiple radically different interface designs for a module using parallel sub-agents.
flask-api-development
aj-geddes/useful-ai-prompts · Backend
Build modular Flask REST APIs with blueprints, SQLAlchemy ORM, JWT authentication, and validation. \n \n Covers application setup, database models, JWT authentication, blueprints for modular design, request validation, and configuration management \n Includes error handling middleware, CORS support, request ID tracking, and proper HTTP status code responses \n Emphasizes input validation, environment-based configuration, and comprehensive logging for production readiness \n Provides reference gu
comfyui-api
mckruz/comfyui-expert · Frontend
Connect to ComfyUI's REST API to execute workflows, monitor progress, and retrieve outputs.
database-lookup
K-Dense Inc./database-lookup · research
Search 78 public scientific, biomedical, materials science, and economic databases via REST APIs.
api-fuzzing-bug-bounty
sickn33/antigravity-awesome-skills · Backend
api-fuzzing-bug-bounty
aspnet-minimal-api-openapi
github/awesome-copilot · Backend
ASP.NET Minimal API endpoints with automatic OpenAPI/Swagger documentation and strong typing. \n \n Organize endpoints using MapGroup() , endpoint filters, and feature-based folder structures for scalability \n Define explicit request/response DTOs with validation attributes; use record types and TypedResults for type safety \n Leverage .NET 9 built-in OpenAPI support with operation summaries, descriptions, operationIds, and property-level documentation via [Description()] \n Apply document and