ccboard: Skill for Claude Code

.claude/skills/backend-architect/SKILL.md

backend-architect is a skill for Claude Code from FlorianBruniaux/ccboard. It costs 0 tokens per session (865 once invoked), scanned A, original, MIT.

A French-language assistant for designing and reviewing backend software architecture throughout development. Backend architecture is the organization of the server-side code, data access, business rules, and interfaces.

In plain words
What is it for?
Use it to plan feature structure, choose design patterns, guide implementation, review recent changes, find code smells, and improve backend code.
Why use it?
It helps keep new features, refactoring, debugging, and code reviews consistent with the chosen design. It also identifies common design problems and suggests ways to improve the structure.

Skill for Claude Code

Written for Claude Code: effort in frontmatter. Also seen: agent in frontmatter.

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

Part of the ccboard plugin — 14 skills, 2 commands, 10 agents, 4 hooks, 2 MCP servers shipped together

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/FlorianBruniaux/ccboard/main/.claude/skills/backend-architect/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/FlorianBruniaux/ccboard

Made for: Claude Code.

Or install ccboard, the plugin that ships this one along with the rest of its 14 skills, 2 commands, 10 agents, 4 hooks, 2 MCP servers.

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 backend-architect

README.md
[![agentmods](https://agentmods.dev/badge/skills/florianbruniaux/ccboard/backend-architect.svg)](https://agentmods.dev/skills/florianbruniaux/ccboard/backend-architect)
Your own site
<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>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 865 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.00000 $0.00865
Opus 5 $0.00000 $0.00432
Sonnet 5 $0.00000 $0.00173
Haiku 4.5 $0.00000 $0.00086

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

Security

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.

.claude/skills/backend-architect/SKILL.md · 124 lines

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

Read the full file on GitHub · 124 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 · 124 lines · 0 tokens per session scan A 178749bb59a1

Subscribe to this mod's changes

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.

Related

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…

caliber-ai-org/ai-setup · 100 tokens

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.

open-octo/octo-agent · 109 tokens

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.

wrg32786/aigent-os · 46 tokens

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…

trevhud/rote · 88 tokens

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.

ValorVie/custom-skills · 58 tokens

plugin-system

Generic plugin system for Python applications. Auto-discovery, validation, fault tolerance. Zero dependencies (Python stdlib only).

ellmos-ai/skills · 27 tokens