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

Maintain Integration

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

Elastic skill maintaining existing integration packages with pipeline mapping CEL and manifest fixes.

About

Elastic maintain integration skill for ongoing package improvement. Covers quality reviews, targeted fixes to ingest pipelines, ecs.yml field mappings, CEL programs, package manifests, and changelog entries for existing integrations. Bridges review findings into concrete fixes and version bumps. Used when integrations need updates for vendor API changes, new event types, mapping corrections, or test failures without full rescaffold from create-integration.

  • Targeted fixes for pipelines mappings CEL and manifests
  • Quality review and improvement of existing packages
  • Changelog and version bump for integration updates
  • Vendor API change adaptation without full rescaffold
  • Complements review-integration with fix-oriented workflow

Maintain Integration by the numbers

  • 209 all-time installs (skills.sh)
  • Ranked #398 of 1,435 DevOps & CI/CD skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

maintain-integration capabilities & compatibility

Capabilities
fix ingest pipelines · update field mappings · fix cel programs · bump changelog version
Works with
elasticsearch
Use cases
devops · testing
From the docs

What maintain-integration says it does

Use when reviewing, fixing, or improving an EXISTING Elastic integration package.
SKILL.md
npx skills add https://github.com/elastic/integration-skills --skill maintain-integration

Add your badge

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

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

How do I fix or improve this existing Elastic integration package?

Review, fix, and improve existing Elastic integration packages covering pipelines, mappings, CEL, manifests, and changelog updates.

Who is it for?

Maintainers updating existing integrations for vendor changes or quality fixes.

Skip if: Brand new integration scaffolding (use create-integration).

When should I use this skill?

User reviews, fixes, or improves an existing Elastic integration package.

What you get

Targeted fixes applied with updated tests, changelog, and passing elastic-package build.

Files

SKILL.mdMarkdownGitHub ↗

maintain-integration

When to use vs create-integration

Use this skill when the package already exists:

  • reviewing quality, ECS compliance, or correctness of an existing package
  • fixing specific issues: pipeline errors, field mappings, ECS categorization, CEL programs, manifests
  • running a full quality improvement pass (review → fix → re-validate loop)
  • making minor adjustments to existing data streams

Use create-integration instead when:

  • creating a new integration package from scratch
  • adding a new data stream to an existing package (create-integrationreferences/add-datastream-workflow.md)

Modes

Review only (read-only, no edits)

Read `references/review-workflow.md` fully before starting.

Run automated validation, delegate inspection to a subagent (see Dispatch convention in references/review-workflow.md) pointing it at review-integration/references/reviewer-subagent-guidance.md as its operating manual, present findings with no file changes.

Full improvement pass (analyze → fix → re-validate)

Read `references/improve-workflow.md` fully before starting.

Analyze issues (from prior review or fresh reviewer run), prioritize by severity, fix directly or delegate to subagents, re-validate, and report.

Minor direct fix (no subagents needed)

For small targeted changes you can handle inline without loading a full workflow:

  • manifest field corrections (title, description, format_version, conditions, owner)
  • changelog entries and version bumps — see package-spec skill
  • documentation placeholder text in _dev/build/docs/README.md
  • _dev/build/build.yml creation or ECS reference bump
  • simple field file fixes (typos, missing entry, duplicate removal)
  • CEL formatting only — run celfmt -s -agent -i cel.yml.hbs -o cel.yml.hbs in the stream's agent/stream/ directory

Run elastic-package lint and elastic-package check after any direct edits to confirm no regressions.

Skills to load for direct work

  • elastic-package-cli — validation and test commands
  • package-spec — manifest rules, version bumps, and changelog schema

Do not load domain-specific skills (pipelines, CEL, ECS, field mappings) into your own context. Delegate to subagents that already have that knowledge.

Subagents

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-workflow detail live in references/review-workflow.md and references/improve-workflow.md`.

Subagent guidance fileUse for
review-integration/references/reviewer-subagent-guidance.mdThorough read-only quality inspection: classifies files by domain, loads all relevant domain skills and checklists via the review-integration skill, returns severity-ranked, domain-tagged findings
ingest-pipelines/references/builder-subagent-guidance.mdPipeline fixes: JSE00001, error handling, processor tags, ECS categorization, field definitions, test fixtures
cel-programs/references/builder-subagent-guidance.mdCEL fixes: program logic, cursor management, error handling, mito validation, mock API, cel.yml.hbs template, manifest var cleanup

When delegating, provide the subagent with: package path, data stream path, specific issues to fix (paste findings), sample data if relevant, and any constraints.

Data anonymization

All data committed must be fully anonymized — no real IPs, hostnames, emails, tokens, or org identifiers in any committed file. When fixing or adding test fixtures, mock responses, sample events, or documentation examples, verify all values are synthetic. Anonymize any real data found as part of the improvement pass.

References

  • references/review-workflow.md — read-only review workflow (phases 1–4, mandatory checklists, output format)
  • references/improve-workflow.md — full improvement workflow (analyze → prioritize → fix → re-validate → report)

Related skills

FAQ

What can be fixed?

Pipelines, field mappings, CEL programs, manifests, changelog, and related tests.

How is this different from create-integration?

Maintain targets existing packages; create scaffolds new ones from research briefs.

When for vendor API changes?

Use maintain to adapt pipelines and mappings without full package rescaffold.

This week in AI coding

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

unsubscribe anytime.