Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
elastic avatar

Create Integration

  • 211 installs
  • 15 repo stars
  • Updated August 5, 2026
  • elastic/integration-skills

Elastic skill creating new integration packages with data streams and elastic-package build workflow.

About

Elastic create integration skill for new package scaffolding. Covers package layout questions, data stream creation, manifest configuration, ingest pipeline stubs, ecs.yml initialization, and end-to-end elastic-package build and test workflow. Primary input is often a research brief from research-integration skill. Guides developers through elastic-package CLI commands, package spec compliance, changelog initialization, and first successful build before opening PR for the new integration.

  • New Elastic integration package scaffolding and layout
  • Data stream creation with manifest and pipeline stubs
  • End-to-end elastic-package build workflow
  • Input from research-integration research brief
  • Package spec compliance and changelog initialization

Create Integration by the numbers

  • 211 all-time installs (skills.sh)
  • Ranked #641 of 2,064 Data Science & ML skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

create-integration capabilities & compatibility

Capabilities
scaffold integration package · create data streams · run elastic package build
Works with
elasticsearch
Use cases
api development · data analysis
npx skills add https://github.com/elastic/integration-skills --skill create-integration

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs211
repo stars15
Last updatedAugust 5, 2026
Repositoryelastic/integration-skills

How do I scaffold a new Elastic integration package from research?

Create a new Elastic integration package scaffolding data streams and running the end-to-end elastic-package build workflow.

Who is it for?

Integration developers starting new packages after research-integration brief.

Skip if: Reviewing or fixing existing packages (use maintain-integration or review-integration).

When should I use this skill?

User creates new integration package, scaffolds data streams, or asks package layout questions.

What you get

New integration package with data streams, pipelines, and passing elastic-package build.

Files

SKILL.mdMarkdownGitHub ↗

create-integration

When to use

Use this skill when tasks include:

  • creating a new integration package from scratch
  • scaffolding data streams and applying post-scaffold edits
  • understanding package topology, file placement, and manifest patterns
  • running the end-to-end build workflow (scaffold → data collection setup → pipeline → system tests → review)
  • questions about package structure, layout, or manifest.yml shape

IMPORTANT: Loading references

This skill has four reference files. Load the appropriate one(s) based on your task:

When creating a full integration (end-to-end):MUST read `references/create-workflow.md` fully before starting. This contains the complete orchestration workflow, all phases, subagent delegation instructions, and guardrails.

When adding data streams to an existing package:MUST read `references/add-datastream-workflow.md` fully before starting. This covers verifying the package, scaffolding streams, and the CEL → pipeline → system-test sequence.

When scaffolding a package or data stream, or applying post-scaffold edits: → Read references/scaffold-commands.md for the scaffold commands, post-scaffold checklist, and common pitfalls.

When reviewing or understanding package topology and file layout: → Read references/package-layout.md for canonical trees, manifest patterns, and review checklists for both integration and input packages.

What to provide when creating an integration

Include any combination of the following:

InputHow to provideExamples
Package namefree textmy_vendor
Product / vendorfree text"Acme Firewall appliance"
Data delivery methodfree text"REST API with pagination", "syslog over TCP/UDP", "S3 bucket"
API / log documentationpaste URLshttps://docs.acme.com/api/v2
Sample data@-mention files@samples/acme_event.json
Research brief@-mention file@notes/acme-research-brief.md
Constraintsfree text"CEL input only", "single data stream"

Example invocations

Create a new "acme_firewall" integration for Acme Firewall appliance.
  API docs: https://docs.acme.com/api/v2/events
  Auth: Bearer token header. Pagination: offset-based with total_count.
  @samples/acme_events.json. Single data stream "event" using cel input.
New syslog integration "my_appliance" with tcp,udp inputs.
  @notes/research-brief.md. Two streams: "log" (syslog) and "traffic" (syslog).

What to provide when adding data streams to an existing package

Use @-mentions for files/folders and paste links inline.

InputHow to provideExamples
Target packagefree text or @-mentionacme_firewall, @packages/acme_firewall
Stream namefree textaudit, traffic, alert
Stream typefree textlogs (default) or metrics
Input type(s)free textcel, tcp,udp, filestream, http_endpoint, aws-s3
API / log docspaste URLshttps://docs.acme.com/api/audit
Sample data@-mention files@samples/audit_event.json, @samples/traffic.log
Research brief@-mention file@notes/acme-audit-brief.md
Constraintsfree text"reuse package-level auth vars", "separate pipeline per event type"
Acceptance criteriafree text"parse all syslog fields, map to ECS"

Example invocations

Add "audit" stream to @packages/acme_firewall using cel input.
  API endpoint: /api/v2/audit_logs
  Pagination: timestamp cursor.
  @samples/acme_audit.json
Add "traffic" and "threat" streams to acme_firewall.
  Both use tcp,udp inputs (syslog).
  @samples/traffic.log @samples/threat.log

Subagents overview

Do not load CEL, pipeline, ECS, or field-mapping skills yourself. Delegate to subagents that load their own domain skills.

All specialised work is delegated to the platform's generic / general-purpose subagent (Cursor: generalPurpose Task agent; Claude Code: general-purpose Task agent; or the equivalent on other platforms). Each task prompt must *point the subagent at the relevant `-subagent-guidance.md file by path** and instruct it to read that file (plus the skill SKILL.md it lists in "First steps") end-to-end before doing any other work. **Do NOT read the guidance file yourself or paste its contents into the task prompt** — that doubles its context cost. Pass only the path plus the task-specific context. The subagent will load the manual itself in its own fresh context. Full dispatch rules and per-step detail live in references/create-workflow.md and references/add-datastream-workflow.md`.

Subagent guidance fileWhen to use
/research-integration skill (orchestrates its own research subagents)Vendor/API research before building, when no research brief is provided
cel-programs/references/builder-subagent-guidance.mdEach CEL data stream — mock API, CEL program (incremental mito build), cel.yml.hbs template, manifest vars, initial field mappings
integration-testing/references/builder-setup-subagent-guidance.mdEach non-CEL data stream — data collection setup (docker-compose, sample logs, agent stream template, system test config, manifest var cleanup)
ingest-pipelines/references/builder-subagent-guidance.mdEach data stream's pipeline and field definitions
integration-testing/references/builder-system-test-subagent-guidance.mdSystem test execution after pipeline work completes, for any testable input (CEL, tcp, udp, http_endpoint, logfile, kafka, pubsub)
review-integration/references/reviewer-subagent-guidance.mdQuality review after all streams are built — classifies files by domain, loads relevant domain skills and checklists via the review-integration skill, returns severity-ranked, domain-tagged findings

For cloud storage inputs (aws-s3, gcs, azure-blob-storage, azure-eventhub): skip data collection setup and system tests. The scaffold provides a usable template; trim vars to match needs. See references/create-workflow.md for details.

References

  • references/create-workflow.md — full phases 1–8 for creating a new integration, subagent instructions, guardrails, data anonymization
  • references/add-datastream-workflow.md — phases 1–4 for adding data streams to an existing package, CEL/pipeline/system-test sequence
  • references/scaffold-commands.md — scaffold commands, post-scaffold edits, base-fields.yml format
  • references/package-layout.md — integration and input package topology, manifest patterns

Related skills

FAQ

What input should I have first?

A research brief from research-integration with vendor APIs, samples, and ECS candidates.

What CLI drives the build?

elastic-package for build, test, and validation of integration packages.

What gets scaffolded?

Package layout, data streams, manifest, pipeline stubs, and ecs.yml initialization.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.