Manage Oodle notifiers, notification policies, and muting rules — routing alerts to the right channels and silencing during maintenance.
Core Oodle CLI usage — auth, output formats, time flags, file input, and common patterns for all oodle commands.
Create, update, and manage Oodle dashboards and folders — safe deletion, panel preservation, and folder organization.
Create and manage Oodle metric drop rules — reduce ingestion cost by dropping or sampling high-volume, low-value metrics.
Create and manage Oodle log-based metric rules — extract metrics from log streams using filter expressions and groupBy labels.
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.
Public repository of agent skills for the Oodle observability platform. Each skill is a structured SKILL.md document that teaches AI coding assistants (Claude Code, Cursor, Gemini CLI, Codex, Windsurf, and the Oodle CLI itself) how to drive the oodle CLI correctly — with prescriptive rules, executable examples, and clear failure-handling guidance.
These skills are designed so that an AI assistant can:
-o json) and run safely in CI (--force, --retries N).| Skill | Description |
|---|---|
| oodle-cli | Core CLI usage — auth, output formats, time flags, file input, common patterns |
| oodle-monitors | Monitor CRUD, alerting thresholds, query scoping, runbook links |
| oodle-dashboards | Dashboard and folder management with safe-update / safe-delete patterns |
| oodle-alerting | Notifiers, notification policies, muting rules |
| oodle-metrics | Metric queries, label discovery, PromQL building |
| oodle-traces | Trace search by service, operation, duration, error |
| oodle-log-metrics | Log-based metric rules — filters and groupBy |
| oodle-synthetic | HTTP/TCP synthetic monitors with assertions |
| oodle-metrics-query | PromQL instant and range queries |
| oodle-logs | Log search and index pattern discovery |
| oodle-drop-rules | Metric drop / sample rules for ingestion cost control |
| oodle-onboarding | Integration onboarding — list integrations, fetch setup specs, execute step-by-step installation |
The Oodle CLI ships its own skills installer that places every skill in the right location for the AI agent that's currently active in your shell.
oodle skills install
npx skills add oodle-ai/agent-skills -a claude-code -y -g
This installs the skills globally under ~/.claude/skills/ and registers the plugin manifest from .claude-plugin/plugin.json.
npx skills add oodle-ai/agent-skills -a cursor -y -g
This installs the skills into Cursor's rules directory and uses .cursor-plugin/plugin.json for plugin metadata.
npx skills add oodle-ai/agent-skills -a gemini-cli -y -g
The gemini-extension.json manifest at the repo root is picked up automatically.
npx skills add oodle-ai/agent-skills -a codex -y -g
npx skills add oodle-ai/agent-skills -a windsurf -y -g
Clone the repo and copy the skills/ directory into your agent's skills location.
git clone https://github.com/oodle-ai/agent-skills.git
cp -r agent-skills/skills/* ~/.<agent>/skills/
npx claudepluginhub oodle-ai/agent-skillsIntelligent PR creation with observability enforcement — detects existing metrics/logs/traces patterns, ensures new changes include proper instrumentation, and embeds monitoring guidance in commit messages for CI/CD release validation.
Discover your tech stack, observability stack, infrastructure scale, observability costs, and pain points. Deterministic collectors measure volumes/costs with raw API evidence; produces a verifiable HTML report.
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.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Next.js development expertise with skills for App Router, Server Components, Route Handlers, Server Actions, and authentication patterns
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls