Mkosir@Typescript Style Guide

Mkosir@Typescript Style Guide from gabrielmoreira/agent-skills-mirror.

by @gabrielmoreira 9 skills 2 authors

Skills in this plugin

9
  1. Typescript React · mkosir
    Apply, review, and explain React conventions from the TypeScript Style Guide. Use automatically for TypeScript and TSX tasks involving prop-derived state, prop typing, component responsibilities, data flow, compound components, or client and server state.
    0 installs
  2. Typescript Tests · mkosir
    Apply, review, and explain testing conventions from the TypeScript Style Guide. Use automatically for TypeScript and TSX test tasks involving test design, AAA, mocking, isolation, black-box testing, Testing Library queries, test descriptions, or snapshots.
    0 installs
  3. Typescript Types · mkosir
    Apply, review, and explain TypeScript type conventions. Use automatically for tasks involving inference, readonly data, type-safe constants, template literal types, any and unknown, assertions, type errors, type definitions, arrays, type imports, or generated service types.
    0 installs
  4. Typescript Naming · mkosir
    Apply, review, and explain TypeScript naming conventions. Use automatically for tasks involving exports, identifiers, generic type parameters, acronyms, React props and handlers, hooks, comments, or TSDoc.
    0 installs
  5. Typescript Functions · gabrielmoreira
    Apply, review, and explain TypeScript function conventions. Use automatically for tasks involving function responsibility, statelessness, purity, side effects, function arguments, function API design, or return types.
    17 repo stars
  6. Typescript Variables · gabrielmoreira
    Apply, review, and explain TypeScript variable conventions. Use automatically for tasks involving variable declarations, const assertions, enum alternatives, literal-union state modelling, boolean flags, or choosing between null and undefined.
    17 repo stars
  7. Typescript Style Guide · gabrielmoreira bundle
    Apply, review, and explain the opinionated conventions in the TypeScript Style Guide. Use automatically only when TypeScript conventions are part of the requested task, including type modelling, discriminated unions, function APIs, variables and state, naming, source organization, React props, component APIs, state management, data flow, or tests. Do not use for styling or layout alone.
    17 repo stars
  8. Typescript Source Organization · gabrielmoreira
    Apply, review, and explain TypeScript source organization conventions. Use automatically for tasks involving feature-based organization, code colocation, import paths, import sorting, monorepos, or frontend and backend project structure.
    17 repo stars
  9. Typescript Discriminated Unions · gabrielmoreira
    Apply, review, and explain discriminated unions in TypeScript. Use automatically for tasks involving mutually exclusive variants, invalid state prevention, exhaustiveness checking, variant-specific object properties, application state, function arguments, or React props.
    17 repo stars