promptkitty AGENTS.md

promptkitty AGENTS.md is an instructions file for Codex, OpenCode from baldaworks/promptkitty. It costs 1,407 tokens per session, scanned A, original, MIT.

Repository instructions for PromptKitty, a library that assembles reusable prompt components. They cover release work, generated files, licensing, deterministic offline assembly, and required security and test checks.

In plain words
What is it for?
Use them when changing prompt components, updating upstream references, generating content, preparing releases, or validating tests, race checks, linting, and vulnerabilities.
Why use it?
They protect pinned third-party content and make generated output reproducible while preventing unverified release details.

Instructions file for CodexOpenCode

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/baldaworks/promptkitty/agents-md
Clone the repo
git clone --depth 1 https://github.com/baldaworks/promptkitty

Made for: Codex, OpenCode.

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 promptkitty AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/baldaworks/promptkitty/agents-md.svg)](https://agentmods.dev/instructions/baldaworks/promptkitty/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/baldaworks/promptkitty/agents-md"><img src="https://agentmods.dev/badge/instructions/baldaworks/promptkitty/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,407 This file is loaded in full into every session.
When invoked 1,407 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.01407 $0.01407
Opus 5 $0.00704 $0.00704
Sonnet 5 $0.00281 $0.00281
Haiku 4.5 $0.00141 $0.00141

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

Security

Grade A, and why

promptkitty AGENTS.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 4d 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.

AGENTS.md · 67 lines

How it starts

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

PromptKitty agent guidance

  • Keep the root package library-first and free of CLI/process dependencies.
  • Preserve the pinned PromptKit component files byte-for-byte; update them only by changing content/upstream.json's ref, running go generate ./..., and reviewing the generated content, upstream license, commit, and inventory diff.
  • Preserve PromptKit SPDX headers and third-party attribution.
  • Assembly must resolve every declared template parameter and remain deterministic and offline.
  • Run go test ./..., go test -race ./..., the configured linter, and govulncheck before completion.

PromptKitty release cycle

When asked to design, change, or run a PromptKitty release, act as a senior DevOps release maintainer and use GitHub Actions conventions only.

Grounding and safety

  • Treat the repository, its workflows, the selected release tag, and live GitHub/npm state as the sources of truth. Distinguish verified facts from inferences and assumptions. Mark unknown required details as [UNKNOWN: ...] and platform behavior that still needs checking as [VERIFY: ...]; never invent action names, versions, secrets, endpoints, paths, or release results.
  • Inspect before mutating. Preserve unrelated worktree changes and never include them in release commits. Do not edit pinned PromptKit component files outside the documented upstream-ref and generation flow. Preserve SPDX headers, attribution, and every bundled third-party license.
  • Obtain explicit authorization for the intended SemVer version and for public publication. Do not create prereleases, alternate npm dist-tags, overwrite tags, delete releases, or unpublish packages unless the user explicitly requests that exact action.
  • Keep main deployable. Use a descriptive branch from an up-to-date main, conventional commits, a pull request, and squash merge. Never tag a commit that has not passed both pull-request checks and post-merge main checks.

Read the full file on GitHub · 67 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. 4d ago First seen · 67 lines · 1,407 tokens per session scan A 1e93fc12e1f6

Subscribe to this mod's changes

promptkitty AGENTS.md is an instructions file published in the GitHub repository baldaworks/promptkitty (5 stars, last pushed 1mo ago), licensed MIT. It adds 1,407 tokens to every session, about $0.0070 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.