Integrations & APIs
Integration agent skills teach AI agents to work with specific external services and APIs: third-party platforms, webhooks, MCP servers, and data syncs. Instead of re-explaining an API every session, install the skill and the agent knows the endpoints and conventions.
-
tomevault-io Bundle Github REST API Paginator LibraryProvides a typed pagination wrapper for the GitHub REST API using Octokit.js and the @octokit/plugin-paginate-rest plugin. Handles Link header parsing, rate limit detection via X-RateLimit-Remaining, and automatic retry with exponential backoff. Supports listing issues, pull requests, commits, and workflow runs with async iterator patterns.
-
tomevault-io Bundle Chemthermo Change LoopUse when implementing or reviewing changes in this Chemical-Thermodynamics repository. Apply the repo contract by reading .agents/brain/brain.md first, preserving SI-unit and public-API invariants, shipping thin vertical slices with a runnable golden path, running CI-equivalent quality gates (ruff format, ruff format --check, ruff check, pyright, pytest), verifying editable and non-editable install smoke checks, and updating ADR/brain docs when architecture or public API changes.
-
tomevault-io Bundle UI Sound DesignProgrammatic UI sound design using Web Audio API and Tone.js. Use when creating click sounds, notification chimes, toggle feedback, hover sounds, success/error audio, whoosh effects, or building a sound library for UI interactions. Provides an iterative describe-generate-listen-refine workflow with audio engineering knowledge translated into plain English. Use when this capability is needed.
-
tomevault-io Bundle IOS Swift API Design ReviewerReviews Swift function, type, and protocol interfaces for alignment with the Swift API Design Guidelines, with emphasis on call-site clarity, naming, parameter labeling, mutability conventions, and modern async/throws patterns. Use for public APIs, reusable components, SDKs, and shared modules. Use when this capability is needed.
-
tomevault-io Bundle Review IntegrationReview a meter or charger integration PR or file against project patterns and rules Use when this capability is needed.
-
tomevault-io Bundle Unit Test Service LayerProvides patterns for unit testing service layer with Mockito. Creates isolated tests that mock repository calls, verify method invocations, test exception scenarios, and stub external API responses. Use when testing service behaviors and business logic without database or external services.
-
tomevault-io Bundle Intellij Plugin DevelopmentIntelliJ plugin development reference when working on extension points, decompiling bundled plugin JARs, finding API usage examples, navigating IntelliJ SDK, or investigating how other plugins implement a feature. Use when this capability is needed.
-
tomevault-io Bundle Setting Up Synthetic MonitoringSetup synthetic monitoring for proactive performance tracking including uptime checks, transaction monitoring, and API health. Use when implementing availability monitoring or tracking critical user journeys. Trigger with phrases like "setup synthetic monitoring", "monitor uptime", or "configure health checks". Use when this capability is needed.
-
tomevault-io Bundle Golang Gin DatabasePostgreSQL integration for Go Gin with GORM/sqlx. Use when adding a database, writing queries, creating repositories, running migrations, or wiring DB layers in a Gin project. Use when this capability is needed.
-
tomevault-io Bundle Polar Integration ValidatorAutonomous validation of Polar.sh billing integration. Checks webhook endpoints, signature verification, subscription middleware, and environment configuration. Use when this capability is needed.
-
tomevault-io Bundle Error Handling GuidelinesError handling guidelines for TypeScript including custom error classes, try-catch patterns, error boundaries, API error handling, and recovery patterns. Auto-loaded when working with error handling code. Use when this capability is needed.
-
tomevault-io Bundle Iml1s Flutter Claude Skills Flutter API Reverse EngineeringFlutter / Mobile App API Reverse Engineering
-
tomevault-io Bundle Fullstack ClassicApply when working with classic fullstack patterns including jQuery AJAX, form handling, and C# MVC integration Use when this capability is needed.
-
tomevault-io Bundle Smoke Test Authenticated API RoutesCreate a minimal smoke-test plan for authenticated API routes (happy path, one negative case, and persistence checks). Use when this capability is needed.
-
tomevault-io Bundle Wundergraph GRAPHQL Federation Skill GRAPHQL FederationGraphQL Federation Skill
-
tomevault-io Bundle Smartthings SmartappsDesign, build, and troubleshoot SmartThings SmartApps (Connected Services), including app registration, lifecycles, configuration, subscriptions, scheduling, OAuth, hosting, testing, and troubleshooting using official docs. Use when this capability is needed.
-
tomevault-io Bundle Aaronmarkham Claude Studio Producer Provider IntegrationProvider Integration Skill
-
tomevault-io Bundle GRAPHQL Schema Registry ClientManages GraphQL schema versions using Apollo Schema Registry API and graphql-inspector. Performs schema diffing, breaking change detection, and composition validation for federated GraphQL architectures.
-
tomevault-io Bundle REST API Testing Reference KitComprehensive REST API testing reference using Postman Collection SDK v2.1 and Newman CLI. Includes assertion libraries for JSON Schema validation with Ajv, response time benchmarking, and contract testing patterns. Use when this capability is needed.
-
tomevault-io Bundle Create Data SourceCreate a new PySpark data source implementation. Use when adding a new connector, data source, or integration to the project. Use when this capability is needed.
-
tomevault-io Bundle Batching CachingThis skill should be used when the user asks about "Effect batching", "request batching", "Effect caching", "Cache", "Request", "RequestResolver", "Effect.cached", "Effect.cachedWithTTL", "automatic batching", "N+1 problem", "data loader pattern", "deduplication", or needs to understand how Effect optimizes API calls through batching and caching. Use when this capability is needed.
-
tomevault-io Bundle API Endpoint ImplementationDefines patterns for implementing FastAPI REST endpoints, including route definition, request/response models, error handling, and integration tests. Use when implementing any API endpoint to ensure consistency and best practices across endpoints. Use when this capability is needed.
-
tomevault-io Bundle Validating Openai API ImplementationsUse when reviewing OpenAI API usage, answering questions about OpenAI endpoints, or validating implementations against the official API specification. Provides expert knowledge on chat completions, embeddings, models, audio, assistants, batch processing, and moderations endpoints. Essential for code reviews involving OpenAI integrations and determining if features/parameters are part of the official API.
-
tomevault-io Bundle GRAPHQL Schema Drift DetectorDetects breaking changes in GraphQL schemas using graphql-inspector and the GraphQL introspection query. Compares schema versions, identifies removed fields, changed types, and deprecated directive usage. Use when this capability is needed.
-
tomevault-io Bundle REST API Test Suite GeneratorGenerates comprehensive API test suites from OpenAPI specs using Postman Collection SDK and Newman CLI. Creates parameterized test scenarios with environment-specific variables, auth flows, and assertion chains.
-
tomevault-io Bundle Aj Geddes Useful AI Prompts Payment Gateway IntegrationPayment Gateway Integration
-
tomevault-io Bundle Home Assistant Custom IntegrationExample scaffolding and checklists for developing Home Assistant custom integrations. Use when building or reviewing a custom integration based on the included example templates. Use when this capability is needed.
-
tomevault-io Bundle Macios Binding ProjectCreate standalone .NET binding library projects for third-party native iOS/macOS xcframeworks. Use when creating a new C# binding project for a vendor xcframework (e.g., Facebook SDK, Firebase, custom frameworks), scaffolding the .csproj and binding files, extracting API definitions from Objective-C headers, or setting up NuGet packaging for native library bindings. Covers project structure, header analysis, ApiDefinition.cs generation, and build/packaging. Use when this capability is needed.
-
tomevault-io Bundle Macios Header AnalysisAnalyze Objective-C and Swift framework headers to extract the complete API surface for .NET binding generation. Use when you need to read xcframework headers, identify classes/protocols/enums/constants/blocks/delegates, determine inter-framework dependencies, map ObjC/Swift declarations to C# binding patterns, and produce a structured API inventory before writing ApiDefinition.cs and StructsAndEnums.cs. Use when this capability is needed.
-
tomevault-io Bundle Antigravity Image GenGenerate images using the internal Google Antigravity API (Gemini 3 Pro Image). High quality, native generation without browser automation. Use when this capability is needed.
-
tomevault-io Bundle Beauty Generation FreeFREE AI image generation service for creating attractive people portraits. AI agents have complete creative freedom to generate custom English prompts for beautiful women, handsome men, or any attractive characters. Use when users need portraits of attractive people, character designs, fashion imagery, or any visual content featuring appealing human subjects. Use when this capability is needed.
-
tomevault-io Bundle Pr Review AutomationUse when Gemini bot completes PR review with priority labels (🔴🟡🟢⚪) - MANDATORY loop until meaningfulUnprocessedCount=0, then automatically processes new feedback by priority with 3-minute polling, state tracking for resumable processing, and @superpowers:executing-plans integration
-
tomevault-io Bundle Create Integration TestGenerates PHPUnit integration tests for PHP 8.4. Creates tests with real dependencies, database transactions, HTTP mocking. Supports repositories, API clients, message handlers.
-
tomevault-io Bundle REST API Response Schema ValidatorValidates live API responses against JSON Schema definitions using Ajv (Another JSON Schema Validator). Supports OpenAPI 3.x schema extraction and detects undocumented fields or type mismatches.
-
tomevault-io Bundle API Endpoint DevelopmentStandards for developing FastAPI routers and Pydantic schemas. Use this when creating new API endpoints or modifying response schemas. Use when this capability is needed.
-
tomevault-io Bundle Data Fetcher IntegrationGuidelines for integrating new data series (FRED, CoinGecko) into background workers. Use this when expanding the dashboard's data coverage with new economic or crypto indicators. Use when this capability is needed.
Frequently asked questions
What are Integrations & APIs agent skills?
Integration agent skills teach AI agents to work with specific external services and APIs: third-party platforms, webhooks, MCP servers, and data syncs. Instead of re-explaining an API every session, install the skill and the agent knows the endpoints and conventions.
Which Integrations & APIs skills are most installed?
Popular Integrations & APIs skills on SkillMD right now include GitHub REST API Paginator Library, chemthermo-change-loop, ui-sound-design. Rankings shift as installs change; sort this page by "Most installs" for the live list.
Do Integrations & APIs skills work with Claude Code and Cursor?
Yes. Every skill here ships as a SKILL.md file, an open format that works in Claude Code, Claude.ai, Cursor, Codex, Windsurf, and 60+ other agents. Install one with npx skillmds@latest add <owner>/<name>, or copy the file into your agent's skills directory.