typescript-write | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / typescript-write

typescript-write

maintained by aiskillstore

star 123 account_tree 6 verified_user MIT License
bolt View GitHub

name: typescript-write description: Write TypeScript and JavaScript code following Metabase coding standards and best practices. Use when developing or refactoring TypeScript/JavaScript code.

TypeScript/JavaScript Development Skill

Autonomous Development Workflow

  • Do not attempt to read or edit files outside the project folder
  • Add failing tests first, then fix them
  • Work autonomously in small, testable increments
  • Run targeted tests, and lint continuously during development
  • Prioritize understanding existing patterns before implementing
  • Don't commit changes, leave it for the user to review and make commits

Linting and Formatting

  • Lint: yarn lint-eslint-pure
    • Run ESLint on the codebase
  • Format: yarn prettier
    • Format code using Prettier
  • Type Check: yarn type-check-pure
    • Run TypeScript type checking

Testing

JavaScript/TypeScript Tests

  • Test a specific file: yarn test-unit-keep-cljs path/to/file.unit.spec.js
  • Test by pattern: yarn test-unit-keep-cljs -t "pattern"
    • Runs tests matching the given pattern

ClojureScript Tests

  • Test ClojureScript: yarn test-cljs
    • Run ClojureScript tests

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 123
GitHub Forks 6
Created Jan 2026
Last Updated 4个月前
tools tools automation tools

Related Skills

specs-gen
chevron_right
glm-coding-agent
chevron_right
feature-dev
chevron_right
creating-pr
chevron_right
writing-skills
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.