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.
-
chatandbuild Bundle Subagent Driven DevelopmentUse this skill when decomposing and coordinating multi-step implementation or DevOps work across focused subagents with explicit ownership, handoffs, validation, and final integration checks.
-
chatandbuild Bundle Parallel Feature DevelopmentUse this skill when coordinating multiple concurrent features, stacked PRs, branch strategy, dependency sequencing, integration checkpoints, feature flags, or release timing without destabilizing main.
-
rudironsoni Skill Dotnet TestingComplete .NET testing guide covering unit, integration, and advanced testing patterns with xUnit
-
bjornmelin Bundle Dmc PyDash + DMC v2—MantineProvider, styles, Styles API, callbacks (pattern, clientside, bg), Pages, charts, modals, full DMC. Dashboards, forms, viz.
-
rudironsoni Skill Dotnet API VersioningVersions HTTP APIs. Asp.Versioning.Http/Mvc, URL segment, header, query string, sunset.
-
rudironsoni Bundle Dotnet Multi TargetingTargets multiple TFMs via polyfills and conditional compilation. PolySharp, API compat.
-
rudironsoni Bundle Dotnet Snapshot TestingVerifies complex outputs with Verify. API responses, scrubbing non-deterministic values.
-
manastalukdar Skill API MockGenerate API mocks and stub servers from OpenAPI specs or code analysis
-
rudironsoni Skill Dotnet Testing StrategyDecides how to test .NET code. Unit vs integration vs E2E decision tree, test doubles.
-
rudironsoni Skill Dotnet Csharp API DesignDesigns public .NET APIs. Naming, parameter ordering, return types, error patterns, extensions.
-
rudironsoni Skill Dotnet Library API CompatMaintains library compatibility. Binary/source compat rules, type forwarders, SemVer impact.
-
bjornmelin Bundle Rust Web ServicesImplicit Rust web service skill. Use for Axum, Tokio, Tower, Hyper, REST APIs, middleware/layers, request extractors, typed errors, tracing, config, graceful shutdown, SQLx, background jobs, service tests, and production Rust HTTP architecture.
-
manastalukdar Skill API ExamplesGenerate API usage examples and tutorials from code analysis
-
rudironsoni Bundle Dotnet Integration TestingTests with real infrastructure. WebApplicationFactory, Testcontainers, Aspire, fixtures.
-
rudironsoni Skill Dotnet Service CommunicationChooses inter-service protocols. REST vs gRPC vs SignalR vs SSE decision matrix, tradeoffs.
-
rudironsoni Bundle Dotnet API Surface ValidationDetects API surface changes in CI. PublicApiAnalyzers, Verify snapshots, ApiCompat gating.
-
bjornmelin Bundle Tanstack IntegrationTanStack Start/Router/Query integration: QueryClient context, SSR/prefetch, cache ownership, invalidation, and streaming.
-
manastalukdar Skill Secrets ScanScan for exposed secrets/credentials/API keys
-
rudironsoni Skill Dotnet Testing Awesome Assertions GuideUsing 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
-
manastalukdar Skill GRAPHQL SchemaGraphQL schema validation and optimization with federation support
-
rudironsoni Skill Dotnet Testing Advanced Webapi Integration TestingComplete 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
-
zocomputer Bundle TrelloWork with Trello using your own Trello API key (free)
-
manastalukdar Skill API Test GenerateAuto-generate comprehensive API tests for REST and GraphQL endpoints with request/response validation
-
bjornmelin Bundle Web WaapiUse this skill for Browser Web Animations API: Element.animate(), Animation, KeyframeEffect, playback control, generated keyframes, cancel/finish, commitStyles, and cleanup. Trigger on Element.animate, WAAPI, Web Animations API, KeyframeEffect, Animation object, commitStyles. Do not use for near-miss tasks outside these boundaries; route to adjacent motion or platform skills when they own the implementation.
-
zocomputer Bundle Meme FactoryGenerate memes using the memegen.link API. Use when users request memes, want to add humor to content, or need visual aids for social media. Supports 100+ popular templates with custom text and styling.
-
timequity Bundle Testing CoreCross-language testing patterns: unit, integration, E2E testing strategies. Use when: writing tests, setting up test infrastructure, or improving coverage. Triggers: "test", "testing", "unit test", "integration test", "e2e", "coverage", "mock", "fixture".
-
congdon1207 Skill Tasks Test GenerationUse for DEVELOPER-focused unit/integration test code with xUnit (C#) and Jest (Angular) patterns. Provides ready-to-use test templates for commands, queries, entities, and components. Best for implementing actual test code. NOT for QA test specifications (use test-generation instead).
-
happy-technologies-llc Skill Voice AssistConfigure AI Voice Agents for ServiceNow including speech-to-text, intent recognition, voice-driven workflows, IVR integration, and conversational AI for voice channels
-
happy-technologies-llc Skill UI PoliciesComplete guide to catalog UI policies including show/hide/mandatory actions, scripted conditions, and REST API limitations with workarounds
-
athola Bundle Python TestingPython testing patterns with pytest, fixtures, TDD, mocking, async and integration tests. Use when writing or auditing a Python test suite.
-
happy-technologies-llc Skill Spoke GenerationGenerate Integration Hub spokes for connecting external services including spoke actions, connection aliases, data transformations, error handling, and REST/SOAP integrations
-
athola Bundle Authentication PatternsProvides auth patterns for API keys, OAuth, and token management. Use when implementing or reviewing service authentication and credential handling.
-
happy-technologies-llc Skill Rpa Bot GenerationGenerate RPA bots from process descriptions including bot actions, triggers, error handling, credential management, and integration with ServiceNow RPA Hub
-
happy-technologies-llc Skill Business RulesDevelop secure, efficient business rules with correct timing, conditions, Glide API patterns, error handling, and tests.
-
happy-technologies-llc Skill Client ScriptsComplete guide to ServiceNow client script development including onLoad, onChange, onSubmit, onCellEdit types, g_form API, GlideAjax server calls, and performance optimization
-
happy-technologies-llc Skill Scripted REST ApisComprehensive guide to creating, securing, and testing Scripted REST APIs in ServiceNow for custom integrations and external system connectivity
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 Subagent-driven Development, Parallel Feature Development, dotnet-testing. 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.