campy AGENTS.md

Repository instructions for Campy, an OpenCode and Claude Code plugin that displays four animated ASCII pets reacting to coding events. OpenCode is a terminal-based coding agent, and the instructions cover its pets, files, settings, commands, and legacy Claude Code plugin.

In plain words
What is it for?
Use them when developing or debugging the pets plugin, its terminal interface, themes, configuration, commands, or Claude Code hooks. They document actions such as feeding, playing with, sleeping, and waking pets.
Why use it?
They give an agent the project structure and behavior details needed to change the plugin safely. They also explain how the OpenCode interface, themes, event hooks, and pet states connect.

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

Made for: Codex, OpenCode.

Per session 509 This file is loaded in full into every session.
When invoked 509 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.00509 $0.00509
Opus 5 $0.00254 $0.00254
Sonnet 5 $0.00102 $0.00102
Haiku 4.5 $0.00051 $0.00051

Measured yesterday against content hash 365a7235f703, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

campy 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 yesterday.

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 · 83 lines

What it actually says

campy - OpenCode Pets Plugin

Project Overview

campy is an animated terminal pets plugin for OpenCode and Claude Code featuring 4 ASCII pet types that react to coding events.

Aspect Details
Type OpenCode TUI Plugin (Solid.js)
Main File .opencode/plugins/pets.tsx
Config .opencode/tui.json

Available Pets

Pet States Emoji
Cat idle, happy, sad, sleeping, eating, playing, excited 🐱
Hamster 7 states 🐹
Ghost 7 states 👻
Robot 7 states 🤖

File Structure

.opencode/
├── plugins/pets.tsx       # Main plugin (4 pets)
├── tui.json               # Configuration
├── themes/pets-theme.json # Theme colors
└── tui.dog.json, tui.ghost.json  # Alternative configs

ghost-pet/                 # Claude Code plugin
├── commands/              # /ghost-pet:* commands
└── hooks/                 # Event hooks

docs/superpowers/          # Design specs & plans

Commands

OpenCode slash commands available:

/pet feed     - Feed pet (+15 happiness)
/pet play     - Play with pet (+20 happiness)
/pet pet      - Pet pet (+10 happiness)
/pet sleep    - Put pet to sleep
/pet wake     - Wake pet
/pet status   - Check mood & happiness
/pet cat      - Switch to cat
/pet hamster  - Switch to hamster
/pet ghost    - Switch to ghost
/pet robot    - Switch to robot

Configuration

Edit .opencode/tui.json:

{
  "plugin": ["./plugins/pets.tsx", {
    "name": "Whiskers",
    "animations": { "fps": 3 }
  }]
}

Development

npm run dev    # Start plugin dev server

Documentation

  • README.md - Full feature overview
  • SPEC.md - Technical specification (622 lines)
  • COMMANDS.md - Commands & interactions
  • QUICKSTART.md - Getting started
  • TROUBLESHOOTING.md - Common issues
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. yesterday First seen · 83 lines · 509 tokens per session scan A 365a7235f703

Subscribe to this mod's changes

campy AGENTS.md is an instructions file published in the GitHub repository dropdevrahul/campy (10 stars, last pushed 2mo ago), licensed MIT. It adds 509 tokens to every session, about $0.0025 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.