roqueos-containers-list CLAUDE.md

roqueos-containers-list CLAUDE.md is an instructions file for Claude Code from roqueribeiro/roqueos-containers-list. It costs 1,781 tokens per session, scanned A, original, MIT.

Instructions and validation tools for a self-hosted Docker app catalogue used by RoqueOS and compatible app stores. Docker Compose is a format for describing and running groups of containers, which are packaged applications.

In plain words
What is it for?
Use them to validate and auto-fix Compose manifests, preview changes, audit missing English or Brazilian Portuguese translations, and prepare catalogue releases.
Why use it?
They define the repository layout and checks needed to keep app manifests valid, consistent, translated, and ready for publishing.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md.

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/roqueribeiro/roqueos-containers-list/claude-md
Clone the repo
git clone --depth 1 https://github.com/roqueribeiro/roqueos-containers-list

Made for: Claude Code.

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 roqueos-containers-list CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/roqueribeiro/roqueos-containers-list/claude-md.svg)](https://agentmods.dev/instructions/roqueribeiro/roqueos-containers-list/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/roqueribeiro/roqueos-containers-list/claude-md"><img src="https://agentmods.dev/badge/instructions/roqueribeiro/roqueos-containers-list/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,781 This file is loaded in full into every session.
When invoked 1,781 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.1 $0.01781 $0.01781
Opus 5 $0.00890 $0.00890
Sonnet 5 $0.00356 $0.00356
Haiku 4.5 $0.00178 $0.00178

Measured 6d ago against content hash 072dd6a7a13b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

roqueos-containers-list CLAUDE.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 6d 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.

CLAUDE.md · 76 lines

How it starts

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

RoqueOS Containers List

Self-hosted Docker app catalog for RoqueOS — 205+ ready-to-deploy apps in CasaOS-compatible Docker Compose manifests (x-casaos namespace). The catalog itself is the Apps/ directory; this repo also ships the Node tooling that validates, auto-fixes, audits and rebrands those manifests. A semver tag publishes appstore.zip, consumed by the RoqueOS App Store (via roqueos-server) and by any CasaOS-compatible client.

This is one of the nine repos that form RoqueOS. The ecosystem map (sibling repos, how they connect, cross-repo change ordering) is ../roqueos-ecosystem/README.md, and the cross-repo rules are in ../roqueos-ecosystem/rules/. Neither is auto-loaded: read them on demand when a task crosses repos.

Commands

  • yarn install — install validator deps (one-time; no global installs)
  • yarn validateCI gate. ajv schema check + cross-field invariants (scripts/validate-manifests.mjs)
  • yarn fix:dry — preview auto-fixes (scheme, mountShared, main on single-service)
  • yarn fix — apply auto-fixes (idempotent, scripts/fix-manifests.mjs)
  • yarn audit — read-only i18n gap report (missing en_US / pt_BR)
  • yarn audit:verbose — list every app missing translations
  • yarn audit:csv — CSV output (spreadsheet prioritization)
  • yarn rebrand:dry — preview CasaOS → RoqueOS sweep (importing upstream apps)
  • yarn rebrand — apply rebrand (idempotent, scripts/rebrand-casaos.mjs)
  • yarn test — Vitest unit tests for the validator/fixer scripts
  • yarn test:coverage — coverage report
  • IMPORTANT: Yarn only. No npm / npx, no package-lock.json.

Repo shape

This repo is data + tooling only — no runtime, no build step for the catalog itself.

Apps/<AppName>/         # one dir per app
  ├── docker-compose.yml   # required — Docker Compose v3.x with x-casaos metadata
  ├── icon.png             # required — 192×192 transparent PNG
  ├── screenshot-1.png     # required — at least one (1280×720)
  └── thumbnail.png        # optional — 784×442, for featured apps
schema/casaos-app.schema.json   # JSON Schema Draft-07 — the CI gate
scripts/*.mjs                   # validate / fix / audit / rebrand
category-list.json              # category definitions
recommend-list.json             # recommended apps
featured-apps.json              # featured apps for the App Store homepage

Read the full file on GitHub · 76 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. 6d ago First seen · 76 lines · 1,781 tokens per session scan A 072dd6a7a13b

Subscribe to this mod's changes

roqueos-containers-list CLAUDE.md is an instructions file published in the GitHub repository roqueribeiro/roqueos-containers-list (11 stars, last pushed 8d ago), licensed MIT. It adds 1,781 tokens to every session, about $0.0089 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.