generated: '2026-07-19' method: searched source: https://github.com/edgedelta/agent-skills description: >- Edge Delta publishes 11 official Agent Skills (SKILL.md format) built on the edx CLI, for use with Claude Code, Cursor, and Copilot. Captured here by reference (verbatim source in the provider repo); one additional API-grounded skill is generated by the enrichment pipeline against the REST OpenAPI. official_skills_repo: https://github.com/edgedelta/agent-skills official_skills: - {name: ed-edx, purpose: Primary CLI - all edx commands, auth, setup} - {name: ed-logs, purpose: Search logs with CQL, log volume graphs} - {name: ed-patterns, purpose: Log patterns, anomaly and sentiment analysis} - {name: ed-metrics, purpose: Discover and aggregate metrics} - {name: ed-traces, purpose: Distributed traces and the service map} - {name: ed-events, purpose: 'Events: anomalies, monitor alerts, K8s events'} - {name: ed-monitors, purpose: Create, manage and resolve monitors} - {name: ed-pipelines, purpose: Fleet management, config changes, deployments, live capture} - {name: ed-pipeline-tuning, purpose: Improve data quality - parse, structure, enrich, mask, roll up} - {name: ed-investigate, purpose: Cross-signal incident investigation workflow} - {name: ed-ai-teammate, purpose: AI Teammate connectors and activity} skills: - file: edge-delta-manage-pipeline-config.md name: Manage an Edge Delta pipeline configuration via the REST API api: openapi/edge-delta-openapi-original.json operations: - GET /v1/orgs/{org_id}/confs - GET /v1/orgs/{org_id}/confs/{conf_id} - POST /v1/orgs/{org_id}/confs/validate - POST /v1/orgs/{org_id}/pipelines/{conf_id}/save - POST /v1/orgs/{org_id}/pipelines/{conf_id}/deploy/{version}