flins AGENTS.md

flins AGENTS.md is an instructions file for Codex, OpenCode from powroom/flins. It costs 823 tokens per session, scanned A, original, MIT.

A project instruction file for flins that defines planning, code-generation, tool, and skill-use rules.

In plain words
What is it for?
It is for guiding implementation work, enforcing consistent structure and naming, requiring applicable skills, and formatting plans with only materially blocking unresolved questions.
Why use it?
It gives the coding assistant repository-specific constraints, such as using Bun instead of other JavaScript package managers and exploring the project before writing code.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/powroom/flins/agents-md.svg)](https://agentmods.dev/instructions/powroom/flins/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/powroom/flins/agents-md"><img src="https://agentmods.dev/badge/instructions/powroom/flins/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 823 This file is loaded in full into every session.
When invoked 823 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.00823 $0.00823
Opus 5 $0.00411 $0.00411
Sonnet 5 $0.00165 $0.00165
Haiku 4.5 $0.00082 $0.00082

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

Security

Grade A, and why

flins 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 · 123 lines

How it starts

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

Use Bun exclusively. Do NOT use npm, pnpm, or yarn under any circumstances.

Plan Mode

When operating in Plan Mode:

  • Produce concise, execution-focused plans.

  • Clarity is required; verbosity is not.

  • Do not include explanations, prose, or filler.

  • Output only concrete steps.

  • Every plan MUST end with a section titled “Unresolved Questions”.

  • Include only questions that materially block execution.

  • If there are no blockers, explicitly write:

    Unresolved Questions: None.

Failure to follow this structure is not allowed.

Code Style & Generation Rules

All generated code must follow these rules:

  • Code must be self-explanatory.
  • Do not use comments.
  • Intent must be expressed through naming, structure, and composition only.

Strict consistency is required across:

  • File structure
  • Module boundaries
  • Naming conventions
  • Architectural patterns

Before writing any code:

  • Explore the existing project.
  • Understand the directory layout, conventions, abstractions, and dependency patterns.

When adding new code:

  • Place it only in logically correct locations.
  • Do not introduce new patterns unless strictly necessary.

Mandatory Skill Enforcement (Zero Tolerance)

All rules below are NON-NEGOTIABLE.

If any applicable skill is not used, the response is INVALID.

There are:

  • No excuses
  • No interpretation
  • No flexibility

Rules:

  • If a condition applies → use the skill.
  • If unsure → assume it applies and use the skill.
  • If multiple conditions apply → use all relevant skills.
  • Do not proceed with an answer until all required skills are applied.

Skill Requirements

Planning & Scope

  • Skill(avoid-feature-creep) Required for feature planning, scope discussion, MVPs, roadmaps, and backlogs.

CLI

  • Skill(commander-guidelines) Required for any CLI with commands, flags, options, arguments, or subcommands.
  • Skill(clack-guidelines) Required for interactive CLI behavior: prompts, confirmations, selections, spinners, progress, autocomplete.

Read the full file on GitHub · 123 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 · 123 lines · 823 tokens per session scan A 7b110b394c52

Subscribe to this mod's changes

flins AGENTS.md is an instructions file published in the GitHub repository powroom/flins (39 stars, last pushed 5mo ago), licensed MIT. It adds 823 tokens to every session, about $0.0041 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-30.