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.
-
komunite Skill Release NotesCreate a release notes with structured process, quality checks, and system integration
-
komunite Skill Speech WriterCreate a speech writer with structured process, quality checks, and system integration
-
komunite Skill Creative BriefCreate a creative brief with structured process, quality checks, and system integration
-
komunite Skill Design HandoffCreate a design handoff with structured process, quality checks, and system integration
-
komunite Skill Prototype SpecCreate a prototype spec with structured process, quality checks, and system integration
-
komunite Skill Usability TestCreate a usability test with structured process, quality checks, and system integration
-
komunite Skill Wireframe SpecCreate a wireframe spec with structured process, quality checks, and system integration
-
komunite Skill Test PlanDesign and document a test plan with structured process, quality checks, and system integration
-
komunite Skill Vip ProgramDesign and document a vip program with structured process, quality checks, and system integration
-
komunite Skill Dcf ValuationCreate a dcf valuation with structured process, quality checks, and system integration
-
komunite Skill Kpi ScorecardAnalyze and produce a kpi scorecard with structured process, quality checks, and system integration
-
komunite Skill Payment TermsCreate a payment terms with structured process, quality checks, and system integration
-
amey-thakur Skill Merge Vs RebaseChoose merge or rebase by the history you want, use interactive rebase safely, and set a team policy. Use when deciding integration mechanics or resolving debates about git history style.
-
amey-thakur Skill TS API TypesType the boundaries of a TypeScript codebase: public API surfaces, branded types, and runtime validation of untyped input. Use when designing types others consume, or when external data enters your program.
-
amey-thakur Skill Polling Vs WebhooksChoose between pulling changes on a schedule and receiving pushed events, based on latency needs, reliability, and control. Use when deciding how to learn about changes in an external system.
-
amey-thakur Skill Rate Limit HandlingStay within a provider's limits and respond correctly when you exceed them, without hammering or stalling. Use when calling any API at volume.
-
amey-thakur Skill Webhook ConsumptionReceive webhooks reliably, verifying authenticity and handling duplicates, ordering, and retries. Use when a provider pushes events to your service.
-
amey-thakur Skill Perf CalibrationRun a performance calibration meeting so ratings across a group rest on comparable evidence and a consistent bar, not one manager's advocacy. Use when managers are finalizing performance ratings for a team or org and you need consistency and bias control before results are delivered.
-
amey-thakur Skill API Surface MinimalismKeep the public API small by defaulting to private visibility and retiring symbols through deprecation before deletion. Use when designing a module's exports or reviewing what a package exposes to callers.
-
amey-thakur Skill Vendor Data ProcessingAssess and control what third-party services do with personal data you send them, before and after integration. Use when adding a vendor, SDK, or API that will receive user data.
-
amey-thakur Skill Backend Engineer RoleOperate as a backend engineer who designs stable API contracts, guards data integrity, and ships services that are operable on day one. Use when building or reviewing a service, API, or data path and you want production-grade engineering discipline.
-
amey-thakur Skill Payment IdempotencyMake payment operations safe to retry so a network timeout never charges a customer twice. Use when calling a payment API, processing webhooks, or building any money-moving endpoint.
-
amey-thakur Skill Payment IntegrationIntegrate a payment provider so charges are authorised, confirmed, and recorded correctly even when the customer closes the tab. Use when adding checkout or moving to a new payment provider.
-
amey-thakur Skill Integration MigrationMove between API versions or providers without downtime, using parallel running and staged cutover. Use when a provider deprecates a version or you are replacing a service.
-
prism-shadow Skill Reflect 3 Procureops ControlsSolve ProcureOps control, reconciliation, sourcing-readiness, AP-close, change-control, and AP-release JSON tasks using task inputs plus the remote ProcureOps API.
-
prism-shadow Skill Reflect 3 ProcureopsUse this skill for ProcureOps procurement, receiving, AP close, change-control, nomination-readiness, and release/hold JSON tasks. Trigger when a task provides ProcureOps API records plus local payloads and asks for exact JSON with purchase orders, receipts, invoices, contracts, suppliers, approvals, budgets, payments, vendor risk, chargebacks, or controlled decision queues.
-
prism-shadow Skill Northwind Erp Operations ControlUse this skill for Northwind Components ERP tasks that ask for structured JSON decisions, scorecards, replenishment plans, allocation files, expedite controls, supplier quality reviews, or any task requiring live ERP API joins across orders, customers, products, inventory, warehouses, shipping, BOMs, purchase orders, suppliers, and incidents.
-
prism-shadow Skill Scn003 Crm Support OpsSCN_003 CRM support-operations solver. Resolve ticket batches (fixed-line diagnostics + gates), mobile contact-center triage, and enterprise export-complaint response packages against the shared support-console API. Apply exact metric thresholds, gate order, root-cause->team map, mobile action decision tree, and enterprise package derivation rules.
-
prism-shadow Bundle Clinic Protocol CdsProduce a schema-conformant JSON clinical decision-support answer for a synthetic clinic case. Use whenever a task gives a case id, an answer_template.json contract, and access to the clinic runtime environment over HTTP. Drives the runtime API, applies the matching protocol, and emits exactly one JSON object that conforms to the template.
-
prism-shadow Bundle Licensing Board Structured ReviewStructured licensing-board review tasks over a networked data environment. Fetch records from REST endpoints (contractor, liquor, and alcohol licensing plus policies/rules), apply the board's policy baseline, and return exactly one JSON object conforming to the task's answer_template.json. Covers contractor batch eligibility reviews, restricted liquor-license staff packages, and alcohol renewal manual-review queues. Read this BEFORE fetching any endpoint or drafting output.
-
prism-shadow Bundle Synthetic Clinic Protocol AnswerProduce the required JSON answer for a synthetic-clinic protocol-bound clinical decision-support task. Use when the input gives a target case id plus an answer_template.json and points at a read-only clinic runtime API (patients, cases, observations, medications, allergies, problems, imaging, care-registry, sdoh, protocols). Covers acute respiratory / CAP, pediatric head injury, potassium replacement, care-management routing, and observation-window retrieval cases. The skill teaches the procedure to fetch the record, select and apply the matching protocol at runtime, and emit one schema-conformant JSON object. It never contains task-specific answer values.
-
prism-shadow Bundle Ma Deal Workbench AnalysisProduce structured JSON transaction-analysis deliverables from the M&A deal workbench API — seller/buyer issue registers, SPA deviation matrices, closing and economics packages, carveout transition reviews, and M&A Committee escalation memos. Use whenever a task supplies a deal_id, a workbench base URL, and an answer_template.json to conform to.
-
prism-shadow Skill Reflect 3 Crm Support ConsoleResolve CRM support-console tasks (SCN_003) — ticket-batch classification, mobile-data triage, and enterprise export-complaint response packages — against a remote support-console API. Use when a task asks to classify service tickets / queue snapshots, triage mobile data cases, or build an enterprise export-failure response package and references a support console API.
-
prism-shadow Bundle Ehr Packet GenerationProduces normalized JSON packets/audits from a read-only EHR quality-governance and referral API — duplicate-chart merge packets, referral coordination packets, care-transition packets, duplicate-review + ServiceRequest validation, and batch referral audits. Read BEFORE fetching data or filling any answer template.
-
prism-shadow Bundle Ehr Referral Quality PacketsProduce normalized JSON "quality-governance packets" from a read-only EHR/referral API — duplicate-chart merge packets, referral coordination packets, care-transition packets, duplicate+service-request reviews, and batch referral audits. Read BEFORE producing any answer JSON for an EHR-quality or referral-coordination task that supplies an answer_template.json.
-
prism-shadow Skill Task Group 009 Fewshot Attempt 01SOP for Crescent Finance Ops API reporting tasks. Use when a task provides environment_access.json, request_memo.json, and answer_template.json for branch or regional finance reporting, ensemble compensation summaries or forecasts, or touring production weekly payroll reviews.
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 release-notes, speech-writer, creative-brief. 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.