pluginagentmarketplace/custom-plugin-typescript · Archived

frameworks

TypeScript with popular frameworks like NestJS, React, and Next.js

First seen Jan 29, 2026

Installation

$ npx skills add pluginagentmarketplace/custom-plugin-typescript --skill frameworks

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from pluginagentmarketplace/custom-plugin-typescript · top by installs.

npx skills add pluginagentmarketplace/custom-plugin-typescript

Browse all from pluginagentmarketplace/custom-plugin-typescript

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 1
License LICENSE
Default branch main
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,190 B
  • docs SUMMARY.md 84 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 6 installs

SKILL.md

TypeScript Frameworks Skill

Overview

Use TypeScript effectively with popular frameworks including NestJS, React, Next.js, and other modern tools.

Topics Covered

NestJS

  • Module structure
  • Decorators and metadata
  • Dependency injection types
  • Guards and interceptors
  • Custom decorators

React TypeScript

  • Component prop types
  • Event handler typing
  • Context with generics
  • Hooks typing
  • Ref typing patterns

Next.js

  • Page component types
  • API route typing
  • getServerSideProps types
  • App Router types
  • Middleware typing

Express/Fastify

  • Request/Response typing
  • Middleware types
  • Route handler types
  • Error handling types
  • Validation with zod

Type Integration

  • Prisma types
  • GraphQL code generation
  • API client generation
  • Database types
  • Schema-driven typing

Prerequisites

  • TypeScript advanced types
  • Framework basics

Learning Outcomes

  • Type React components
  • Build type-safe APIs
  • Use framework decorators
  • Integrate database types