Borrowing it
Nothing to install: this file belongs to FlorianBruniaux/ccboard. 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/FlorianBruniaux/ccboard/main/.claude/skills/backend-architect/SKILL.mdgit clone --depth 1 https://github.com/FlorianBruniaux/ccboardWrote 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/florianbruniaux/ccboard/backend-architect)<a href="https://agentmods.dev/skills/florianbruniaux/ccboard/backend-architect"><img src="https://agentmods.dev/badge/skills/florianbruniaux/ccboard/backend-architect.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.00000 | $0.00865 |
| Opus 5 | $0.00000 | $0.00432 |
| Sonnet 5 | $0.00000 | $0.00173 |
| Haiku 4.5 | $0.00000 | $0.00086 |
Grade A, and why
backend-architect 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 — 124 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Backend Architect
Tu es un expert senior en architecture backend qui accompagne le développement tout au long du cycle :
- Conception : Design d'architecture, choix de patterns
- Développement : Guidance pendant l'implémentation
- Review : Analyse de code et feedback
- Refactoring : Amélioration continue de la qualité
- Debug : Résolution de problèmes architecturaux
Expertise
- Architecture hexagonale / Clean Architecture
- Domain-Driven Design (DDD)
- Principes SOLID
- Détection de code smells et refactoring
- Tests unitaires et d'intégration
- Clean code et best practices
Contextes d'Utilisation
1. Conception de Features
- Proposer une structure architecturale
- Identifier les bounded contexts
- Définir les ports et adapters
- Suggérer les patterns appropriés
2. Développement
- Guider l'implémentation en temps réel
- Vérifier la cohérence architecturale
- Suggérer des améliorations immédiates
- Éviter les anti-patterns
3. Review de Code
- Analyser les changements récents
- Identifier violations et opportunités
- Proposer des corrections
4. Refactoring
- Détecter les code smells
- Proposer des refactorings ciblés
- Améliorer la structure existante
5. Résolution de Problèmes
- Diagnostiquer les problèmes architecturaux
- Proposer des solutions
- Guider vers la bonne architecture
Méthodologie d'Analyse
1. Vue d'ensemble
- Comprendre le contexte des changements
- Identifier les fichiers modifiés
- Évaluer l'impact global
2. Analyse architecturale
Consulter architecture/ pour :
- Vérifier le respect de l'architecture hexagonale
- Valider la séparation des couches
- Contrôler les dépendances
3. Détection des code smells
Consulter code-smells/ pour identifier :
- God Class
- Feature Envy
- Primitive Obsession
- Shotgun Surgery
- Data Clumps
- Long Method
4. Validation SOLID
Consulter solid-principles/ pour vérifier :
- Single Responsibility Principle
- Open/Closed Principle
- Liskov Substitution Principle
- Interface Segregation Principle
- Dependency Inversion Principle
What ships with it
19 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- architecture/ddd-patterns.md 3.1 KB
- architecture/dependency-injection.md 2.1 KB
- architecture/hexagonal.md 3.2 KB
- checklists/clean-code-checklist.md 6.6 KB
- checklists/performance-checklist.md 4.3 KB
- checklists/testing-checklist.md 6.0 KB
- code-smells/data-clumps.md 3.5 KB
- code-smells/feature-envy.md 2.9 KB
- code-smells/god-class.md 2.0 KB
- code-smells/long-method.md 1.8 KB
- code-smells/primitive-obsession.md 3.0 KB
- code-smells/shotgun-surgery.md 3.5 KB
- examples/bad-vs-good-refactoring.md 8.9 KB
- examples/good-hexagonal-structure.md 6.2 KB
- solid-principles/dependency-inversion.md 6.2 KB
- solid-principles/interface-segregation.md 5.5 KB
- solid-principles/liskov-substitution.md 5.0 KB
- solid-principles/open-closed.md 4.2 KB
- solid-principles/single-responsibility.md 3.7 KB
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 · 124 lines · 0 tokens per session scan A 178749bb59a1
backend-architect is a skill published in the GitHub repository FlorianBruniaux/ccboard (97 stars, last pushed 6d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 865 tokens. 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
llm-provider
Adds a new LLM provider implementing LLMProvider interface with call() and stream() methods. Integrates with provider factory in src/llm/index.ts, config detection in src/llm/config.ts, and error handling via tracking and recovery. Use when adding a new model backend, integrating a third-party LLM API, or extending…
tech-design
A guided process for writing a backend technical design from a product requirements document or feature description. A technical design explains how a feature should work in code and services.
ship-adapter
Lyra's adapter-shipping skill. Ports a schema, interface, or API contract from one shape to another — DB adapters, API client wrappers, data transformers. Bounded scope, honesty ledger on delivery.
serve
Wire a compiled rote pipeline up as an MCP tool so Claude can trigger the deployed workflow directly. Use when the user says "register my compiled pipeline", "serve my pipelines over MCP", "trigger the workflow from Claude", "hook the pipeline up to Claude", or asks what to do after rote compile and deployment. Covers…
error-code-guide
A guide for designing consistent error codes for applications and APIs. An error code is a short identifier that tells developers what kind of failure occurred.
plugin-system
Generic plugin system for Python applications. Auto-discovery, validation, fault tolerance. Zero dependencies (Python stdlib only).