cncf-landscape

cncf-landscape is a skill for Claude Code, Codex from magnus919/agent-skills. It costs 90 tokens per session (1,815 once invoked), scanned A, original, MIT.

A research guide for finding and comparing cloud-native technologies listed in the CNCF Landscape. The CNCF Landscape is a public directory of projects and companies used to build and run cloud software.

In plain words
What is it for?
Use it when choosing technologies for a cloud platform, architecture decision, proof of concept, technology radar, or build-versus-buy discussion. It is for discovering candidates, not operating or configuring a chosen tool.
Why use it?
It turns a broad architecture need into a shortlist supported by project evidence. It helps compare candidates by capability, category, maturity, license, and repository signals without treating the directory as an automatic recommendation.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when choosing technologies for a cloud platform, architecture decision, proof of concept, technology radar, or build-versus-buy discussion. It is for discovering candidates, not operating or configuring a chosen tool.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/magnus919/agent-skills/cncf-landscape
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add magnus919/agent-skills --skill cncf-landscape
Clone the repo
git clone --depth 1 https://github.com/magnus919/agent-skills

Made for: Claude Code, Codex.

Its marketplace also offers this one on its own, as the plugin cncf-landscape/plugin install cncf-landscape after adding the marketplace above.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for cncf-landscape

README.md
[![agentmods](https://agentmods.dev/badge/skills/magnus919/agent-skills/cncf-landscape/github.svg)](https://agentmods.dev/skills/magnus919/agent-skills/cncf-landscape)
Your own site
<a href="https://agentmods.dev/skills/magnus919/agent-skills/cncf-landscape"><img src="https://agentmods.dev/badge/skills/magnus919/agent-skills/cncf-landscape/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for cncf-landscape

Your own site · 80×15
<a href="https://agentmods.dev/skills/magnus919/agent-skills/cncf-landscape"><img src="https://agentmods.dev/badge/skills/magnus919/agent-skills/cncf-landscape.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 90 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,815 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00090 $0.01815
Opus 5 $0.00045 $0.00907
Sonnet 5 $0.00018 $0.00363
Haiku 4.5 $0.00009 $0.00181

Measured 11d ago against content hash 71ec7de56122, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

cncf-landscape scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/landscape_query.py, tests/test_landscape_query.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

cncf-landscape/SKILL.md · 104 lines

How it starts

The opening of the file, as written. The whole thing — 104 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CNCF Landscape technology selection

Use this skill to turn a capability or architecture problem into a defensible shortlist of cloud-native technologies. The Landscape is a discovery and evidence source, not a recommendation engine.

When to load

Load this skill when someone:

  • asks what projects or tools exist for a capability that is not in the current stack;
  • wants to compare CNCF projects by maturity, category, repository signals, license, or ecosystem evidence;
  • asks for a shortlist for an architecture decision, proof of concept, technology radar entry, or build-versus-buy discussion;
  • needs to discover a CNCF project before reading its documentation or source repository.

When not to use

  • For operating or configuring a named technology, load its operational skill or use its authoritative documentation.
  • For the general adoption/hold governance process, load technology-radar and use this skill only for candidate discovery and evidence.
  • For broad platform architecture, data architecture, or API design without a Landscape discovery question, use the matching methodology skill.
  • For procurement, contract, export-control, or licensing advice, treat this skill's license fields as discovery evidence and obtain qualified review.

Decision workflow

  1. Frame the decision before searching. Capture the capability, workload, interfaces, runtime and topology, scale and SLOs, data sensitivity, deployment model, team ownership, operational skills, budget, timeline, license constraints, and acceptable maturity risk. Separate hard constraints from preferences. If the user has not supplied these, ask for the smallest missing set rather than pretending that a category name is a requirement.
  2. Discover candidates from the live API. Start with the bundled query tool:
    python3 scripts/landscape_query.py --help
    python3 scripts/landscape_query.py \
      --category "Observability and Analysis" \
      --subcategory Observability \
      --search tracing \
      --maturity graduated \
      --has-license --has-release \
      --sort stars --limit 10
    
    Load references/api.md when selecting an endpoint, interpreting a field, or diagnosing a response. Use the projects source for technology candidates. Use members or end-users only for ecosystem context; membership is not a product-quality signal.
  3. Apply hard filters first. Filter by capability and category, then by explicit maturity, license, repository evidence, deployment constraints, or other user-supplied requirements. Do not turn stars, contributor counts, or CNCF maturity into implicit hard requirements unless the user asks for them.
  4. Inspect the shortlist. Use the id returned by projects/all.json to fetch each project's per-record endpoint. Record the API endpoint and retrieval time. Read the project's own documentation, supported deployment paths, release history, source repository, license, and security/advisory material before making implementation claims.
  5. Compare fit, not fame. Use references/decision-framework.md and references/output-template.md. Distinguish:
    • Observed: fields returned by the Landscape or statements verified in project documentation;
    • Inferred: a reasoned implication, such as likely ecosystem reach from repository activity;
    • Unknown: a requirement the available evidence does not establish. Never rank a project solely by stars, CNCF maturity, membership, or a generated score.
  6. Make the recommendation conditional. Name a best fit only against the stated constraints. Include credible alternatives, excluded candidates and the reason for exclusion, material trade-offs, reversibility and migration concerns, and the next experiment that could disprove the recommendation.
  7. Close with a validation plan. Define a bounded proof of concept or documentation/source review that exercises the user's real interfaces, workload, security boundary, operability, upgrade path, and failure modes. A Landscape record can identify what to investigate; it cannot prove production readiness.

Read the full file on GitHub · 104 lines

Files

What ships with it

8 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 104 lines · 90 tokens per session scan A 71ec7de56122

Subscribe to this mod's changes

cncf-landscape is a skill published in the GitHub repository magnus919/agent-skills (76 stars, last pushed today), licensed MIT. It adds 90 tokens to every session and 1,815 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

routine

Manage CocoRoutine Snowflake task scheduling. Usage: $routine list, $routine schedule --cadence , $routine disable , $routine delete .

Snowflake-Labs/cocoplus · 44 tokens

terraform-expert

Expert-level Terraform infrastructure as code, modules, state management, and production best practices. Use when the user mentions infrastructure as code, devops, or automation, or when the task involves Terraform Basics, Resource Management, Modules, or State Management.

personamanagmentlayer/pcl · 53 tokens

floom

Create, run, and manage Floom AI workers — cloud automations that run on a schedule or a trigger and report back. Reach for this whenever the user wants something to happen repeatedly or in the background rather than a one-off script: a recurring task, "every day / every hour / every week", "schedule this", "run it on…

floomhq/floom · 194 tokens

bridge-health

Quick health check on the bridge daemon (CEO machine + any exec mirrors). Surfaces heartbeat staleness, version drift, active sessions, and the Phase 1 to Phase 2 adoption gate metrics. Use when the dashboard feels stale, the sync-pill is red, the daemon may have crashed, or before a /push-updates that changes daemon…

mishahanin/heading-os · 86 tokens

control-plane-ops

Operar o control-plane local-first do agents-lab com board canônico, long-runs bounded, handoff/checkpoint, rollout/rollback e espelhos externos sem perder governança.

aretw0/agents-lab · 43 tokens

gandi

Gère les domaines, DNS et emails via l'API Gandi v5. Permet de lister les domaines, consulter/modifier les enregistrements DNS, gérer les boîtes mail et configurer les redirections.

RobinBeraud/hermes-skills · 49 tokens