Skip to content

Commit ad23d40

Browse files
elastic-vault-github-plugin-prod[bot]elasticmachineMattDevy
authored
chore: release v0.3.0 (#45)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: Matt Devy <32791943+MattDevy@users.noreply.github.com> Co-authored-by: Matt Devy <matt.devy@elastic.co>
1 parent e09318c commit ad23d40

192 files changed

Lines changed: 17069 additions & 578 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.claude-plugin/marketplace.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
{
22
"plugins": [
33
{
4-
"version": "0.2.4",
4+
"version": "0.3.0",
55
"name": "elastic-elasticsearch",
66
"source": "./plugins/elasticsearch",
77
"description": "Elasticsearch skills — ES|QL queries, data ingestion, security (authn, authz, audit), and troubleshooting"
88
},
99
{
10-
"version": "0.2.4",
10+
"version": "0.3.0",
1111
"name": "elastic-kibana",
1212
"source": "./plugins/kibana",
1313
"description": "Kibana skills — dashboards, alerting rules, connectors, Vega visualizations, Agent Builder, streams, and audit logging"
1414
},
1515
{
16-
"version": "0.2.4",
16+
"version": "0.3.0",
1717
"name": "elastic-observability",
1818
"source": "./plugins/observability",
1919
"description": "Elastic Observability skills — OpenTelemetry instrumentation and migration (.NET, Java, Python), LLM observability, log search, SLOs, and service health"
2020
},
2121
{
22-
"version": "0.2.4",
22+
"version": "0.3.0",
2323
"name": "elastic-security",
2424
"source": "./plugins/security",
2525
"description": "Elastic Security skills — alert triage, case management, detection rule management, and sample data generation"
2626
},
2727
{
28-
"version": "0.2.4",
28+
"version": "0.3.0",
2929
"name": "elastic-cloud",
3030
"source": "./plugins/cloud",
3131
"description": "Elastic Cloud skills — project setup, access management, network security, and Serverless project lifecycle"

.github/.release-manifest.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"version": "0.2.4",
2+
"version": "0.3.0",
33
"source_repo": "elastic/agent-skills",
4-
"sandbox_sha": "b1798448ff8f0fd7ea371606a0e0b95d33a1d70a",
4+
"sandbox_sha": "092aaa6a6c68a4f0553145c90c86ea157721ae2e",
55
"skills": {
66
"skills/cloud/access-management": {
77
"name": "cloud-access-management",
@@ -37,7 +37,7 @@
3737
},
3838
"skills/elasticsearch/elasticsearch-esql": {
3939
"name": "elasticsearch-esql",
40-
"version": "0.1.1"
40+
"version": "0.3.0"
4141
},
4242
"skills/elasticsearch/elasticsearch-file-ingest": {
4343
"name": "elasticsearch-file-ingest",
@@ -59,6 +59,10 @@
5959
"name": "kibana-alerting-rules",
6060
"version": "0.1.0"
6161
},
62+
"skills/kibana/kibana-anomaly-detection": {
63+
"name": "kibana-anomaly-detection",
64+
"version": "0.2.0"
65+
},
6266
"skills/kibana/kibana-audit": {
6367
"name": "kibana-audit",
6468
"version": "0.1.0"
@@ -69,7 +73,7 @@
6973
},
7074
"skills/kibana/kibana-dashboards": {
7175
"name": "kibana-dashboards",
72-
"version": "0.1.1"
76+
"version": "0.1.2"
7377
},
7478
"skills/kibana/kibana-vega": {
7579
"name": "kibana-vega",
@@ -103,6 +107,10 @@
103107
"name": "observability-edot-python-migrate",
104108
"version": "0.1.0"
105109
},
110+
"skills/observability/k8s-investigation": {
111+
"name": "observability-k8s-investigation",
112+
"version": "0.2.0"
113+
},
106114
"skills/observability/llm-obs": {
107115
"name": "observability-llm-obs",
108116
"version": "0.1.0"

.github/plugin/marketplace.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,31 +11,31 @@
1111
"name": "elastic-elasticsearch",
1212
"source": "./plugins/elasticsearch",
1313
"description": "Elasticsearch skills — ES|QL queries, data ingestion, security (authn, authz, audit), and troubleshooting",
14-
"version": "0.2.4"
14+
"version": "0.3.0"
1515
},
1616
{
1717
"name": "elastic-kibana",
1818
"source": "./plugins/kibana",
1919
"description": "Kibana skills — dashboards, alerting rules, connectors, Vega visualizations, Agent Builder, streams, and audit logging",
20-
"version": "0.2.4"
20+
"version": "0.3.0"
2121
},
2222
{
2323
"name": "elastic-observability",
2424
"source": "./plugins/observability",
2525
"description": "Elastic Observability skills — OpenTelemetry instrumentation and migration (.NET, Java, Python), LLM observability, log search, SLOs, and service health",
26-
"version": "0.2.4"
26+
"version": "0.3.0"
2727
},
2828
{
2929
"name": "elastic-security",
3030
"source": "./plugins/security",
3131
"description": "Elastic Security skills — alert triage, case management, detection rule management, and sample data generation",
32-
"version": "0.2.4"
32+
"version": "0.3.0"
3333
},
3434
{
3535
"name": "elastic-cloud",
3636
"source": "./plugins/cloud",
3737
"description": "Elastic Cloud skills — project setup, access management, network security, and Serverless project lifecycle",
38-
"version": "0.2.4"
38+
"version": "0.3.0"
3939
}
4040
]
4141
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## v0.3.0
4+
5+
### New Skills
6+
7+
- `skills/kibana/kibana-anomaly-detection` (v0.2.0)
8+
- `skills/observability/k8s-investigation` (v0.2.0)
9+
10+
### Updated Skills
11+
12+
- `skills/elasticsearch/elasticsearch-esql` (v0.1.1 → v0.3.0)
13+
- `skills/elasticsearch/elasticsearch-onboarding` (v0.1.0)
14+
- `skills/kibana/kibana-dashboards` (v0.1.1 → v0.1.2)
15+
16+
### Generated Artifacts
17+
18+
- Regenerated README skill table
19+
320
## v0.2.4
421

522
### Updated Skills

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,30 +59,31 @@ Skills in this repository focus on:
5959
| [elasticsearch-audit](skills/elasticsearch/elasticsearch-audit/SKILL.md) | Enable, configure, and query Elasticsearch security audit logs. Use when the task involves audit logging setup, event filtering, or investigating security incidents like failed logins. | 0.1.0 | elastic |
6060
| [elasticsearch-authn](skills/elasticsearch/elasticsearch-authn/SKILL.md) | Authenticate to Elasticsearch using native, file-based, LDAP/AD, SAML, OIDC, Kerberos, JWT, or certificate realms. Use when connecting with credentials, choosing a realm, or managing API keys. Assumes the target realms are already configured. | 0.1.0 | elastic |
6161
| [elasticsearch-authz](skills/elasticsearch/elasticsearch-authz/SKILL.md) | Manage Elasticsearch RBAC: native users, roles, role mappings, document- and field-level security. Use when creating users or roles, assigning privileges, or mapping external realms like LDAP/SAML. | 0.1.1 | elastic |
62-
| [elasticsearch-esql](skills/elasticsearch/elasticsearch-esql/SKILL.md) | Execute ES\|QL (Elasticsearch Query Language) queries, use when the user wants to query Elasticsearch data, analyze logs, aggregate metrics, explore data, or create charts and dashboards from ES\|QL results. | 0.1.1 | elastic |
62+
| [elasticsearch-esql](skills/elasticsearch/elasticsearch-esql/SKILL.md) | Execute ES\|QL (Elasticsearch Query Language) queries, use when the user wants to query Elasticsearch data, analyze logs, aggregate metrics, explore data, or create charts and dashboards from ES\|QL results. | 0.3.0 | elastic |
6363
| [elasticsearch-file-ingest](skills/elasticsearch/elasticsearch-file-ingest/SKILL.md) | Ingest and transform data files (CSV/JSON/Parquet/Arrow IPC) into Elasticsearch with stream processing and custom transforms. Use when loading files or batch importing data — not for reindexing, general ingest pipeline design, or bulk API patterns. | 0.2.0 | elastic |
64-
| [elasticsearch-onboarding](skills/elasticsearch/elasticsearch-onboarding/SKILL.md) | Help developers new to Elasticsearch get from zero to a working search experience. Guide them through understanding their intent, mapping their data, and building a search experience with best practices baked in. Use this when developers are new to Elasticsearch and need help getting started with their search use case. | 0.1.0 | elastic |
64+
| [elasticsearch-onboarding](skills/elasticsearch/elasticsearch-onboarding/SKILL.md) | Help developers new to Elasticsearch get from zero to a working search experience. Guide them through understanding their intent, mapping their data, and building a search experience with best practices baked in. Use this when the user shows intent to build search-related functionality, asks about Elasticsearch-related concepts for their use case, or expresses the need for help getting started with Elasticsearch. | 0.1.0 | elastic |
6565
| [elasticsearch-security-troubleshooting](skills/elasticsearch/elasticsearch-security-troubleshooting/SKILL.md) | Diagnose and resolve Elasticsearch security errors: 401/403 failures, TLS problems, expired API keys, role mapping mismatches, and Kibana login issues. Use when the user reports a security error. | 0.1.0 | elastic |
6666

6767
</details>
6868

6969
<details>
70-
<summary>Kibana (7)</summary>
70+
<summary>Kibana (8)</summary>
7171

7272
| Skill | Description | Version | Author |
7373
| ----- | ----------- | ------- | ------ |
7474
| [kibana-agent-builder](skills/kibana/agent-builder/SKILL.md) | Create and manage Agent Builder agents and custom tools in Kibana. Use when asked to create, update, delete, test, or inspect agents or tools in Agent Builder. | 0.2.0 | elastic |
7575
| [kibana-alerting-rules](skills/kibana/kibana-alerting-rules/SKILL.md) | Create and manage Kibana alerting rules via REST API or Terraform. Use when creating, updating, or managing rule lifecycle (enable, disable, mute, snooze) or rules-as-code workflows. | 0.1.0 | elastic |
76+
| [kibana-anomaly-detection](skills/kibana/kibana-anomaly-detection/SKILL.md) | Elastic ML anomaly detection skill — investigation/RCA, score explanation, job operations (create, datafeed, start/stop, results), and troubleshooting (missing docs, memory limits, datafeed health, lifecycle). Operates against Kibana Agent Builder MCP tools (`ad_*`) on `.ml-anomalies-*`, `.ml-config`, `.ml-notifications-*`, `.ml-annotations-*`. Use when answering "what broke?"/"which entity?"/RCA, "why is score high/low?"/renormalization, "datafeed stopped"/"memory limit", or any request to set up or configure an ML anomaly detection job. | 0.2.0 | elastic |
7677
| [kibana-audit](skills/kibana/kibana-audit/SKILL.md) | Enable and configure Kibana audit logging for saved object access, logins, and space operations. Use when setting up Kibana audit, filtering events, or correlating Kibana and ES audit logs. | 0.1.0 | elastic |
7778
| [kibana-connectors](skills/kibana/kibana-connectors/SKILL.md) | Create and manage Kibana connectors for Slack, PagerDuty, Jira, webhooks, and more via REST API or Terraform. Use when configuring third-party integrations or managing connectors as code. | 0.1.1 | elastic |
78-
| [kibana-dashboards](skills/kibana/kibana-dashboards/SKILL.md) | Create and manage Kibana Dashboards and visualizations. Use when you need to define dashboards and visualizations declaratively, version control them, or automate their deployment. | 0.1.1 | elastic |
79+
| [kibana-dashboards](skills/kibana/kibana-dashboards/SKILL.md) | Create and manage Kibana Dashboards and visualizations. Use when you need to define dashboards and visualizations declaratively, version control them, or automate their deployment. | 0.1.2 | elastic |
7980
| [kibana-vega](skills/kibana/kibana-vega/SKILL.md) | Create Vega and Vega-Lite visualizations with ES\|QL data sources in Kibana. Use when building custom charts, dashboards, or programmatic panel layouts beyond standard Lens charts. | 0.1.0 | elastic |
8081
| [kibana-streams](skills/kibana/streams/SKILL.md) | List, inspect, enable, disable, and resync Kibana Streams via the REST API. Use when the user needs stream details, ingest/query settings, queries, significant events, or attachments. | 0.1.0 | elastic |
8182

8283
</details>
8384

8485
<details>
85-
<summary>Observability (10)</summary>
86+
<summary>Observability (11)</summary>
8687

8788
| Skill | Description | Version | Author |
8889
| ----- | ----------- | ------- | ------ |
@@ -92,6 +93,7 @@ Skills in this repository focus on:
9293
| [observability-edot-java-migrate](skills/observability/edot-java-migrate/SKILL.md) | Migrate a Java application from the classic Elastic APM Java agent to the EDOT Java agent. Use when switching from elastic-apm-agent.jar to elastic-otel-javaagent.jar. | 0.1.1 | elastic |
9394
| [observability-edot-python-instrument](skills/observability/edot-python-instrument/SKILL.md) | Instrument a Python application with the Elastic Distribution of OpenTelemetry (EDOT) Python agent for automatic tracing, metrics, and logs. Use when adding observability to a Python service that has no existing APM agent. | 0.1.0 | elastic |
9495
| [observability-edot-python-migrate](skills/observability/edot-python-migrate/SKILL.md) | Migrate a Python application from the classic Elastic APM Python agent to the EDOT Python agent. Use when switching from elastic-apm to elastic-opentelemetry. | 0.1.0 | elastic |
96+
| [observability-k8s-investigation](skills/observability/k8s-investigation/SKILL.md) | Investigate Kubernetes workload, node, and control-plane issues using OTel telemetry (EDOT). Use when diagnosing pod failures (CrashLoopBackOff, OOMKilled, Error), node pressure, resource exhaustion, image pull failures, admission rejections, autoscaling anomalies, or correlating K8s state with application signals. OTel ingest path only — the legacy ECS Kubernetes integration shape is out of scope. | 0.2.0 | elastic |
9597
| [observability-llm-obs](skills/observability/llm-obs/SKILL.md) | Monitor LLMs and agentic apps: performance, token/cost, response quality, and workflow orchestration. Use when the user asks about LLM monitoring, GenAI observability, or AI cost/quality. | 0.1.0 | elastic |
9698
| [observability-logs-search](skills/observability/logs-search/SKILL.md) | Search and filter Observability logs using ES\|QL. Use when investigating log spikes, errors, or anomalies; getting volume and trends; or drilling into services or containers during incidents. | 0.2.0 | elastic |
9799
| [observability-manage-slos](skills/observability/manage-slos/SKILL.md) | Create and manage SLOs in Elastic Observability using the Kibana API. Use when defining SLIs, setting error budgets, or managing SLO lifecycle. | 0.2.0 | elastic |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.2.4",
2+
"version": "0.3.0",
33
"name": "elastic-agent-skills",
44
"description": "Official Elastic agent skills for Elasticsearch, Kibana, Observability, Security, and Cloud",
55
"license": "Apache-2.0",

plugins/cloud/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.2.4",
2+
"version": "0.3.0",
33
"name": "elastic-cloud",
44
"description": "Elastic Cloud skills - project setup, access management, network security, and Serverless project lifecycle",
55
"author": {

plugins/cloud/plugin.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,13 @@
11
{
22
"name": "elastic-cloud",
33
"description": "Elastic Cloud skills - project setup, access management, network security, and Serverless project lifecycle",
4-
"version": "0.2.4",
4+
"version": "0.3.0",
55
"author": {
66
"name": "Elastic",
77
"url": "https://www.elastic.co"
88
},
99
"repository": "https://github.com/elastic/agent-skills",
1010
"homepage": "https://github.com/elastic/agent-skills/tree/main/plugins/cloud",
1111
"license": "Apache-2.0",
12-
"keywords": [
13-
"cloud",
14-
"serverless",
15-
"elastic-cloud",
16-
"elastic"
17-
]
12+
"keywords": ["cloud", "serverless", "elastic-cloud", "elastic"]
1813
}

plugins/elasticsearch/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.2.4",
2+
"version": "0.3.0",
33
"name": "elastic-elasticsearch",
44
"description": "Elasticsearch skills - ES|QL queries, data ingestion, security (authn, authz, audit), and troubleshooting",
55
"author": {

plugins/elasticsearch/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "elastic-elasticsearch",
33
"description": "Elasticsearch skills for GitHub Copilot — translate natural language to ES|QL, ingest data, manage security (authn, authz, audit), and troubleshoot clusters.",
4-
"version": "0.2.4",
4+
"version": "0.3.0",
55
"author": {
66
"name": "Elastic",
77
"url": "https://www.elastic.co"

0 commit comments

Comments
 (0)