project-starter-template-es-ai: Skill for Claude Code

.claude/skills/configurar-repo/SKILL.md

configurar-repo is a skill for Claude Code from brayandiazc/project-starter-template-es-ai. It costs 99 tokens per session (1,274 once invoked), scanned A, original, MIT.

A workflow for configuring a GitHub repository, the online home for a Git project, using GitHub's command-line tool.

In plain words
What is it for?
Use it to set the repository description and topics, create labels, configure a `develop` branch, protect branches, and check Dependabot settings.
Why use it?
It removes repetitive setup work and helps keep repository metadata, labels, branches, and merge rules consistent with the project.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions AGENTS.md.

This is brayandiazc/project-starter-template-es-ai's own configuration. It tells Claude Code how to work on project-starter-template-es-ai itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything project-starter-template-es-ai configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/brayandiazc/project-starter-template-es-ai/main/.claude/skills/configurar-repo/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/brayandiazc/project-starter-template-es-ai

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 configurar-repo

README.md
[![agentmods](https://agentmods.dev/badge/skills/brayandiazc/project-starter-template-es-ai/configurar-repo/github.svg)](https://agentmods.dev/skills/brayandiazc/project-starter-template-es-ai/configurar-repo)
Your own site
<a href="https://agentmods.dev/skills/brayandiazc/project-starter-template-es-ai/configurar-repo"><img src="https://agentmods.dev/badge/skills/brayandiazc/project-starter-template-es-ai/configurar-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.

agentmods 80×15 button for configurar-repo

Your own site · 80×15
<a href="https://agentmods.dev/skills/brayandiazc/project-starter-template-es-ai/configurar-repo"><img src="https://agentmods.dev/badge/skills/brayandiazc/project-starter-template-es-ai/configurar-repo.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 99 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,274 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00099 $0.01274
Opus 5 $0.00049 $0.00637
Sonnet 5 $0.00020 $0.00255
Haiku 4.5 $0.00010 $0.00127

Measured 4d ago against content hash 5ec9e4977b65, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

configurar-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 4d 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/skills/configurar-repo/SKILL.md · 91 lines

How it starts

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

Deja el repositorio de GitHub operativo y coherente con la plantilla. Requiere gh autenticado; verifica con gh auth status antes de empezar.

Paso 1 — Contexto

Lee README.md y docs/product/business-model.md para derivar descripción y topics. Detecta el repo actual (gh repo view). Si no existe remoto, pregunta si crearlo (gh repo create — público/privado lo decide la persona).

Paso 2 — Metadatos

  • Descripción: una frase desde la visión del producto (gh repo edit --description). Homepage: la URL del producto si existe.
  • Topics: 3–6 derivados del stack y el dominio (gh repo edit --add-topic).

Paso 3 — Labels

Ejecuta .github/scripts/setup-labels.sh (usa .github/LABELS.md como catálogo).

Paso 4 — Ramas y flujo

  • Crea develop desde main si no existe, publícala y establécela como rama por defecto del repo (gh api -X PATCH repos/{owner}/{repo} -f default_branch=develop) — no es opcional: la rama por defecto es a donde apuntan los PRs nuevos y los de Dependabot; si queda main, el Git Flow se rompe (CONTRIBUTING.md).
  • Verifica que .github/dependabot.yml tenga target-branch: "develop" en cada ecosistema.
  • Protección de main (y develop si la persona quiere): PR obligatorio, sin force-push, conversaciones resueltas y checks requeridos por su nombre de check run, no por el del workflow: Calidad (de quality.yml) y Gitleaks (de secret-scan.yml). Si pones el nombre del workflow, el PR se queda esperando un check que nunca reporta. Verifícalos con gh api repos/{owner}/{repo}/commits/{sha}/check-runs --jq '.check_runs[].name' sobre un commit que ya haya corrido CI. Aplica vía gh api repos/{owner}/{repo}/branches/{branch}/protection y muestra el JSON antes de aplicar.
  • Comprueba que los hooks locales corran: bash .github/scripts/check-hooks-enabled.sh (con --arreglar los activa). core.hooksPath no viaja en el repositorio, así que el estado por defecto de cualquier clon nuevo es «sin ninguna verificación local».

Read the full file on GitHub · 91 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. 4d ago First seen · 91 lines · 99 tokens per session scan A 5ec9e4977b65

Subscribe to this mod's changes

configurar-repo is a skill published in the GitHub repository brayandiazc/project-starter-template-es-ai (15 stars, last pushed 5d ago), licensed MIT. It adds 99 tokens to every session and 1,274 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-08.

Related

Other skills, from other repositories

cloudron-app-publishing

Distribute Cloudron apps via CloudronVersions.json version catalogs.

marcusquinn/aidevops · 18 tokens

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…

microsoft/agent-framework · 103 tokens

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.

wshobson/agents · 35 tokens

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.

aeonfun/aeon · 45 tokens

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…

RUC-NLPIR/Arbor · 63 tokens

shiplog

Recap of everything shipped since the last run - cross-repo PRs, security fixes, star deltas, and X traction, synthesized into a digest article and a ready-to-post shiplog in your voice.

aeonfun/aeon · 46 tokens