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.
-
blackpearl-ai Skill Agency Desktop App EngineerExpert desktop application engineer for Electron and Tauri — secure IPC and process isolation, code signing and notarization, auto-update pipelines, native OS integration, and resource-footprint discipline.
-
blackpearl-ai Skill Agency Drupal Shopping CartExpert Drupal e-commerce engineer specializing in Drupal Commerce for product catalog management, payment gateway integration, checkout workflow design, order management, tax and promotion configuration, and high-reliability storefront delivery on Drupal 10/11
-
blackpearl-ai Skill Agency API Platform EngineerExpert API platform engineer for public and partner APIs — contract-first design (OpenAPI/gRPC), versioning and deprecation policy, SDK generation, API gateway concerns (auth, rate limiting, quotas), and developer-portal DX.
-
blackpearl-ai Skill Agency Ma Integration ManagerMergers and acquisitions integration specialist who designs and executes post-merger integration programs — covering Day 1 readiness, 100-day planning, synergy tracking, cultural integration, functional workstream coordination, and transition service agreement management.
-
rudironsoni Skill Dotnet API Versioning 7Versions HTTP APIs. Asp.Versioning.Http/Mvc, URL segment, header, query string, sunset.
-
rudironsoni Skill Dotnet Multi Targeting 7Targets multiple TFMs via polyfills and conditional compilation. PolySharp, API compat.
-
rudironsoni Skill Dotnet Snapshot Testing 7Verifies complex outputs with Verify. API responses, scrubbing non-deterministic values.
-
rudironsoni Skill Dotnet Testing Strategy 7Decides how to test .NET code. Unit vs integration vs E2E decision tree, test doubles.
-
rudironsoni Skill Dotnet Csharp API Design 7Designs public .NET APIs. Naming, parameter ordering, return types, error patterns, extensions.
-
rudironsoni Skill Dotnet Library API Compat 7Maintains library compatibility. Binary/source compat rules, type forwarders, SemVer impact.
-
rudironsoni Skill Dotnet Integration Testing 7Tests with real infrastructure. WebApplicationFactory, Testcontainers, Aspire, fixtures.
-
rudironsoni Skill Dotnet Service Communication 7Chooses inter-service protocols. REST vs gRPC vs SignalR vs SSE decision matrix, tradeoffs.
-
rudironsoni Skill Dotnet API Surface Validation 7Detects API surface changes in CI. PublicApiAnalyzers, Verify snapshots, ApiCompat gating.
-
wyattjy Skill Lark Skill Maker 2创建 lark-cli 的自定义 Skill。当用户需要把飞书 API 操作封装成可复用的 Skill(包装原子 API 或编排多步流程)时使用。
-
wyattjy Bundle Gh Address CommentsAddress actionable GitHub pull request review feedback. Use when the user wants to inspect unresolved review threads, requested changes, or inline review comments on a PR, then implement selected fixes. Use the GitHub app for PR metadata and flat comment reads, and use the bundled GraphQL script via `gh` whenever thread-level state, resolution status, or inline review context matters.
-
wyattjy Bundle Gh Address Comments 2Address actionable GitHub pull request review feedback. Use when the user wants to inspect unresolved review threads, requested changes, or inline review comments on a PR, then implement selected fixes. Use the GitHub app for PR metadata and flat comment reads, and use the bundled GraphQL script via `gh` whenever thread-level state, resolution status, or inline review context matters.
-
wyattjy Bundle NotionNotion API via curl: pages, databases, blocks, search.
-
rudironsoni Skill Dotnet Testing Autofixture Basics 3Using AutoFixture to automatically generate test data basic skill. Used when quickly generating test objects, reducing boilerplate code, and implementing anonymous testing. Covers Fixture.Create, CreateMany, circular reference handling, and xUnit integration. Keywords: autofixture, fixture, auto-generate test data, test data generation, anonymous testing, anonymous testing, fixture.Create, CreateMany, fixture.Build, Create<T>, AutoFixture.Xunit2, OmitOnRecursionBehavior, IFixture, generate test data, generate test data
-
rudironsoni Skill Dotnet Testing Advanced Tunit Advanced 3Complete guide for TUnit advanced applications. Use when using TUnit for data-driven testing, dependency injection, or integration testing. Covers MethodDataSource, ClassDataSource, Matrix Tests, Properties filtering. Includes Retry/Timeout control, WebApplicationFactory integration, Testcontainers multi-service orchestration. Keywords: TUnit advanced, TUnit advanced, MethodDataSource, ClassDataSource, Matrix Tests, MatrixDataSource, MicrosoftDependencyInjectionDataSource, Property, Retry, Timeout, data-driven testing, test filtering, WebApplicationFactory TUnit, multi-container orchestration
-
rudironsoni Skill Dotnet Testing Awesome Assertions Guide 3Using AwesomeAssertions for fluent and readable test assertion skill. Used when writing clear assertions, comparing objects, validating collections, handling complex comparisons. Covers Should(), BeEquivalentTo(), Contain(), ThrowAsync() and complete API. Keywords: assertions, awesome assertions, fluent assertions, assertion, fluent assertion, Should(), Be(), BeEquivalentTo, Contain, ThrowAsync, NotBeNull, object comparison, collection validation, exception assertion, AwesomeAssertions, FluentAssertions, fluent syntax
-
rudironsoni Skill Dotnet Testing Autofixture Customization 3Complete guide for AutoFixture advanced customization techniques. Use when you need to customize AutoFixture builders or handle special type test data generation rules. Covers DataAnnotations automatic integration, ISpecimenBuilder implementation, priority management. Includes DateTime/numeric range builders, generic design, and fluent extension methods. Keywords: autofixture customization, autofixture customize, autofixture customization, specimen builder, ISpecimenBuilder, RandomDateTimeSequenceGenerator, NumericRangeBuilder, DataAnnotations autofixture, fixture.Customizations, Insert(0), custom builder, NoSpecimen, generic builder
-
rudironsoni Skill Dotnet Testing Autodata Xunit Integration 3Complete guide for AutoFixture and xUnit integration. Use when you need to use AutoData or InlineAutoData to simplify xUnit parameterized test data preparation. Covers custom Customization and test data attributes to improve test readability and maintainability. Keywords: AutoData, InlineAutoData, AutoFixture xUnit, [AutoData], [InlineAutoData], AutoDataAttribute, ICustomization, DataAttribute, parameterized test, Theory AutoData, MemberAutoData, test data attributes, fixture.Customize
-
rudironsoni Skill Dotnet Testing Autofixture Bogus Integration 3Complete guide for AutoFixture and Bogus integration. Use when you need to combine AutoFixture with Bogus to generate test data that is both anonymous and realistic. Covers SpecimenBuilder integration, hybrid generators, test data factories, and circular reference handling. Keywords: autofixture bogus integration, autofixture bogus, bogus integration, Faker, EmailSpecimenBuilder, PhoneSpecimenBuilder, NameSpecimenBuilder, realistic test data, semantic data, hybrid generator, HybridTestDataGenerator, OmitOnRecursionBehavior, circular reference
-
rudironsoni Skill Dotnet Testing Advanced Aspnet Integration Testing 3Specialized skill for ASP.NET Core integration testing. Use when testing Web API endpoints, HTTP request/response, middleware, and dependency injection. Covers WebApplicationFactory, TestServer, HttpClient testing, in-memory database configuration. Keywords: integration testing, web api testing, WebApplicationFactory, TestServer, HttpClient testing, controller testing, endpoint testing, RESTful API testing, Microsoft.AspNetCore.Mvc.Testing, CreateClient, ConfigureWebHost, AwesomeAssertions.Web, Be200Ok, Be404NotFound, middleware testing, dependency injection testing
-
rudironsoni Skill Dotnet Testing Advanced Webapi Integration Testing 3Complete guide for ASP.NET Core Web API integration testing. Use when performing integration testing on Web API endpoints or validating ProblemDetails error format. Covers WebApplicationFactory, IExceptionHandler, Testcontainers multi-container orchestration, Flurl URL construction, and AwesomeAssertions HTTP validation. Keywords: webapi integration testing, WebApplicationFactory, asp.net core integration test, webapi integration test, IExceptionHandler, ProblemDetails, ValidationProblemDetails, AwesomeAssertions, Flurl, Respawn, Be201Created, Be400BadRequest, multi-container testing, Collection Fixture, global exception handling
-
rudironsoni Skill Dotnet Testing Autofixture Nsubstitute Integration 3AutoFixture and NSubstitute Integration Guide - Implementing Auto-Mocking. Use when you need to automatically create mock objects and simplify testing of complex dependency injection. Covers AutoNSubstituteDataAttribute, Frozen mechanism, Greedy construction strategy. Includes customized handling for special dependencies like IMapper (AutoMapper/Mapster). Keywords: autofixture nsubstitute, auto mocking, AutoNSubstituteDataAttribute, auto-mocking, Frozen, AutoNSubstituteCustomization, AutoFixture.AutoNSubstitute, Greedy, fixture.Freeze, Received(), Returns(), IMapper, AutoMapper, Mapster, mapper testing
-
atulpurohit Skill Seed DataProfessional Seed Data Expert skill. Build performant, secure, and scalable backend logic and RESTful or GraphQL APIs.
-
atulpurohit Skill API DesignDesign clean, versioned, consistent APIs using REST, GraphQL, or gRPC best practices. Use before building any public or internal API surface.
-
atulpurohit Skill Dx AuditorProfessional Dx Auditor skill. Build performant, secure, and scalable backend logic and RESTful or GraphQL APIs.
-
atulpurohit Skill Python APIProfessional Python API Expert skill. Build performant, secure, and scalable backend logic and RESTful or GraphQL APIs.
-
atulpurohit Skill Cdc StreamsProfessional CDC Streams Expert skill. Build performant, secure, and scalable backend logic and RESTful or GraphQL APIs.
-
atulpurohit Skill GRAPHQL APIProfessional Graphql API Expert skill. Build performant, secure, and scalable backend logic and RESTful or GraphQL APIs.
-
atulpurohit Skill Laravel APIBuild production-ready RESTful APIs with Laravel. Covers authentication (Sanctum/Passport), versioning, resources, rate limiting, and API testing.
-
atulpurohit Skill Node ExpertProfessional Node Expert skill. Build performant, secure, and scalable backend logic and RESTful or GraphQL APIs.
-
atulpurohit Skill Cakephp RESTBuild secure, fast RESTful APIs using CakePHP's built-in routing and serialization capabilities.
-
atulpurohit Skill Cqrs PatternProfessional Cqrs Pattern Expert skill. Build performant, secure, and scalable backend logic and RESTful or GraphQL APIs.
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 agency-desktop-app-engineer, agency-drupal-shopping-cart, agency-api-platform-engineer. 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.