Borrowing it
Nothing to install: this file belongs to brayandiazc/project-starter-template-es-ai. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/brayandiazc/project-starter-template-es-ai/main/.claude/skills/portar-cambio/SKILL.mdgit clone --depth 1 https://github.com/brayandiazc/project-starter-template-es-aiWrote 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/brayandiazc/project-starter-template-es-ai/portar-cambio)<a href="https://agentmods.dev/skills/brayandiazc/project-starter-template-es-ai/portar-cambio"><img src="https://agentmods.dev/badge/skills/brayandiazc/project-starter-template-es-ai/portar-cambio/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/brayandiazc/project-starter-template-es-ai/portar-cambio"><img src="https://agentmods.dev/badge/skills/brayandiazc/project-starter-template-es-ai/portar-cambio.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.00098 | $0.00768 |
| Opus 5 | $0.00049 | $0.00384 |
| Sonnet 5 | $0.00020 | $0.00154 |
| Haiku 4.5 | $0.00010 | $0.00077 |
Grade A, and why
portar-cambio 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 11d 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 — 55 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Replica el cambio de la rama actual en las variantes hermanas de la familia:
- 🇪🇸 con IA:
project-starter-template-es-ai· 🇬🇧 con IA:project-starter-template-en-ai - 🇪🇸 sin IA:
project-starter-template-es· 🇬🇧 sin IA:project-starter-template-en
Paso 1 — Delimitar el cambio
Toma el diff de la rama actual contra main (git diff main...HEAD) y clasifica cada
archivo: ¿documentación general, capa de IA (.claude/, AGENTS.md, CLAUDE.md,
specs/), o tooling neutro (.github/, scripts)?
Paso 2 — Elegir destinos
Pregunta a qué variantes portar y dónde están sus copias locales (o clónalas). Reglas por destino:
- Mismo idioma, sin IA: elimina del port todo lo que dependa de la capa de IA
(skills, hooks de
.claude/, menciones a agentes). Si existe un equivalente nativo (p. ej..githooks/), adapta ahí. - Otro idioma: traduce contenido y nombres siguiendo el mapa de renombres de
.github/scripts/check-parity.sh(p. ej.instanciar↔instantiate,portar-cambio↔port-change,actualizar-plantilla↔update-template). Los placeholders también se traducen ([NOMBRE_DEL_PROYECTO]↔[PROJECT_NAME]): respeta el catálogo del TEMPLATE-USAGE de destino.
Paso 3 — Aplicar en cada destino
En cada variante: crea una rama con el mismo nombre que la de origen, aplica el cambio
adaptado y ejecuta sus verificaciones (.github/scripts/check-links.sh,
check-placeholders.sh, tests si existen).
Atribución: en las variantes con IA, los commits llevan el trailer de coautoría
de docs/conventions/ai-agents.md; en las variantes sin IA, los commits NO llevan
ninguna atribución ni mención de IA (ni en el mensaje ni en el contenido portado).
Paso 4 — Cierre
Resume por variante: rama creada, archivos portados, qué se adaptó u omitió y por qué.
Recuerda abrir los PRs (skill /open-pr en las variantes con IA).
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.
- 11d ago First seen · 55 lines · 98 tokens per session scan A 90dd171bc3e0
portar-cambio is a skill published in the GitHub repository brayandiazc/project-starter-template-es-ai (15 stars, last pushed 4d ago), licensed MIT. It adds 98 tokens to every session and 768 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-09-01.
Other skills, from other repositories
cloudron-app-publishing
Distribute Cloudron apps via CloudronVersions.json version catalogs.
agent-framework-py-release
Use when cutting a Python release for the microsoft/agent-framework monorepo. Triggers on "bump py versions", "cut a python release", "prepare release PR for python", "release py packages", "bump python to X.Y.Z", or similar requests to bump Python package versions and prepare a release PR. Handles all four lifecycle…
workflow-patterns
Use this skill when implementing tasks according to Conductor's TDD workflow, handling phase checkpoints, managing git commits for tasks, or understanding the verification protocol.
azure-ai-translation-text-py
Azure AI Text Translation SDK for real-time text translation, transliteration, language detection, and dictionary lookup. Use for translating text content in applications. Triggers: "text translation", "translator", "translate text", "transliterate", "TextTranslationClient".
fork-fleet
Fork divergence monitor - tracks where the fleet's active forks diverge in CODE (unique commits, new/modified skills) and CONFIG (enable/var/model/schedule vs upstream), gated on real change.
arbor-agent-executor
Executor-dispatch phase for Arbor. Use when implementing an Idea Tree node through RunExecutor or RunExecutorParallel semantics: isolated git worktree, executor prompt construction, eval metadata injection, RunTraining policy, smoke/full evaluation, report parsing, artifact persistence, tree update, and insight…