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.
curl -O https://raw.githubusercontent.com/ai-swiss/base/main/.ai/agents/createur-agent/skills/processes/entretien-base/SKILL.mdgit clone --depth 1 https://github.com/ai-swiss/baseWrote 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/ai-swiss/base/entretien-base)<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>- NVIDIA SkillSpector pass
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.00028 | $0.01370 |
| Opus 5 | $0.00014 | $0.00685 |
| Sonnet 5 | $0.00006 | $0.00274 |
| Haiku 4.5 | $0.00003 | $0.00137 |
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.
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.mdou é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
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.
- 8d ago First seen · 159 lines · 28 tokens per session scan A 130519fe0c29
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.
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.
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).
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.
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.
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…
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.