Agent Plugins Marketplace
All plugins

ts-backend-dev

v1.0.0

TypeScript backend development skills: database performance optimization, code review, and Prisma schema design.

Claude Code3 Skills

By widnyanaLicense: WTFPL7 GitHub starsUpdated 15 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
3 skill or MCP entries
Source updated
Sep 2, 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 ts-backend-dev 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 ts-backend-dev@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/widnyana/eyay-toolkits

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

Plugin files

plugins/ts-backend-dev/
├── .claude-plugin/plugin.json
├── skills/prisma-schema/SKILL.md
├── skills/ts-db-perf/SKILL.md
└── skills/ts-review/SKILL.md

Included Skills3

prisma-schemaskills/prisma-schema/SKILL.md

Create or modify Prisma schema for new entities using multi-schema by default. Use this skill when the user wants to define database models, add tables, create migrations, or design a schema with proper field types, relations, indexes, and conventions. Triggers on "prisma schema", "add model", "create table", "database schema", "define entity", or when the user mentions Prisma and needs a model defined. Covers multi-schema, soft deletes, high-precision decimals, snake_case mapping, UUID primary keys, and relation patterns.

ts-db-perfskills/ts-db-perf/SKILL.md

Optimize TypeScript code that interacts with databases. Use this skill when the user wants to fix N+1 queries, add caching, improve transaction safety, prevent race conditions, simplify async flows, or generally speed up a TypeScript backend. Triggers on phrases like "optimize", "slow query", "N+1", "race condition", "caching", "performance", "bottleneck", or when the user points at TypeScript code that reads or writes to a database and asks for improvements.

ts-reviewskills/ts-review/SKILL.md

Review TypeScript code for quality, security, and correctness. Use this skill when the user asks for a code review, wants feedback on a PR or diff, or says "review this". Covers architecture, security, error handling, database patterns, type safety, and code quality. Produces categorized findings: critical issues, improvements, suggestions, and positive notes. Also triggers on phrases like "check this code", "what do you think of this", or "any issues with".

Plugin manifests1

plugins/ts-backend-dev/.claude-plugin/plugin.json
{
  "name": "ts-backend-dev",
  "version": "1.0.0",
  "description": "TypeScript backend development skills: database performance optimization, code review, and Prisma schema design.",
  "author": {
    "name": "widnyana",
    "email": "[email protected]"
  },
  "license": "WTFPL",
  "repository": "https://github.com/widnyana/eyay-toolkits",
  "keywords": [
    "typescript",
    "backend",
    "database",
    "prisma",
    "performance",
    "review"
  ]
}

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

[ts-backend-dev on Agent Plugins Marketplace](https://pluginsmp.com/plugins/ts-backend-dev)