Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
Dmitry Yuhanov avatar

Typescript Dev

  • 6 repo stars
  • Updated July 23, 2026
  • DmitriyYukhanov/claude-plugins

TypeScript development workflow covering architecture design, coding guidelines, testing patterns, and specialized review agents.

About

typescript-dev provides a TypeScript development workflow with architecture design, coding guidelines, testing patterns, and specialized review agents. A developer uses it to keep TypeScript projects well-structured and reviewed throughout the build, from design through tests.

  • TypeScript workflow
  • Architecture design
  • Testing patterns
  • Specialized review agents

Typescript Dev by the numbers

  • Data as of Jul 24, 2026 (Skillselion catalog sync)
/plugin marketplace add DmitriyYukhanov/claude-plugins
/plugin install typescript-dev@dmitriy-claude-plugins

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
repo stars6
Last updatedJuly 23, 2026
RepositoryDmitriyYukhanov/claude-plugins

What it does

TypeScript development workflow covering architecture design, coding guidelines, testing patterns, and specialized review agents.

README.md

typescript-dev

A Claude Code plugin for TypeScript development with architecture design, coding guidelines, testing patterns, and specialized review agents.

Installation

/plugin install typescript-dev@DmitriyYukhanov/claude-plugins

Dependencies

This plugin delegates to standard Claude Code plugins for enhanced functionality:

Agent Delegates To Purpose
typescript-reviewer feature-dev:code-reviewer General code quality, logic, and bug detection

Required plugins (install from official marketplace):

/plugin install feature-dev

The TypeScript agents apply domain-specific patterns first, then delegate to general-purpose agents for comprehensive coverage.

Features

Command: /typescript-dev

Orchestrates a complete TypeScript development workflow:

  1. Discovery - Analyzes project structure and requirements
  2. Architecture - Designs module structure, interfaces, test stubs, Mermaid diagrams
  3. Implementation - Follows TypeScript coding guidelines
  4. Review - TypeScript-specific code review for type safety, async, accessibility
  5. Testing - Unit, integration, and E2E test patterns

Skills (Reference Knowledge)

  • typescript-architect - Architecture patterns, Mermaid diagrams, test stub templates
  • typescript-coder - TypeScript naming conventions, coding guidelines, async patterns
  • typescript-testing - Jest/Vitest patterns, mocking strategies, coverage guidelines

Agents (Autonomous Tasks)

  • typescript-reviewer - TypeScript-specific review, then chains to feature-dev:code-reviewer

Usage

# Full development workflow
/typescript-dev Add user authentication with JWT

# Individual phases
/typescript-dev architect only - Design a REST API
/typescript-dev review only - Review recent changes

What It Checks

Type Safety

  • any usage without justification
  • Missing null/undefined handling
  • Incorrect type assertions
  • Generic type misuse

Async Patterns

  • Floating promises
  • Missing error handling
  • Race conditions

React/Framework

  • Hook dependency arrays
  • Component re-render optimization
  • Prop type definitions

Accessibility

  • Semantic HTML elements
  • ARIA attributes
  • Keyboard navigation

License

MIT

Related skills

Frontend Developmentbackendtesting

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.