maxritter / standards-typescript
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/standards-typescript && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/1320" && unzip -o skill.zip -d .claude/skills/standards-typescript && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/standards-typescript/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Apply TypeScript development standards including package manager detection (npm/yarn/pnpm/bun), explicit return types on exports, ESLint/Prettier code quality, one-line JSDoc, and self-documenting code practices. Use this skill when working with TypeScript or JavaScript code, managing dependencies, running tests, or ensuring code quality. Apply when installing packages, writing tests, formatting code, type checking, adding type annotations, organizing imports, or deciding whether to create new files vs. extending existing ones. Use for any TypeScript/JavaScript development task requiring adherence to tooling standards and best practices.