netdata

100 mods across 3 repositories, 80k stars between them.

codacy-audit

01

netdata/netdata

Skill Claude CodeCodex

Codacy Cloud workflow for this repository -- run Codacy's analyzers locally before git push (mirrors what Codacy CI runs), and fetch/cluster Codacy issues for any PR via the v3 API. Use when the user mentions Codacy, "codacy analysis", codacy-analysis-cli, "codacy issues on PR", "fix codacy CI", "codacy markdownlint…

80k yesterday A 177 tokens GPL-3.0

coverity-audit

02

netdata/netdata

Skill Claude CodeCodex

Triage Coverity Scan defects (https://scan.coverity.com) for this project — fetch defect lists, fetch per-defect details, and apply triage decisions (Bug / FalsePositive / Intentional with severity, action, and a comment). Use when the user asks to "review Coverity defects", "triage Coverity findings", "fetch Coverity…

80k yesterday A 96 tokens GPL-3.0

graphql-audit

03

netdata/netdata

Skill Claude CodeCodex

Triage GitHub Code Scanning alerts (CodeQL with security-extended suite) for this repository — list open alerts, dismiss as false positive / won't fix / used in tests, query via GitHub REST + GraphQL. Use when the user asks to "review GitHub security alerts", "check CodeQL findings", "triage code scanning", or…

80k yesterday A 99 tokens GPL-3.0

netdata/netdata

Skill Claude CodeCodex

Netdata integrations pipeline reference. Use when editing metadata.yaml or taxonomy.yaml; modifying integrations generators, schemas, taxonomy registries, templates, generated integration docs, integrations.js, integrations.json, integrations/taxonomy.json, COLLECTORS.md, SECRETS.md, or SERVICE-DISCOVERY.md; changing…

80k yesterday A 83 tokens GPL-3.0

learn-pr-preview

05

netdata/netdata

Skill Claude CodeCodex

Use only when the user explicitly asks to build, run, preview, inspect, or validate learn.netdata.cloud locally using the contents of a PR or documentation branch before merge. Do not trigger for ordinary docs edits unless the user asks for a local Learn preview.

80k yesterday A 56 tokens GPL-3.0

netdata/netdata

Skill Claude CodeCodex

Authoritative reference for how docs in this repo (and 5 other Netdata-org repos) become published pages on learn.netdata.cloud. Covers the /docs/.map/map.yaml source-of-truth (the actual lever -- filesystem path is irrelevant for routing), the live ingest/ingest.py orchestrator in the learn repo (NOT the legacy…

80k yesterday A 264 tokens GPL-3.0

netdata/netdata

Skill Claude CodeCodex

Maintains a local mirror of Netdata-org source repositories at ${NETDATAREPOSDIR} so AI assistants and developers can do cross-repo grep / code review locally without GitHub API round-trips and rate limits. Ships a vendored sync script (scripts/sync-netdata-repos.sh) that updates 150 repos in two phases (resync…

80k yesterday A 210 tokens GPL-3.0

pr-reviews

08

netdata/netdata

Skill Claude CodeCodex

Address pull-request comments and reviews iteratively until the PR is clean — fetch all comments with paranoid pagination, classify by author (AI bot vs human), verify each finding, address it, find similar patterns, reply per-thread, resolve threads, pull SonarCloud findings, check CI before pushing, retrigger AI…

80k yesterday A 159 tokens GPL-3.0

netdata/netdata

Skill Claude CodeCodex

Build a static, self-extracting Netdata installer (netdata- -latest.gz.run) from this checkout for x8664, aarch64, armv6l, or armv7l. Use when the user asks to build, produce, package, or test a static binary, makeself installer, .gz.run artifact, or "static install" of Netdata; when verifying a PR by deploying it to…

80k yesterday D 205 tokens GPL-3.0

netdata/netdata

Skill Claude CodeCodex

Developer workflow for creating or updating Netdata topology producers and topology Function payloads using the production netdata.topology.v1 schema. Use when adding or migrating topology:network-connections, topology:streaming, topology:snmp, vSphere topology, correlation rules, graph presentation, drilldowns…

80k yesterday A 77 tokens GPL-3.0

netdata/netdata

Skill Claude CodeCodex

Author, adapt, modify, or review Netdata health alerts and alert templates. Use when translating alerts from another system; changing src/health/health.d/.conf, lookup/calc/warn/crit expressions, lifecycle, timing, routing, ownership, or missing-data behavior; writing health-config tests; or selecting an alert's…

80k yesterday A 79 tokens GPL-3.0

netdata/netdata

Skill Claude CodeCodex

Create, review, validate, prove, iterate, or install Netdata Prometheus collector chart profiles (go.d/prometheus.profiles/.yaml). Use for exporter dashboard design, profile schema/runtime behavior, selector/relabel/fallback policy, chart coverage and cardinality, stock semantic proof artifacts, or live profile…

80k yesterday A 69 tokens GPL-3.0

netdata/netdata

Skill Claude CodeCodex

Developer contract for the query contract corpus (tests/query-corpus) — the black-box correctness suite for the Netdata query engine. Use when running the corpus, adding or extending corpus cases, authoring fixtures, changing an oracle or a byte-pin, adding a case for a query-engine bug, recording the fixing PR after…

80k yesterday A 83 tokens GPL-3.0

netdata/netdata

Skill Claude CodeCodex

Use when editing Netdata SNMP profile YAMLs, topology SNMP profiles, ddsnmp profile parsing, or profile-format documentation. Requires checking source MIB field accessibility, especially MAX-ACCESS not-accessible INDEX objects, before adding or changing profile symbols.

80k yesterday A 60 tokens GPL-3.0

netdata/netdata

Skill Claude CodeCodex

Use when editing Netdata SNMP trap profile YAMLs, trap profile metric rules, the trap profile-format documentation, the snmp-trap-profile-gen Go helper, or running a regeneration of the OOB trap profile pack. Enforces the closed 8-category / 8-severity taxonomy, the file-scoped varbinds-table pattern, metric…

80k yesterday A 89 tokens GPL-3.0

netdata/netdata

Skill Claude CodeCodex

Best practices and orientation for AI assistants authoring or modifying Netdata data-collection plugins or modules in any language. Read before adding a new collector, modifying an existing one, working on logs, topology, NetFlow/sFlow/IPFIX, OTEL ingestion, SNMP profiles, statsd, Prometheus scraping, or interactive…

80k yesterday A 147 tokens GPL-3.0

netdata/netdata

Skill Claude CodeCodex

Use when creating or migrating a Go go.d collector to framework V2, touching CollectorV2, metrix.CollectorStore, ChartTemplateYAML/charts.yaml, charttpl/chartengine, V2 host scopes/vnodes, or V2 collector tests. Focuses on concise maintainer-preferred V2 collector patterns.

80k yesterday A 74 tokens GPL-3.0

query-agent-events

18

netdata/netdata

Skill Claude CodeCodex

Bug-investigation tool for the Netdata agent-events ingestion namespace -- triage crashes, panics, fatals across the fleet by downloading events of interest and clustering locally. Covers the three transports (Cloud API and direct agent API are primary; ssh is operator-only), the verified AE field map and enum…

80k yesterday A 210 tokens GPL-3.0

sonarqube-audit

19

netdata/netdata

Skill Claude CodeCodex

Triage SonarCloud findings (issues, hotspots, code smells, vulnerabilities) for this project — search what's open, mark False Positive / Won't Fix / Confirm / Safe / Acknowledged / Fixed, batch-mark whole rule families. Use when the user asks to "review Sonar findings", "triage SonarCloud", "mark False Positive on…

80k yesterday A 111 tokens GPL-3.0

netdata AGENTS.md

20

netdata/netdata

Instructions file CodexOpenCode

AGENTS.md instructions for netdata/netdata, covering agents.md, goals, requirement language, mandatory development principles and sow system.

80k yesterday A 14,018 tokens GPL-3.0

netdata CLAUDE.md

21

netdata/netdata

Instructions file

Claude Code instructions for netdata/netdata, a project described as: The fastest path to AI-powered full stack observability, even for lean teams.

80k yesterday A 3 tokens GPL-3.0

netdata GEMINI.md

22

netdata/netdata

Instructions file Gemini CLI

Gemini CLI instructions for netdata/netdata, a project described as: The fastest path to AI-powered full stack observability, even for lean teams.

80k yesterday A 3 tokens GPL-3.0

netdata/netdata

Skill Claude CodeCodex

Query Netdata Agents (parents and children) directly via their HTTP API on port 19999. Includes a bearer-token helper that mints, caches, and transparently refreshes a per-agent bearer from a long-lived Netdata Cloud token, and auto-detects bearer-protected agents. Use when the user asks how to call an agent's REST…

80k yesterday A 108 tokens GPL-3.0

query-netdata-cloud

24

netdata/netdata

Skill Claude CodeCodex

Query Netdata Cloud via its REST API -- metrics, logs (systemd-journal / windows-events / macos-logs / otel-logs), topology graphs (topology:snmp), network flows (flows:netflow), alerts, dynamic configuration (DynCfg), and generic Functions on a node. Use when the user asks about querying Netdata Cloud, fetching…

80k yesterday B 153 tokens GPL-3.0