
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-pluginsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 6 |
|---|---|
| Last updated | July 23, 2026 |
| Repository | DmitriyYukhanov/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:
- Discovery - Analyzes project structure and requirements
- Architecture - Designs module structure, interfaces, test stubs, Mermaid diagrams
- Implementation - Follows TypeScript coding guidelines
- Review - TypeScript-specific code review for type safety, async, accessibility
- 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
anyusage 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