From Elastic Integration Skills
Use when developing or validating Elastic integrations with elastic-package commands such as build, check, lint, format, test, stack, service, install, profiles, and benchmark.
How this skill is triggered — by the user, by Claude, or both
Slash command
/integration-skills:elastic-package-cliThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when tasks include:
Use this skill when tasks include:
Do not use this skill as the primary guide for:
elastic-package is installed and available in PATH-C <package-dir>)Run this sequence for routine local verification:
elastic-package format
elastic-package lint
elastic-package check
elastic-package build
Notes:
check runs lint and build together and fails fast by default.format --fail-fast when you want read-only verification without rewriting files.Use Elasticsearch-only stack for quicker feedback:
elastic-package stack up -d --services=elasticsearch
elastic-package test pipeline
elastic-package test pipeline --generate
Then review generated expected files before keeping changes.
Use this when you need full ingest behavior with service provisioning:
elastic-package stack up -d
elastic-package service up
elastic-package test system
Use --data-streams <name> to scope tests and reduce run time.
# format package files
elastic-package format
# lint against package spec and templates
elastic-package lint
# combined validation workflow
elastic-package check
# build package artifact
elastic-package build
# start only Elasticsearch for pipeline tests
elastic-package stack up -d --services=elasticsearch
# run pipeline tests
elastic-package test pipeline
# regenerate expected pipeline outputs
elastic-package test pipeline --generate
# run end-to-end system tests
elastic-package test system
-C, --change-directory, -v, --verbose-d, --daemon, -s, --services, --version, -p, --profile-d, --data-streams, -g, --generate, -m, --fail-on-missing--setup, --tear-down, --no-provision, --variantformat, lint, check, buildstack up, stack status, stack downtest pipeline, test system, test static, test asset, test policy, test scriptcreate, install, status, uninstallservice up, profiles, benchmarkreferences/troubleshooting.mdnpx claudepluginhub elastic/integration-skills --plugin integration-skillsUse when reviewing, fixing, or improving an EXISTING Elastic integration package. Covers quality reviews, targeted fixes (pipelines, field mappings, CEL programs, manifests, changelogs), full improvement passes, and minor adjustments. Use create-integration instead when creating a new package or adding a new data stream from scratch.
Manages Elasticsearch index lifecycle, configuration, and operations with automated best-practice validation and step-by-step guidance.
Interact with Elasticsearch and Kibana via curl REST API for querying (Query DSL), indexing, CRUD, index management, mappings, aggregations, cluster health, ILM, ES|QL, dashboards, OpenTelemetry patterns, and troubleshooting.