🎯

data-engineering

🎯Skill

from pluginagentmarketplace/custom-plugin-typescript

VibeIndex|
What it does

Based on the README, this appears to be a TypeScript-focused plugin with multiple agents and skills. However, without seeing the specific implementation of the "data-engineering" skill, I cannot co...

πŸ“¦

Part of

pluginagentmarketplace/custom-plugin-typescript(11 items)

data-engineering

Installation

Add MarketplaceAdd marketplace to Claude Code
/plugin marketplace add pluginagentmarketplace/custom-plugin-typescript
Install PluginInstall plugin from marketplace
/plugin install typescript-developer-plugin@pluginagentmarketplace-typescript
git cloneClone repository
git clone https://github.com/pluginagentmarketplace/custom-plugin-typescript.git
Claude CodeAdd plugin in Claude Code
/plugin load .
πŸ“– Extracted from docs: pluginagentmarketplace/custom-plugin-typescript
2Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

Overview

Typescript Assistant


[![Version](https://img.shields.io/badge/Version-2.0.0-blue?style=for-the-badge)](https://github.com/pluginagentmarketplace/custom-plugin-typescript/releases)

[![License](https://img.shields.io/badge/License-Custom-yellow?style=for-the-badge)](LICENSE)

[![Status](https://img.shields.io/badge/Status-Production-brightgreen?style=for-the-badge)](#)

[![SASMP](https://img.shields.io/badge/SASMP-v1.3.0-blueviolet?style=for-the-badge)](#)

[![Agents](https://img.shields.io/badge/Agents-7-orange?style=flat-square&logo=robot)](#-agents)

[![Skills](https://img.shields.io/badge/Skills-7-purple?style=flat-square&logo=lightning)](#-skills)

[![Commands](https://img.shields.io/badge/Commands-4-green?style=flat-square&logo=terminal)](#-commands)


[πŸ“¦ Install Now](#-quick-start) Β· [πŸ€– Explore Agents](#-agents) Β· [πŸ“– Documentation](#-documentation) Β· [⭐ Star this repo](https://github.com/pluginagentmarketplace/custom-plugin-typescript)

---

What is this?

> Typescript Assistant is a Claude Code plugin with 7 agents and 7 skills for typescript development.

---

πŸ“‘ Table of Contents

Click to expand

  • [Quick Start](#-quick-start)
  • [Features](#-features)
  • [Agents](#-agents)
  • [Skills](#-skills)
  • [Commands](#-commands)
  • [Documentation](#-documentation)
  • [Contributing](#-contributing)
  • [License](#-license)

---

πŸš€ Quick Start

Prerequisites

  • Claude Code CLI v2.0.27+
  • Active Claude subscription

Installation (Choose One)

Option 1: From Marketplace (Recommended)

```bash

# Step 1️⃣ Add the marketplace

/plugin marketplace add pluginagentmarketplace/custom-plugin-typescript

# Step 2️⃣ Install the plugin

/plugin install typescript-developer-plugin@pluginagentmarketplace-typescript

# Step 3️⃣ Restart Claude Code

# Close and reopen your terminal/IDE

```

Option 2: Local Installation

```bash

# Clone the repository

git clone https://github.com/pluginagentmarketplace/custom-plugin-typescript.git

cd custom-plugin-typescript

# Load locally

/plugin load .

# Restart Claude Code

```

βœ… Verify Installation

After restart, you should see these agents:

```

typescript-developer-plugin:03-devops-cloud-infrastructure

typescript-developer-plugin:07-career-management-leadership

typescript-developer-plugin:02-backend-database-engineering

typescript-developer-plugin:05-ai-emerging-technologies

typescript-developer-plugin:06-security-qa-practices

... and 2 more

```

---

✨ Features

| Feature | Description |

|---------|-------------|

| πŸ€– 7 Agents | Specialized AI agents for typescript tasks |

| πŸ› οΈ 7 Skills | Reusable capabilities with Golden Format |

| ⌨️ 4 Commands | Quick slash commands |

| πŸ”„ SASMP v1.3.0 | Full protocol compliance |

---

πŸ€– Agents

7 Specialized Agents

| # | Agent | Purpose |

|---|-------|---------|

| 1 | 03-devops-cloud-infrastructure | Master cloud infrastructure, containerization, CI/CD, and De |

| 2 | 07-career-management-leadership | Develop career paths and leadership skills across 6+ roles i |

| 3 | 02-backend-database-engineering | Master server-side development, API design, and database eng |

| 4 | 05-ai-emerging-technologies | Master AI, ML, emerging technologies across 6+ roles includi |

| 5 | 06-security-qa-practices | Master security, QA, testing, and best practices across 7+ r |

| 6 | 04-data-engineering-analytics | Master data engineering, analytics, and business intelligenc |

| 7 | 01-frontend-ui-development | Master web interface development, modern frameworks, respons |

---

πŸ› οΈ Skills

Available Skills

| Skill | Description | Invoke |

|-------|-------------|--------|

| career | Master career development, leadership, communication, and or | Skill("typescript-developer-plugin:career") |

| devops | Master DevOps, cloud infrastructure, containerization, CI/CD | Skill("typescript-developer-plugin:devops") |

| frontend | Master modern web development with HTML, CSS, JavaScript, Re | Skill("typescript-developer-plugin:frontend") |

| security | Master secure development, OWASP top 10, testing, and compli | Skill("typescript-developer-plugin:security") |

| backend | Master backend development with Node.js, Python, Java, Go, R | Skill("typescript-developer-plugin:backend") |

| ai | Master AI, machine learning, LLMs, prompt engineering, and b | Skill("typescript-developer-plugin:ai") |

| data | Master data engineering, ETL/ELT, data warehousing, SQL opti | Skill("typescript-developer-plugin:data") |

---

⌨️ Commands

| Command | Description |

|---------|-------------|

| /explore | Explore All 65+ Developer Roles |

| /assess | Assess Your Current Skills |

| /roadmap | Your Personalized Learning Roadmap |

| /start | Start Your Developer Roadmap Journey |

---

πŸ“š Documentation

| Document | Description |

|----------|-------------|

| [CHANGELOG.md](CHANGELOG.md) | Version history |

| [CONTRIBUTING.md](CONTRIBUTING.md) | How to contribute |

| [LICENSE](LICENSE) | License information |

---

πŸ“ Project Structure

Click to expand

```

custom-plugin-typescript/

β”œβ”€β”€ πŸ“ .claude-plugin/

β”‚ β”œβ”€β”€ plugin.json

β”‚ └── marketplace.json

β”œβ”€β”€ πŸ“ agents/ # 7 agents

β”œβ”€β”€ πŸ“ skills/ # 7 skills (Golden Format)

β”œβ”€β”€ πŸ“ commands/ # 4 commands

β”œβ”€β”€ πŸ“ hooks/

β”œβ”€β”€ πŸ“„ README.md

β”œβ”€β”€ πŸ“„ CHANGELOG.md

└── πŸ“„ LICENSE

```

---

πŸ“… Metadata

| Field | Value |

|-------|-------|

| Version | 2.0.0 |

| Last Updated | 2025-12-29 |

| Status | Production Ready |

| SASMP | v1.3.0 |

| Agents | 7 |

| Skills | 7 |

| Commands | 4 |

---

🀝 Contributing

Contributions are welcome! Please read our [Contributing Guide](CONTRIBUTING.md).

  1. Fork the repository
  2. Create your feature branch
  3. Follow the Golden Format for new skills
  4. Submit a pull request

---

⚠️ Security

> Important: This repository contains third-party code and dependencies.

>

> - βœ… Always review code before using in production

> - βœ… Check dependencies for known vulnerabilities

> - βœ… Follow security best practices

> - βœ… Report security issues privately via [Issues](../../issues)

---

πŸ“ License

Copyright Β© 2025 Dr. Umit Kacar & Muhsin Elcicek

Custom License - See [LICENSE](LICENSE) for details.

---

πŸ‘₯ Contributors

Dr. Umit Kacar

Senior AI Researcher & Engineer

Muhsin Elcicek

Senior Software Architect

---

Made with ❀️ for the Claude Code Community

[![GitHub](https://img.shields.io/badge/GitHub-pluginagentmarketplace-black?style=for-the-badge&logo=github)](https://github.com/pluginagentmarketplace)

More from this repository10

🎯
fundamentals🎯Skill

Teaches TypeScript type system fundamentals, covering basic types, annotations, interfaces, and type patterns for writing type-safe code.

🎯
security-practices🎯Skill

Analyzes TypeScript code for potential security vulnerabilities, recommending best practices and identifying potential risks like improper input validation, unsafe type casting, or insecure depende...

🎯
tooling🎯Skill

Configures and optimizes TypeScript project tooling, including compiler settings, build processes, linting, and development environment setup.

🎯
ai-ml-technologies🎯Skill

Based on the README, which describes this as a "Typescript Assistant" plugin with multiple agents and skills, and given the context of AI/ML technologies, I would infer that the "ai-ml-technologies...

🎯
career-development🎯Skill

Based on the repository README, which describes this as a "Typescript Assistant" plugin with multiple agents and skills, I cannot definitively infer the specific functionality of the "career-develo...

🎯
backend-technologies🎯Skill

Generates comprehensive backend technology architecture and implementation strategies, focusing on TypeScript backend frameworks, database integrations, and server-side design patterns.

🎯
devops-cloud🎯Skill

Automates cloud infrastructure deployment, configuration, and management tasks across multiple cloud providers using infrastructure-as-code and DevOps best practices.

🎯
frameworks🎯Skill

Enables advanced TypeScript type integration and best practices across NestJS, React, Next.js, and modern web frameworks.

🎯
frontend-technologies🎯Skill

Based on the README and context, the "frontend-technologies" Claude Code skill likely: Provides comprehensive code generation, analysis, and guidance for modern frontend development technologies l...

πŸͺ
pluginagentmarketplace-custom-plugin-typescriptπŸͺMarketplace

TypeScript Development Plugin