slash-command-manager AGENTS.md

slash-command-manager AGENTS.md is an instructions file for Codex, OpenCode from liatrio-labs/slash-command-manager. It costs 254 tokens per session, scanned A, original, Apache-2.0.

A project-specific instruction file for an AI coding agent working on the slash-command-manager Python command-line tool.

In plain words
What is it for?
Use it to run the application, install dependencies, execute unit and integration tests correctly, and follow the project's existing patterns.
Why use it?
It gives the agent required commands, testing rules, project context, and safety constraints so it works consistently with the repository.

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/liatrio-labs/slash-command-manager/agents-md
Clone the repo
git clone --depth 1 https://github.com/liatrio-labs/slash-command-manager

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 slash-command-manager AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/liatrio-labs/slash-command-manager/agents-md.svg)](https://agentmods.dev/instructions/liatrio-labs/slash-command-manager/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/liatrio-labs/slash-command-manager/agents-md"><img src="https://agentmods.dev/badge/instructions/liatrio-labs/slash-command-manager/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 254 This file is loaded in full into every session.
When invoked 254 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.00254 $0.00254
Opus 5 $0.00127 $0.00127
Sonnet 5 $0.00051 $0.00051
Haiku 4.5 $0.00025 $0.00025

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

Security

Grade A, and why

slash-command-manager 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 5d 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 · 32 lines

What it actually says

AGENTS.md

Context Marker

Always begin your response with all active emoji markers, in the order they were introduced.

Format: "\n"

The marker for this instruction is: 🗡️

Required Commands

  • Run app: uv run server.py (NOT python -m server.py)
  • Integration tests: uv run scripts/run_integration_tests.py (ALWAYS use this script)
  • Unit tests: uv run pytest tests/ -v -m "not integration"
  • Install deps: uv sync

Critical Rules

  1. ALWAYS use uv run for Python execution
  2. Integration tests MUST be run through scripts/run_integration_tests.py - this runs them in Docker to prevent overriding user prompt files
  3. NEVER run integration tests directly with pytest
  4. Follow existing code patterns in slash_commands/
  5. Reference existing docs for detailed setup

Project Context

  • Python CLI tool for managing slash commands in various AI coding tools
  • Uses UV for package management
  • Integration tests are Docker-isolated for safety to prevent overriding user prompt files
  • Comprehensive docs in README.md and docs/
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. 5d ago First seen · 32 lines · 254 tokens per session scan A cbad67e39399

Subscribe to this mod's changes

slash-command-manager AGENTS.md is an instructions file published in the GitHub repository liatrio-labs/slash-command-manager (4 stars, last pushed 5mo ago), licensed Apache-2.0. It adds 254 tokens to every session, about $0.0013 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.