Agent Plugins Marketplace
All plugins

typescript-plugin

v1.8.11

TypeScript development - strict types, ESLint, Biome, Bun runtime, debugging, Sentry monitoring, dead code detection

Claude Code17 Skills

By Lauri GatesLicense: MIT58 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
17 skill or MCP entries
Source updated
Sep 15, 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 typescript-plugin for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install typescript-plugin@agent-plugin-marketplace

Paste 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/laurigates/claude-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is typescript-plugin/.

Plugin files

typescript-plugin/
├── .claude-plugin/plugin.json
├── skills/biome-tooling/SKILL.md
├── skills/bun-add/SKILL.md
├── skills/bun-build/SKILL.md
├── skills/bun-debug/SKILL.md
├── skills/bun-development/SKILL.md
├── skills/bun-install/SKILL.md
├── skills/bun-lockfile-update/SKILL.md
├── skills/bun-outdated/SKILL.md
├── skills/bun-package-manager/SKILL.md
├── skills/bun-publish/SKILL.md
├── skills/bun-publishing/SKILL.md
├── skills/bun-test/SKILL.md
├── skills/knip-dead-code/SKILL.md
├── skills/nodejs-development/SKILL.md
├── skills/typescript-debugging/SKILL.md
├── skills/typescript-sentry/SKILL.md
└── skills/typescript-strict/SKILL.md

Included Skills17

biome-toolingskills/biome-tooling/SKILL.md

Biome all-in-one JS/TS formatter and linter, 15-20x faster than ESLint/Prettier. Use when setting up formatting/linting or migrating from ESLint+Prettier.

bun-addskills/bun-add/SKILL.md

Bun add: install a package, add dev dependency, pin exact version, or target a workspace. Use when the user wants to add/install a specific package with bun.

bun-buildskills/bun-build/SKILL.md

Bun build: bundle or compile JS/TS to production bundle or standalone binary. Use when the user wants to bundle, compile, or build for browser/bun/node target.

bun-debugskills/bun-debug/SKILL.md

Bun debugger via --inspect. Use when the user wants to debug a TS/JS file interactively, break at first line, wait for attach, or debug tests with --inspect-brk.

bun-developmentskills/bun-development/SKILL.md

Bun runtime workflows for running scripts, testing, building, and initializing projects with agent-optimized flags. Use when running a TS file, watch/hot reload, configuring `bun test`, bundling/compiling, or scaffolding a Bun project.

bun-installskills/bun-install/SKILL.md

Bun install: install all deps from package.json. Use when bootstrapping a checkout, running a reproducible CI install (--frozen-lockfile), or deploying (--production).

bun-lockfile-updateskills/bun-lockfile-update/SKILL.md

Bun lockfile update (bun.lock): bun update, regeneration, security audits. Use when updating dependencies, resolving lockfile conflicts, or regenerating bun.lock.

bun-outdatedskills/bun-outdated/SKILL.md

Bun outdated: check which deps have newer versions. Use when auditing freshness, spotting major updates, or deciding between bun update and bun update --latest.

bun-package-managerskills/bun-package-manager/SKILL.md

Fast JavaScript package management with Bun — install, add, remove, update. Use when installing all deps, adding/removing packages, running `bun update`/`outdated`, managing workspaces, doing a `--frozen-lockfile` CI install, or debugging conflicts.

bun-publishskills/bun-publish/SKILL.md

Bun publish to npm. Use when the user wants to release to npm, preview with --dry-run, publish a scoped package with --access public, or enable --provenance signing.

bun-publishingskills/bun-publishing/SKILL.md

Publish npm packages built with Bun: package.json config, CLI tool packaging, provenance signing, release automation. Use when setting up `publishConfig`/`files`/`bin`, packaging a CLI, enabling `--provenance`, or wiring release-please.

bun-testskills/bun-test/SKILL.md

Bun test runner with compact agent-friendly output. Use when running bun tests, targeting a pattern, collecting --coverage, watching, or emitting JUnit XML for CI.

knip-dead-codeskills/knip-dead-code/SKILL.md

Knip dead-code detector for JS/TS: unused files, deps, exports, types. Use when cleaning up codebases, finding dead exports, or enforcing dependency hygiene in CI.

nodejs-developmentskills/nodejs-development/SKILL.md

Node.js development with Bun, Vite, Vue 3, Pinia, TypeScript. Use when the user mentions Node.js, Bun, Vite, Vue, Pinia, npm, pnpm, or modern JS/TS frameworks.

typescript-debuggingskills/typescript-debugging/SKILL.md

Modern TypeScript/JavaScript debugging with Bun — inspector flags, debug.bun.sh, VSCode launch.json, memory profiling, heap analysis. Use when setting up interactive debugging, investigating leaks, CPU profiling with `--cpu-prof`, or sourcemaps.

typescript-sentryskills/typescript-sentry/SKILL.md

Error monitoring and performance with Sentry SDK for Bun/Node.js/Next.js — error capture, breadcrumbs, spans, cron monitoring, source maps, structured logging, profiling. Use when adding Sentry, instrumenting cron, or uploading sourcemaps.

typescript-strictskills/typescript-strict/SKILL.md

TypeScript strict mode: tsconfig.json, strict flags, Bundler/NodeNext moduleResolution, verbatimModuleSyntax. Use when setting up TS or migrating to stricter type safety.

Plugin manifests1

typescript-plugin/.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "typescript-plugin",
  "version": "1.8.11",
  "description": "TypeScript development - strict types, ESLint, Biome, Bun runtime, debugging, Sentry monitoring, dead code detection",
  "author": {
    "name": "Lauri Gates"
  },
  "repository": "https://github.com/laurigates/claude-plugins",
  "license": "MIT",
  "keywords": [
    "typescript",
    "javascript",
    "bun",
    "npm",
    "publishing",
    "eslint",
    "biome",
    "types",
    "knip",
    "dead-code",
    "debugging",
    "inspector",
    "heap-snapshot",
    "memory-profiling",
    "sentry",
    "error-monitoring",
    "performance-tracing",
    "observability"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[typescript-plugin on Agent Plugins Marketplace](https://pluginsmp.com/plugins/typescript-plugin)