agent-powerups AGENTS.md

agent-powerups AGENTS.md is an instructions file for Codex, OpenCode from yeaight7/agent-powerups. It costs 643 tokens per session, scanned A, original, Apache-2.0.

Repository instructions for Agent Powerups, a Node.js and TypeScript command-line tool plus a catalog of reusable coding-agent add-ons. They describe the project layout, development commands, conventions, and tests.

In plain words
What is it for?
Building and testing the CLI, checking its catalog and skills, running health checks, and keeping registered assets and mirrored copies synchronized.
Why use it?
They show contributors where code, tests, shipped assets, and documentation belong and which validation commands to run.

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

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 agent-powerups AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/yeaight7/agent-powerups/agents-md.svg)](https://agentmods.dev/instructions/yeaight7/agent-powerups/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/yeaight7/agent-powerups/agents-md"><img src="https://agentmods.dev/badge/instructions/yeaight7/agent-powerups/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 643 This file is loaded in full into every session.
When invoked 643 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.00643 $0.00643
Opus 5 $0.00321 $0.00321
Sonnet 5 $0.00129 $0.00129
Haiku 4.5 $0.00064 $0.00064

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

Security

Grade A, and why

agent-powerups 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 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.

AGENTS.md · 40 lines

How it starts

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

Repository Guidelines

Project Structure & Module Organization

Agent Powerups is a Node.js/TypeScript CLI plus a catalog of agent assets. Core CLI code lives in src/cli/, with command handlers in src/cli/commands/ and shared helpers in src/cli/utils/. Tests live in test/ as *.test.ts.

Shipped assets are organized by type: skills/, commands/, hooks/, mcp/, agents-md/, workflows/, and examples/. Repository docs live in docs/. Keep catalog.json in sync whenever a shipped asset is added, renamed, removed, or materially changed.

Build, Test, and Development Commands

  • npm install: install Node dependencies.
  • npm run build: compile TypeScript with tsc and create the apx wrapper.
  • npm run test: build, then run the Node test suite via scripts/run-node-tests.mjs.
  • apx doctor: run local health checks after building.
  • apx list: inspect catalog entries.
  • python scripts/validate-skills.py: validate skill metadata and required files.
  • python scripts/validate-catalog.py: validate catalog.json.
  • python scripts/validate-mirrors.py: validate that plugin skill copies match their root skills (variant allowlist inside the script).
  • python scripts/check-requirements.py: check documented tool requirements.

Coding Style & Naming Conventions

Use TypeScript ES modules targeting Node 20+. The project uses strict TypeScript, NodeNext modules, semicolons, double quotes, and two-space indentation. Prefer small named functions, explicit error messages, and local helpers in src/cli/utils/ when logic is shared.

Use kebab-case for asset folders and catalog names, for example skills/systematic-debugging/. Every skill folder must include SKILL.md with YAML frontmatter containing name and description. Agent instruction files should use YAML frontmatter plus a pure Markdown body with headings, not XML-like tags as normal top-level sections.

Testing Guidelines

Add or update focused tests in test/*.test.ts for CLI behavior and validation logic. Use npm run test for the full test path. For asset-only changes, also run the relevant Python validators. There is no separate coverage gate; cover changed behavior and edge cases directly.

Read the full file on GitHub · 40 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 · 40 lines · 643 tokens per session scan A 5c76e677eb85

Subscribe to this mod's changes

agent-powerups AGENTS.md is an instructions file published in the GitHub repository yeaight7/agent-powerups (6 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 643 tokens to every session, about $0.0032 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.