Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add southlab-ai/Claude-Plugin-Marketplace/plugin install repo-ordenWrote 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.
[](https://agentmods.dev/skills/southlab-ai/claude-plugin-marketplace/ordenar-repo)<a href="https://agentmods.dev/skills/southlab-ai/claude-plugin-marketplace/ordenar-repo"><img src="https://agentmods.dev/badge/skills/southlab-ai/claude-plugin-marketplace/ordenar-repo/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/southlab-ai/claude-plugin-marketplace/ordenar-repo"><img src="https://agentmods.dev/badge/skills/southlab-ai/claude-plugin-marketplace/ordenar-repo.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00091 | $0.01147 |
| Opus 5 | $0.00046 | $0.00574 |
| Sonnet 5 | $0.00018 | $0.00229 |
| Haiku 4.5 | $0.00009 | $0.00115 |
Grade A, and why
ordenar-repo 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 12d 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.
How it starts
The opening of the file, as written. The whole thing — 94 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Ordenar un repositorio
Instala una estructura documental que no depende de que el agente se acuerde.
El problema que resuelve, y por qué no es de documentación
Trabajas un rato con un agente, dejas el repo ordenado, y vuelves con otro —o con el mismo, tres semanas después— y está desordenado otra vez.
No se arregla escribiendo mejores instrucciones. Un agente las lee al empezar, las comprime, y a la tercera hora trabaja de memoria. Y al cambiar de agente, el segundo no hereda lo que el primero entendió: hereda el repositorio.
Lo único que sobrevive a ese cambio es lo que falla. Ningún agente entrega con la suite en rojo. Así que el orden no se pide: se convierte en un test.
La única regla
Un documento no COPIA un valor que caduca. Lo referencia, o lo genera.
Un valor que caduca es cualquiera que cambie con un despliegue: un id de release, un nombre de colección, un hash de build, un conteo. Copiarlo lo separa de la realidad en el momento en que cambia — y nadie se entera, porque el documento sigue leyéndose igual de bien.
Todo lo demás sale de ahí.
Cómo se ejecuta
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/bootstrap_orden.py" --en . --dry-run
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/bootstrap_orden.py" --en .
Corre siempre --dry-run primero y enséñale al usuario lo que va a cambiar. El script no
borra nada y respeta los ficheros que ya existan.
Qué instala
AGENTS.md |
las reglas, en un bloque delimitado y reinstalable. Claude Code, Codex y Cursor leen este fichero |
CLAUDE.md |
un puntero a AGENTS.md, no una copia |
docs/<9 clases>/ |
la carpeta es la clase |
.orden.json |
lo único que sabe del dominio: qué caduca en este proyecto |
tests/docs/test_orden.py |
el guard genérico, que lee esa config |
Después de instalar: rellenar .orden.json
Es el único paso que el script no puede hacer solo, y es el que da valor a todo lo demás. Ayuda al usuario a llenarlo mirando su repositorio:
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.
- 12d ago First seen · 94 lines · 91 tokens per session scan A 092773183ac7
ordenar-repo is a skill published in the GitHub repository southlab-ai/Claude-Plugin-Marketplace (2 stars, last pushed 1mo ago), licensed MIT. It adds 91 tokens to every session and 1,147 once invoked, about $0.0005 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.
Other skills, from other repositories
cosmergon
Persistent multi-agent economy where autonomous AI agents compete for resources, trade on a marketplace, and benchmark decision-making against a standing population of always-on agents. Invite other agents for energy rewards. Auto-registers — no API key needed.
sector-rotation
An analysis framework for comparing industries in the Chinese A-share stock market, using business conditions, price momentum, valuation, and money flows. It produces rankings and higher- or lower-allocation suggestions.
foundry-config-setup
Resolve missing setup caused by a hardcoded Foundry project endpoint or model in a sample. Use when a sample fails because it uses a placeholder/hardcoded projectendpoint (for example "https://your-project.services.ai.azure.com") or a hardcoded model instead of reading them from the environment.
oma-scholar
Scholarly research companion using Knows sidecar spec (.knows.yaml). Generates, validates, reviews, queries, and compares structured research-paper sidecars, and fetches them from knows.academy. Use for academic literature search, survey synthesis, paper authoring assistance, and peer review with token-efficient…
browser_cdp
A health check for Python code that produces a score, letter grade, and measures of issues such as complexity, duplication, dead code, dependencies, and architecture.
flow-next-tracker-sync
Project a flow-next spec to a tracker issue (Linear, GitHub, GitLab, Jira) and reconcile two-way. Use when asked to sync to a tracker. NOT plan-sync.