base: Skill for Claude Code

.ai/agents/createur-agent/skills/processes/entretien-base/SKILL.md

entretien-base is a skill for Claude Code from ai-swiss/base. It costs 28 tokens per session (1,370 once invoked), scanned A, original, Apache-2.0.

A French-language maintenance process for reviewing a local BASE: a structured collection of files, links, instructions, and other project resources.

In plain words
What is it for?
Use it to review a BASE's architecture, security posture, references, generated files, and reusable resources.
Why use it?
It helps find broken links, missing files, inconsistent structure, incomplete descriptions, and other problems before the BASE is shared or published. Proposed changes wait for the user's approval.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: built for aider.

This is ai-swiss/base's own configuration. It tells Claude Code how to work on base 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 base configures →

Reuse

Borrowing it

Nothing to install: this file belongs to ai-swiss/base. 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/ai-swiss/base/main/.ai/agents/createur-agent/skills/processes/entretien-base/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/ai-swiss/base

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 entretien-base

README.md
[![agentmods](https://agentmods.dev/badge/skills/ai-swiss/base/entretien-base.svg)](https://agentmods.dev/skills/ai-swiss/base/entretien-base)
Your own site
<a href="https://agentmods.dev/skills/ai-swiss/base/entretien-base"><img src="https://agentmods.dev/badge/skills/ai-swiss/base/entretien-base.svg" alt="Measured on agentmods" height="20"></a>
Per session 28 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,370 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00028 $0.01370
Opus 5 $0.00014 $0.00685
Sonnet 5 $0.00006 $0.00274
Haiku 4.5 $0.00003 $0.00137

Measured 8d ago against content hash 130519fe0c29, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

entretien-base 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 8d 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.

.ai/agents/createur-agent/skills/processes/entretien-base/SKILL.md · 159 lines

How it starts

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

Entretien BASE

Aider l'utilisateur à maintenir un BASE lisible, fiable et réutilisable sans créer de dashboard lourd.

Déclencheurs

Utiliser ce process quand l'utilisateur dit:

  • «Fais l'entretien de mon BASE.»
  • «Vérifie ce BASE.»
  • «Fais un audit de ce BASE.»
  • «Est-ce prêt à publier ou partager?»
  • «Fais une revue architecture, sécurité et cohérence.»
  • «Qu'est-ce qui manque ou doit être nettoyé?»
  • «Prépare ce dossier pour le partager à l'équipe.»

Étapes

1. Cadrer le périmètre

Demande quel dossier analyser si ce n'est pas évident, puis rappelle que l'entretien produit des propositions, et non des modifications automatiques.

«Je vais vérifier la cohérence du BASE, les liens, les marqueurs ouverts, les descriptions manquantes, les routes attendues, les artefacts générés, la posture MCP et les ressources qui méritent d'être promues. Je vous proposerai ensuite les corrections à valider.»

2. Vérifier la structure

Analyser:

  • présence de AGENT.md, SKILL.md, BASE_BOOTSTRAP.md ou équivalents;
  • organisation .ai/agents/, skills/processes/, skills/competences/, templates/, tools/;
  • liens relatifs cassés;
  • fichiers référencés mais absents;
  • tools dont le script manque;
  • chemins qui sortent du projet.

Si la CLI est disponible, s'appuyer sur les commandes suivantes (ajouter --root <dossier> pour cibler un BASE précis, sinon la racine courante):

base validate --root <dossier>
base route-test --root <dossier>
base entretien --root <dossier>

Selon le périmètre, vérifier aussi:

  • les fixtures de routage des exemples importants;
  • la fraîcheur des artefacts générés (base index --root <dossier>, base build --write --root <dossier>, puis diff);
  • la cohérence entre docs, specs, README et exemples;
  • les tools dont les scripts ou dépendances manquent;
  • la distribution MCP si le BASE doit être connecté à une plateforme externe;
  • les limites de sécurité documentées, surtout advisory vs strict.

3. Repérer les marqueurs ouverts

Read the full file on GitHub · 159 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. 8d ago First seen · 159 lines · 28 tokens per session scan A 130519fe0c29

Subscribe to this mod's changes

entretien-base is a skill published in the GitHub repository ai-swiss/base (44 stars, last pushed 4d ago), licensed Apache-2.0. It adds 28 tokens to every session and 1,370 once invoked, about $0.0001 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.

Related

Other skills, from other repositories

benchling-integration

Benchling R&D platform integration. Access registry (DNA, proteins), inventory, ELN entries, workflows via API, build Benchling Apps, query Data Warehouse, for lab data management automation.

synthetic-sciences/openscience · 44 tokens

x-osv

CLI for Google OSV database. Query vulnerabilities for packages, scan local projects for vulnerable dependencies. Dependency: This is an x-cmd module. Install x-cmd first (see x-cmd skill). Required Tool: Install osv-scanner for project scanning (see https://github.com/google/osv-scanner).

x-cmd/x-cmd · 72 tokens

obsidian-bases

Create and edit Obsidian Bases (.base files) with views, filters, formulas, and summaries. Use when working with .base files, creating database-like views of notes, or when the user mentions Bases, table views, card views, filters, or formulas in Obsidian.

kepano/obsidian-skills · 63 tokens

hithink-finance-data

A local data-management skill for the HiThink Finance command-line tool and its DuckDB database. DuckDB is a database stored in a local file.

HiThink-Tech/Financial-API · 60 tokens

wallet-cli

Operate the TypeScript TRON wallet CLI for accounts, transfers, staking, governance, contracts, signing, chain queries, and password input with wallet-cli 4.13.0. Refuse wallet passwords in argv and require the supported stdin channel. For Java REPL requests, refuse that entry and offer the TypeScript one-shot CLI…

BofAI/skills · 82 tokens

write-oql-queries

Write OQL for Mendix VIEW entities — joins, aggregates, calculated fields, and the syntax the runtime actually accepts. Use when creating a VIEW entity or building a report or analytics query.

mendixlabs/mxcli · 44 tokens