Dev/i18n/en/Paperclip/skills/coding-standards-ts/SKILL.md
Paperclip TypeScript coding standards — strict mode, kebab files, no any, structured logs. Use when writing or reviewing Paperclip TS code.
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, pnpm 9.15+ workspaces, kebab-case files, PascalCase types, camelCase vars, no any, structured logs with redaction.
See ../../rules/03-coding-standards.md for detailed documentation.
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