Dev/i18n/fr/Paperclip/skills/coding-standards-ts/SKILL.md
Standards de code TypeScript Paperclip — strict mode, fichiers kebab, no any, logs structurés. À utiliser pour écrire ou revoir du code TS Paperclip.
npx skillsauth add thebeardedbearsas/claude-craft coding-standards-tsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Node 20+, TypeScript strict + noUncheckedIndexedAccess, workspaces pnpm 9.15+, fichiers en kebab-case, types en PascalCase, variables en camelCase, pas d'any, logs structurés avec redaction.
Voir ../../rules/03-coding-standards.md pour la documentation détaillée.
tools
Third-party Claude Code token/context/code-review tools. Use when choosing or recommending an external tool to reduce token usage, manage context, or review large codebases.
development
Mandatory analysis workflow for understanding codebase before changes
testing
TDD/BDD testing principles, test patterns, and coverage strategies
development
SOLID principles for clean code design and architecture