Ankra CLI rules and best practices for managing Kubernetes clusters via the Ankr

Ankra CLI rules and best practices for managing Kubernetes clusters via the Ankr is a skill for Claude Code, Codex from AmariahAK/atlarix-skills. It costs 15 tokens per session (1,655 once invoked), scanned A, original, Apache-2.0.

A guide for using the Ankra command-line tool to manage Kubernetes clusters, organisations, add-ons, stacks, Helm releases, credentials, and tokens. Kubernetes is software for running containerised applications across servers.

In plain words
What is it for?
Use it to authenticate with Ankra, switch or create organisations, configure API access, and manage Kubernetes resources through its CLI.
Why use it?
It gives common commands and configuration practices for logging in, selecting an organisation, and managing Ankra from a terminal or automated environment.

Skill for Claude CodeCodex

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

Good fit Use it to authenticate with Ankra, switch or create organisations, configure API access, and manage Kubernetes resources through its CLI.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/amariahak/atlarix-skills/acr-ankra-cli
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 AmariahAK/atlarix-skills --skill acr-ankra-cli
Clone the repo
git clone --depth 1 https://github.com/AmariahAK/atlarix-skills

Made for: Claude Code, Codex.

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 Ankra CLI rules and best practices for managing Kubernetes clusters via the Ankr

README.md
[![agentmods](https://agentmods.dev/badge/skills/amariahak/atlarix-skills/acr-ankra-cli/github.svg)](https://agentmods.dev/skills/amariahak/atlarix-skills/acr-ankra-cli)
Your own site
<a href="https://agentmods.dev/skills/amariahak/atlarix-skills/acr-ankra-cli"><img src="https://agentmods.dev/badge/skills/amariahak/atlarix-skills/acr-ankra-cli/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 Ankra CLI rules and best practices for managing Kubernetes clusters via the Ankr

Your own site · 80×15
<a href="https://agentmods.dev/skills/amariahak/atlarix-skills/acr-ankra-cli"><img src="https://agentmods.dev/badge/skills/amariahak/atlarix-skills/acr-ankra-cli.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 15 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,655 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.
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.00015 $0.01655
Opus 5 $0.00008 $0.00827
Sonnet 5 $0.00003 $0.00331
Haiku 4.5 $0.00002 $0.00166

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

Security

Grade A, and why

Ankra CLI rules and best practices for managing Kubernetes clusters via the Ankr 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 12d ago.

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.

skills/acr-ankra-cli/SKILL.md · 213 lines

How it starts

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

Ankra CLI rules and best practices for managing Kubernetes clusters via the Ankr

When to use this skill

Ankra CLI rules and best practices for managing Kubernetes clusters via the Ankra platform

Source

Synced from https://github.com/PatrickJS/awesome-cursorrules/tree/main/rules/ankra-cli.mdc.

Ankra CLI Best Practices

Ankra is a Kubernetes cluster management platform. Its CLI (ankra) lets you manage organisations, clusters, add-ons, stacks, Helm releases, credentials, and tokens from the terminal.

Authentication & Configuration

  • Authenticate first: ankra login
  • Default config lives at ~/.ankra.yaml; override with --config <path>
  • Override the API base URL with --base-url or ANKRA_BASE_URL
  • Supply an API token via --token or ANKRA_API_TOKEN (prefer env var in CI)
  • Logout cleanly: ankra logout
# ~/.ankra.yaml example
base_url: https://api.ankra.io
token: ${ANKRA_API_TOKEN}

Organisation Management

ankra org list                          # List accessible organisations
ankra org switch <org-name>             # Switch active organisation
ankra org create <name>                 # Create a new organisation
ankra org invite <email>                # Invite a user to the current org
ankra org members                       # List members of the current org

Cluster Lifecycle

ankra cluster list                      # List all clusters in the org
ankra cluster select <name>             # Set the active cluster context
ankra cluster info                      # Show details about the active cluster
ankra cluster provision                 # Provision a new cluster
ankra cluster deprovision               # Deprovision (destroy) the active cluster
ankra cluster reconcile                 # Reconcile cluster to desired state
ankra delete cluster <name>             # Delete a named cluster
  • Always run ankra cluster info before destructive operations
  • Use ankra cluster reconcile after config changes before assuming state is correct

Read the full file on GitHub · 213 lines

Files

What ships with it

1 file 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. 12d ago First seen · 213 lines · 15 tokens per session scan A 3e2a9de3bb7e

Subscribe to this mod's changes

Ankra CLI rules and best practices for managing Kubernetes clusters via the Ankr is a skill published in the GitHub repository AmariahAK/atlarix-skills (2 stars, last pushed 5d ago), licensed Apache-2.0. It adds 15 tokens to every session and 1,655 once invoked, about $0.0001 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-31.

Related

Other skills, from other repositories

deploy-gen

Generate deployment configurations (Docker, Kubernetes) for the current project.

jmagly/aiwg · 15 tokens

kubernetes

Deploy, manage, and debug Kubernetes in production — Deployments, Services, Gateway API, Service Mesh (Istio/Linkerd/Cilium), eBPF observability (Cilium Hubble), security hardening (Pod Security Standards, OPA/Kyverno, seccomp, runtime security with Falco/Tetragon), Helm, HPA, PDB, topology spread, and debugging. Use…

EliasOulkadi/shokunin · 144 tokens

ring:creating-helm-charts

Creating Helm charts to Lerian conventions via ring:helm: standardized chart structure, full env-var coverage from .env.example, security defaults (runAsNonRoot, readOnlyRootFilesystem), ClusterIP-only services, and health probes; validates helm lint and template render. Use when creating, modifying, or reviewing a…

LerianStudio/ring · 92 tokens

troubleshoot-ssi

Diagnose and fix Single Step Instrumentation (SSI) issues on Kubernetes — SSI automatically instruments applications for APM without code changes. Only use if the agent and SSI are already configured but traces are missing or instrumentation is not working.

neverinfamous/mysql-mcp · 52 tokens

infrastructure-validation

Use when working with Terraform (.tf, .tfvars), Ansible (playbooks, roles, inventory), Docker (Dockerfile, docker-compose.yml), Kubernetes (manifests, Helm charts), CloudFormation, or any infrastructure-as-code files. Also use when running terraform plan/apply, building Docker images, writing Helm templates, or when…

lgbarn/shipyard · 98 tokens

terraform-k8s

Author and operate infrastructure-as-code with Terraform/OpenTofu and Kubernetes manifests — declarative provisioning, state management, modules, plan/apply discipline, and the K8s object model (Deployment/Service/Ingress, probes, requests/limits, HPA, ConfigMap/Secret, RBAC). Use when writing a Terraform module…

kouroshez/coding-os · 202 tokens