By edgedelta
Create, validate, and deploy EdgeDelta pipeline v3 configurations with 7 production-tested templates and direct API deployment.
▄▖ ▌ ▄ ▜ ▗
▙▖▛▌▛▌█▌ ▌▌█▌▐ ▜▘▀▌
▙▖▙▌▙▌▙▖ ▙▘▙▖▐▖▐▖█▌
▄▌
▄▖▜ ▌ ▄▖▜ ▘
▌ ▐ ▀▌▌▌▛▌█▌ ▙▌▐ ▌▌▛▌▌▛▌▛▘
▙▖▐▖█▌▙▌▙▌▙▖ ▌ ▐▖▙▌▙▌▌▌▌▄▌
▄▌
Official Claude Code plugins from Edge Delta — AI-powered observability automation inside your development environment.
| Plugin | Description | Activates when you... |
|---|---|---|
edgedelta-ottl | OTTL function reference — 124 functions (101 standard + 23 EDX extensions) | Ask about OTTL syntax, ottl_transform/ottl_filter configs, EDXRedis, EDXCoalesce |
edgedelta-pipelines | Create, validate, and deploy pipeline v3 configs with 7 production templates | Say "create a pipeline", ask about telemetry collection/routing, need to deploy to EdgeDelta |
edgedelta-reference | Complete pipeline component reference — 30 sources, 38 processors, 54 destinations with docs links | Ask "what sources/destinations are available", need YAML syntax for any component |
edgedelta-teammates | Create, configure, and manage AI teammates with system prompts, connector permissions, and channel scoping | Ask about creating teammates, writing system prompts, configuring connector permissions |
edgedelta-workflows | Generate, validate, and customize event-driven workflow configs with 5 production templates and 29 action types | Say "create a workflow", ask about automation pipelines, triggers, or integrations |
edgedelta-docker-image | Build custom agent Docker images on any base OS (Ubuntu, RHEL, OEL, SUSE, Alpine) with SELinux guide | Say "custom agent image", "agent on RHEL", "agent version v0.0.0", "SELinux blocking agent" |
# Add the Edge Delta marketplace
/plugin marketplace add edgedelta/claude-code-plugins
# Install the plugins you need
/plugin install edgedelta-ottl@edge-delta-official-plugins
/plugin install edgedelta-pipelines@edge-delta-official-plugins
/plugin install edgedelta-reference@edge-delta-official-plugins
/plugin install edgedelta-teammates@edge-delta-official-plugins
/plugin install edgedelta-workflows@edge-delta-official-plugins
/plugin install edgedelta-docker-image@edge-delta-official-plugins
Add to .claude/settings.json in your shared repo:
{
"extraKnownMarketplaces": {
"edge-delta-official-plugins": {
"source": {
"source": "github",
"repo": "edgedelta/claude-code-plugins"
}
}
},
"enabledPlugins": [
"edgedelta-ottl@edge-delta-official-plugins",
"edgedelta-pipelines@edge-delta-official-plugins",
"edgedelta-reference@edge-delta-official-plugins",
"edgedelta-teammates@edge-delta-official-plugins",
"edgedelta-workflows@edge-delta-official-plugins",
"edgedelta-docker-image@edge-delta-official-plugins"
]
}
Set in your environment or ~/.edgedelta.env:
ED_ORG_ID=your-org-id
ED_ORG_API_TOKEN=your-api-token
Get these from app.edgedelta.com.
MIT License — Edge Delta, Inc.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub edgedelta/claude-code-plugins --plugin edgedelta-pipelinesGuides creation and configuration of EdgeDelta AI teammates. Use when users need to build teammates, write system prompts, assign connectors, or scope permissions.
Complete EdgeDelta v3 pipeline component reference covering 30 sources, 38 processors, and 54 destinations with documentation links and validation rules.
OTTL function reference covering 124 functions (101 standard + 23 EDX). Use when users need OTTL syntax help, EDXRedis guidance, or transformation language validation.
Generate, validate, and customize EdgeDelta AI workflow configurations with 8 node types, 29 action types, and 5 templates.
Build custom EdgeDelta agent Docker images on any base OS with SELinux support. Use when customers need the agent on specific Linux distributions (Ubuntu, RHEL, Oracle Linux, SUSE, Alpine), need custom packages, custom CA certificates, or encounter version v0.0.0 issues.
Harness CD integration pipeline with state-machine workflow orchestration
Set up log aggregation (ELK, Loki, Splunk)
Use this agent when setting up CI/CD pipelines, configuring cloud infrastructure, implementing monitoring systems, or automating deployment processes. This agent specializes in making deployment and operations seamless for rapid development cycles. Examples:\n\n<example>\nContext: Setting up automated deployments\nuser: "We need automatic deployments when we push to main"\nassistant: "I'll set up a complete CI/CD pipeline. Let me use the devops-automator agent to configure automated testing, building, and deployment."\n<commentary>\nAutomated deployments require careful pipeline configuration and proper testing stages.\n</commentary>\n</example>\n\n<example>\nContext: Infrastructure scaling issues\nuser: "Our app crashes when we get traffic spikes"\nassistant: "I'll implement auto-scaling and load balancing. Let me use the devops-automator agent to ensure your infrastructure handles traffic gracefully."\n<commentary>\nScaling requires proper infrastructure setup with monitoring and automatic responses.\n</commentary>\n</example>\n\n<example>\nContext: Monitoring and alerting setup\nuser: "We have no idea when things break in production"\nassistant: "Observability is crucial for rapid iteration. I'll use the devops-automator agent to set up comprehensive monitoring and alerting."\n<commentary>\nProper monitoring enables fast issue detection and resolution in production.\n</commentary>\n</example>
Data engineering plugin - warehouse exploration, pipeline authoring, Airflow integration
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.