tasks CLAUDE.md

tasks CLAUDE.md is an instructions file for coding agents from andrewrothstein/tasks. It costs 2,464 tokens per session, scanned A, original, MIT.

Repository instructions for a DevOps toolkit that uses Taskfile commands to manage Kubernetes clusters and deploy applications. Kubernetes is software for running containerized applications across machines.

In plain words
What is it for?
Use it when creating or managing Kind, K3d, or Talos development clusters, working with an existing cluster, or deploying applications, operators, and services to Kubernetes.
Why use it?
It gives the coding agent the repository-specific structure and commands needed to work consistently. It separates temporary development clusters from deployments to existing production clusters.

Instructions file

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.

agentmods
npx agentmods add instructions/andrewrothstein/tasks/claude-md
Clone the repo
git clone --depth 1 https://github.com/andrewrothstein/tasks

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 tasks CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/andrewrothstein/tasks/claude-md.svg)](https://agentmods.dev/instructions/andrewrothstein/tasks/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/andrewrothstein/tasks/claude-md"><img src="https://agentmods.dev/badge/instructions/andrewrothstein/tasks/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,464 This file is loaded in full into every session.
When invoked 2,464 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
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 $0.02464 $0.02464
Opus 5 $0.01232 $0.01232
Sonnet 5 $0.00493 $0.00493
Haiku 4.5 $0.00246 $0.00246

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

Security

Grade A, and why

tasks CLAUDE.md 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 3d 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.

CLAUDE.md · 299 lines

How it starts

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

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

Overview

This is a DevOps/Infrastructure automation toolkit using Taskfile as the primary build system. The repository contains three main categories of task definitions:

  1. Cluster Lifecycle Management: Tasks for creating and managing ephemeral Kubernetes clusters (Kind, K3d, Talos)
  2. Application Deployment: Tasks for deploying applications, operators, and services into any Kubernetes cluster
  3. External Cluster Support: BYO (Bring Your Own) cluster integration for production environments (Harvester, EKS, GKE, etc.)

Repository Organization

Cluster Lifecycle Management (Ephemeral Clusters)

These tasks handle provisioning and teardown of local development clusters:

Core Cluster Provisioning:

  • kind.yml - Basic Kind cluster setup
  • k3d.yml - K3d cluster with extensive configuration options
  • talos.yml - Talos Linux Kubernetes clusters
  • byo-cluster.yml - External cluster support (no-op create/delete)

Kind with CNI Variants:

  • kind+antrea.yml - Kind cluster with Antrea CNI
  • kind+calico.yml - Kind cluster with Calico CNI
  • kind+cilium.yml - Kind cluster with Cilium CNI (default)
  • kind+registry.yml - Kind cluster with built-in container registry
  • kind+spegel.yml - Kind cluster with P2P image distribution

Cluster Configuration Management:

  • kubectl-config.yml - Kubeconfig switching and management
  • k8s.yml - Main cluster orchestrator with provider selection

Application Deployment (Cluster-Agnostic)

These tasks deploy applications into any Kubernetes cluster:

Category Aggregators:

  • k8s-database.yml - Database operators and instances
  • k8s-observability.yml - Monitoring and observability stack
  • k8s-storage.yml - Storage solutions and CSI drivers
  • k8s-cicd.yml - CI/CD and GitOps tools

Core Infrastructure:

  • gateway-api.yml - Kubernetes Gateway API
  • cert-manager.yml - Certificate management
  • metrics-server.yml - Cluster metrics
  • metallb.yml - Load balancer for bare metal

Read the full file on GitHub · 299 lines

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. 3d ago First seen · 299 lines · 2,464 tokens per session scan A d4ca134f0b6f

Subscribe to this mod's changes

tasks CLAUDE.md is an instructions file published in the GitHub repository andrewrothstein/tasks (2 stars, last pushed 1mo ago), licensed MIT. It adds 2,464 tokens to every session, about $0.0123 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.