typescript
v3.3.0The TypeScript language plugin — one plugin per toolchain, this one owning the Node/TS ecosystem and so covering both `typescript` and `javascript`. A `typescript` router skill (lean SKILL.md routing to on-demand references: the coding standards baseline, Vitest testing, the build pipeline for single-package and monorepo) plus an `effect` router skill for Effect-TS doctrine, `package-json`, `pnpm`, `tsconfig`, `lint-format`, and the TypeScript/JavaScript language server. Its stack adapter retired in Wave C: all twelve TypeScript templates are stackgen bundles now, so this plugin offers no menu.
By Viraj Patel1 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 6 skill or MCP entries
- Source updated
- Aug 30, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install typescript@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/virajp/ai-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/typescript/.
Plugin files
├── .claude-plugin/plugin.json├── skills/effect/SKILL.md├── skills/lint-format/SKILL.md├── skills/package-json/SKILL.md├── skills/pnpm/SKILL.md├── skills/tsconfig/SKILL.md└── skills/typescript/SKILL.md
Included Skills6
Effect-TS development — writing effects, composing and running them, and testing them. Auto-applies when editing any TypeScript file. Read the reference matching your task; the TypeScript coding baseline lives in the sibling `typescript` skill and still applies.
The house lint/format gate — @askviraj/linter (ESLint, bundled) as the lint gate and dprint as the formatter. Both must pass before commit. Covers how to run each, how to scope rule overrides, and common failure remedies. Auto-applies when editing dprint.json, eslint config, or .config/linter.yaml.
Opinionated package.json standards for single-package repos and pnpm monorepos — pnpm as the only package manager, "latest" versions, ESM, the exports map, the standard build/check/clean/test scripts, and (in a workspace) workspace:* links. Auto-applies when editing any package.json.
Opinionated pnpm configuration for single-package repos and monorepos — pnpm-workspace.yaml as pnpm's settings file (supply-chain safety via minimumReleaseAge/trustPolicy, build allowlists, overrides, peer-dependency rules, .npmrc) plus the monorepo layout (package globs, workspace linking, catalogs, requiredScripts). Auto-applies when editing pnpm-workspace.yaml or .npmrc.
Opinionated TypeScript config layout for single-package repos and pnpm monorepos — a strict shared tsconfig.base.json, per-project tsconfig.json with the @/ path alias, a tsconfig.build.json emit variant, and (in a workspace) project references. Auto-applies when editing any tsconfig file.
TypeScript development — the always-on coding baseline plus deep references for Effect-TS patterns, Vitest testing, and the monorepo build pipeline. Auto-applies when editing any TypeScript or JavaScript file. Use when writing or reviewing any TypeScript or JavaScript code; read the reference matching your task.
Plugin manifests1
{
"$schema": "https://www.schemastore.org/claude-code-plugin-manifest.json",
"name": "typescript",
"version": "3.3.0",
"description": "The TypeScript language plugin — one plugin per toolchain, this one owning the Node/TS ecosystem and so covering both `typescript` and `javascript`. A `typescript` router skill (lean SKILL.md routing to on-demand references: the coding standards baseline, Vitest testing, the build pipeline for single-package and monorepo) plus an `effect` router skill for Effect-TS doctrine, `package-json`, `pnpm`, `tsconfig`, `lint-format`, and the TypeScript/JavaScript language server. Its stack adapter retired in Wave C: all twelve TypeScript templates are stackgen bundles now, so this plugin offers no menu.",
"author": {
"name": "Viraj Patel"
},
"keywords": [
"typescript",
"javascript",
"effect",
"effect-ts",
"pnpm",
"tsconfig",
"monorepo",
"build",
"vitest",
"testing",
"skills",
"language-server",
"lsp"
],
"lspServers": {
"typescript-lsp": {
"args": [
"x",
"--",
"pnpm",
"--package=typescript",
"--package=typescript-language-server",
"dlx",
"typescript-language-server",
"--stdio"
],
"command": "mise",
"extensionToLanguage": {
".cjs": "javascript",
".cts": "typescript",
".js": "javascript",
".jsx": "javascriptreact",
".mjs": "javascript",
".mts": "typescript",
".ts": "typescript",
".tsx": "typescriptreact"
},
"startupTimeout": 60000
}
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[typescript on Agent Plugins Marketplace](https://pluginsmp.com/plugins/typescript)