Typescript write
Skill ComeOnOliver/skillshub/skills/aiskillstore/marketplace/metabase/typescript-write
Write TypeScript and JavaScript code following Metabase coding standards and best practices. Use when developing or refactoring TypeScript/JavaScript code.From its SKILL.md
npx -y skills add ComeOnOliver/skillshub --skill typescript-writeAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.2 KB, 243 tokens by cl100k_base, as published. Nobody here has run it
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
What ships with it
9.1 KB alongside SKILL.md
GitHub clipped this repository’s file list, so this is at least 1 file and may be more.
- skill-report.json9.1 KB