Universal coding standards, best practices, and patterns for TypeScript, JavaScript, React, and Node.js development.
Install with Tessl CLI
npx tessl i github:sickn33/antigravity-awesome-skills --skill cc-skill-coding-standards62
Does it follow best practices?
If you maintain this skill, you can automatically optimize it using the tessl CLI to improve its score:
npx tessl skill review --optimize ./path/to/skillEvaluation — 98%
↑ 1.24xAgent success when using this skill
Validation for skill structure
TypeScript code quality patterns
Descriptive variable names
62%
87%
Verb-noun function naming
100%
100%
Spread operator for immutability
60%
100%
Comprehensive error handling
100%
100%
Parallel async execution
100%
100%
No use of 'any' type
100%
100%
Typed interfaces or types
100%
100%
Named constants
100%
100%
JSDoc on exported function
100%
100%
AAA test pattern
87%
100%
Descriptive test names
100%
100%
No select-star equivalent
100%
100%
Without context: $0.4990 · 2m 28s · 20 turns · 69 in / 8,033 out tokens
With context: $0.7075 · 2m 34s · 25 turns · 26 in / 9,066 out tokens
REST API design and validation
GET for list operation
100%
100%
POST for create operation
100%
100%
Query params for filtering/pagination
100%
100%
Success response envelope
0%
100%
Error response envelope
50%
100%
Pagination meta in list response
100%
100%
Zod schema for POST body
0%
100%
ZodError 400 response
0%
100%
No 'any' TypeScript types
100%
100%
Types file naming
0%
100%
Route file location
100%
100%
HTTP response.ok check
37%
100%
Without context: $0.2395 · 1m 11s · 12 turns · 61 in / 3,283 out tokens
With context: $0.8231 · 3m 2s · 33 turns · 287 in / 9,595 out tokens
React component patterns and hooks
Typed functional component
100%
100%
Custom hook extracted
100%
100%
Functional state update form
100%
100%
Short-circuit conditional rendering
100%
62%
useMemo for filtered list
100%
100%
useCallback for event handler
0%
100%
Lazy loading of ProductDetail
100%
100%
Suspense fallback
100%
100%
Hook file naming
100%
100%
Component file naming
100%
100%
Descriptive test names
100%
100%
AAA test structure
100%
100%
Without context: $0.4448 · 2m 2s · 20 turns · 21 in / 5,859 out tokens
With context: $0.8624 · 2m 52s · 33 turns · 80 in / 10,297 out tokens
Table of Contents
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.