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.
npx agentmods add instructions/andrewrothstein/tasks/claude-mdgit clone --depth 1 https://github.com/andrewrothstein/tasksWrote 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.
[](https://agentmods.dev/instructions/andrewrothstein/tasks/claude-md)<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>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.
| Model | Per session | Once 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 |
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.
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:
- Cluster Lifecycle Management: Tasks for creating and managing ephemeral Kubernetes clusters (Kind, K3d, Talos)
- Application Deployment: Tasks for deploying applications, operators, and services into any Kubernetes cluster
- 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 setupk3d.yml- K3d cluster with extensive configuration optionstalos.yml- Talos Linux Kubernetes clustersbyo-cluster.yml- External cluster support (no-op create/delete)
Kind with CNI Variants:
kind+antrea.yml- Kind cluster with Antrea CNIkind+calico.yml- Kind cluster with Calico CNIkind+cilium.yml- Kind cluster with Cilium CNI (default)kind+registry.yml- Kind cluster with built-in container registrykind+spegel.yml- Kind cluster with P2P image distribution
Cluster Configuration Management:
kubectl-config.yml- Kubeconfig switching and managementk8s.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 instancesk8s-observability.yml- Monitoring and observability stackk8s-storage.yml- Storage solutions and CSI driversk8s-cicd.yml- CI/CD and GitOps tools
Core Infrastructure:
gateway-api.yml- Kubernetes Gateway APIcert-manager.yml- Certificate managementmetrics-server.yml- Cluster metricsmetallb.yml- Load balancer for bare metal
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.
- 3d ago First seen · 299 lines · 2,464 tokens per session scan A d4ca134f0b6f
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.
Other instructions, from other repositories
timoni AGENTS.md
AGENTS.md instructions for stefanprodan/timoni, covering agents.md, what timoni is, common commands, architecture and cmd/timoni/ — cli (cobra).
selfhost-ai CLAUDE.md
Instructions for kossakovsky/selfhost-ai, covering claude.md, project overview, core architecture, key files and installation flow.
aks-mcp copilot-instructions.md
Instructions for Azure/aks-mcp, covering copilot instructions, project overview, architecture, high-level structure and key components.
gpt-rag-mcp deployment.instructions.md
Instructions for Azure/gpt-rag-mcp, a project described as: gpt-rag-mcp.
serverless-litellm CLAUDE.md
Instructions for cncoder/serverless-litellm, covering claude.md — litellm on eks 项目指南, 项目概述, 快速部署(一键), 前置条件 and 部署流程.
openclaw-kubernetes AGENTS.md
Instructions for feiskyer/openclaw-kubernetes, covering agents.md, links, development commands, lint the chart against all values files and render templates to verify correctness (output discarded).