typescript-export-standards

Community

Enforce proper TypeScript/React export conventions.

AuthorDavidKk
Version1.0.0
Installs0

System Documentation

What problem does it solve?

TypeScript/React export patterns are inconsistently applied across codebases, causing confusion, review friction, and maintenance challenges.

Core Features & Use Cases

  • Enforces that exported functions use export function syntax.
  • Specifies React component export standards: page components use default export; reusable components use named exports.
  • Enforces custom hook exports to use export function and returns a flat structure.
  • Provides guidance and examples of correct and incorrect export patterns to guide teams.

Quick Start

Audit your TypeScript/React project and update all exports to use the recommended 'export function' syntax for functions, default export for pages, and named exports for components and hooks.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: typescript-export-standards
Download link: https://github.com/DavidKk/vercel-web-scripts/archive/main.zip#typescript-export-standards

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 510,000+ vetted skills library on demand.