monorepo-package-workflow

Community

Standards for creating new MCP packages.

Authorj0KZ
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides a repeatable pattern for creating new MCP tool packages within the monorepo, ensuring consistent structure, versioning, and integration.

Core Features & Use Cases

  • Package skeleton with modular architecture (src/constants, src/helpers, src/utils)
  • Thin mcp-server.ts architecture (<150 LOC)
  • Registration in tools.json and version synchronization
  • Clear registration, testing, and publishing guidelines

Quick Start

  • Create package skeleton under packages/your-tool/
  • Initialize package.json and tsconfig, add mcp-server.ts, and implement core logic
  • Run version synchronization: npm run version:sync

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: monorepo-package-workflow
Download link: https://github.com/j0KZ/mcp-agents/archive/main.zip#monorepo-package-workflow

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository