Instructions file CodexOpenCode
Instructions for grafana/agento11y, covering working on agento11y, proto is the source of truth, secret patterns are the second source of truth, releases run off .github/sdk-releases.json and workspace gotchas.
Instructions file CodexOpenCode
Instructions for grafana/agento11y, covering working on agento11y, proto is the source of truth, secret patterns are the second source of truth, releases run off .github/sdk-releases.json and workspace gotchas.
Instructions file
Instructions for grafana/agento11y, a project described as: Actually Useful Agent Observability.
Skill Claude CodeCodex
Set up Grafana Agent observability for a coding agent (Claude Code, Codex, Copilot CLI, Cursor, OpenCode, pi, or Vibe) with the agento11y binary: install it, save credentials, wire the agent, verify a session reaches Grafana Cloud, and diagnose a broken pipeline. Use when the user says "set up agento11y", "monitor my…
Plugin Claude Code
Send Claude Code session telemetry to Grafana Agent Observability.
Hook
Runs when a session starts on startup, resume and clear, running an inline shell check. From grafana/agento11y.
Hook
Runs when you submit a prompt, before the agent sees it, running an inline shell check. From grafana/agento11y.
Hook
Runs before the agent uses a tool, running an inline shell check. From grafana/agento11y.
Hook
Runs after a tool call finishes, running an inline shell check. From grafana/agento11y.
Hook
Runs when the agent finishes a response, running an inline shell check. From grafana/agento11y.
Skill Claude CodeCodex
You are running in Opencode with repository files and shell access.
Skill Claude CodeCodex
Run any Python LLM agent as an Agent Observability experiment using the public agento11y.experiments package: define a test suite, run an existing agent through typed trials, bind or record generation I/O, grade outputs, and publish scores, including from stored Grafana test suites.
Skill Claude CodeCodex
Use early in an AI-agent project — before ship, before real traffic — to decide which evaluations to set up and to scaffold a starter experiment. Reads the agent's own code (system prompt, tools, task), recommends specific evaluators with reasons that cite real lines, and writes a labeled draft test suite as an Agent…
Instructions file CodexOpenCode
Instructions for grafana/oats, covering agents.md, project overview, build commands, build and run non-e2e tests.
Instructions file
Instructions for grafana/oats, a project described as: OpenTelemetry Acceptance Tests (OATs), or OATs for short, is a test framework for OpenTelemetry.
Instructions file CodexOpenCode
AGENTS.md instructions for grafana/mcp-k6, covering repository guidelines, project structure & module organization, build, test, and development commands, coding style & naming conventions and testing guidelines.
Instructions file
Claude Code instructions for grafana/mcp-k6, covering claude.md, project overview, architecture, core components and key dependencies.
grafana/grafana-pathfinder-app
Skill Claude CodeCodex
Fix a robustness bug from GitHub issues using worktrees, test-first development, and subagents.
grafana/grafana-pathfinder-app
Skill Claude CodeCodex
Draft a CHANGELOG.md entry from merged PRs since the last release tag. Categorizes by conventional-commit prefix (Added / Fixed / Chore / Security / Changed / Removed), rewrites PR titles into sentence-case narrative bullets with PR refs, and commits to the current branch without pushing. Use when preparing a release…
grafana/grafana-pathfinder-app
Skill Claude CodeCodex
The full QC8 comment-quality catalog — eight bad comment shapes to delete with before/after examples, plus the keep-list of comments that earn their place. Load before writing or editing code comments, when a review flags comment quality, or to cite a QC8 shape number. AGENTS.md carries the rule and the keep-list…
grafana/grafana-pathfinder-app
Skill Claude CodeCodex
Set up a new A/B experiment in Grafana Pathfinder end to end — MTFF flag, variant validation, enrollment seam, exposure and behaviour analytics, QA overrides, tests, docs, and a retirement plan. Use when the user runs /create-experiment, asks to add or run an experiment or A/B test, add a treatment/control variant…
grafana/grafana-pathfinder-app
Skill Claude CodeCodex
Principal engineer level architecture design review and critique. Use when the user asks for design review, architecture feedback, design partnership, risk analysis of a design doc, or wants to drive ambiguity out of a plan. Never writes code; operates as a conversational design partner.
grafana/grafana-pathfinder-app
Skill Claude CodeCodex
Run E2E CLI against a JSON guide to analyze edge cases and behavior. Use when the user wants to test a guide with the e2e CLI for learning purposes, study e2e failures, analyze screenshots, or investigate edge cases in the guide runner.
grafana/grafana-pathfinder-app
Skill Claude CodeCodex
Detect translation gaps across the 21 locales under src/locales/. For keys present in en-US but missing from another locale, add the key with an empty string value (matching the runtime fallback to the en-US default). Emit a gap report (filled / empty / stale counts per locale + the list of newly stubbed keys). Never…
grafana/grafana-pathfinder-app
Skill Claude CodeCodex
Periodic documentation maintenance audit. Finds orphaned docs, detects drift between .cursor/rules/ and docs/developer/, validates doc correctness against source code, tracks structural issues in a persistent backlog, and opens PRs to close highest-priority gaps per run. Use when the user asks to audit documentation…