weave-agent

Design Elastic Agent Builder specs with system instructions, tools, and test prompts.

1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/ajmeyers42/loom --skill weave-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weave-agent
Source: https://github.com/ajmeyers42/loom/tree/main/skills/weave-agent
Command: npx skills add https://github.com/ajmeyers42/loom --skill weave-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a complete specification framework for Elastic Agent Builder agents used in loom engagements, enabling consistent agent design, grounding prompts, tools, and workflow linkages from the demo script and platform audit.

Core Features & Use Cases

  • Defines agent metadata (name, system instructions, behaviors) and required tools for Elastic Agent Builder integrations.
  • Grounds agent behavior to the loom demo script, platform audit, and canonical references, ensuring consistent outputs across engagements.
  • Produces a reusable spec that can be cloned for multi-tenant demos and shared with the SA for Kibana UI automation.

Quick Start

Provide the full agent-builder spec in demo/{slug}-agent-builder-spec.md, including system instructions, tool definitions, workflow linkage, and a set of 3-5 demo prompts aligned to scenes.

Frequently Asked Questions about weave-agent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design an Elastic Agent Builder agent for Kibana demos?

To design an Elastic Agent Builder agent for Kibana demos, you define a complete spec that grounds system instructions, tools, and workflows in your demo script and platform audit. This ensures consistent agent behavior across engagements.

What is the best way to structure Kibana Agent Builder specs for multi-tenant demos?

The best way to structure Kibana Agent Builder specs for multi-tenant demos is to produce a reusable spec file. This spec can be cloned across tenants and shared with solution architects for Kibana UI automation.

How do I configure ES|QL and index search tools in an Elastic Agent Builder spec?

Configuring ES|QL and index search tools in an Elastic Agent Builder spec requires a tools table that clearly distinguishes between tool types and platform-built-in capabilities, referencing required API patterns.

Do I need a platform audit to build an Elastic Agent Builder workflow?

Yes, a platform audit is needed to build an Elastic Agent Builder workflow. Grounding agent behavior in the platform audit and demo script ensures the generated spec includes accurate system instructions and test prompts.

What should be included in an Elastic Agent Builder spec file?

An Elastic Agent Builder spec file should include a grounded system instruction block, a tools table, workflow linkage, and 3-5 test prompts aligned to demo scenes, all referencing required API patterns.

Can I use Elastic Agent Builder integrations without workflow tools?

Elastic Agent Builder integrations can function without workflow tools, but including them ensures complete agent workflows. The spec framework applies to integrations using ES|QL, index search, and workflow tools for comprehensive demo coverage.