Dev/i18n/pt/Paperclip/skills/coding-standards-ts/SKILL.md
Padroes codigo TypeScript Paperclip — modo strict, arquivos kebab, sem any, logs estruturados. Use ao escrever ou revisar codigo 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+, arquivos kebab-case, tipos PascalCase, vars camelCase, sem any, logs estruturados com redacao.
Veja ../../rules/03-coding-standards.md para documentacao detalhada.
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