platform-assistant

Guide platform engineering for developer experience and internal tooling.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/diegouis/provectus-marketplace --skill platform-assistant
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: platform-assistant
Source: https://github.com/diegouis/provectus-marketplace/tree/main/plugins/proagent-platform/skills/platform-assistant
Command: npx skills add https://github.com/diegouis/provectus-marketplace --skill platform-assistant

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill empowers teams to build and enhance internal developer platforms (IDPs) by providing structured guidance on creating self-service capabilities, improving developer experience (DX), and automating common workflows.

Core Features & Use Cases

  • Platform Design: Guidance on creating service catalogs, golden paths, and project scaffolding.
  • Tooling Development: Support for building MCP servers, plugin systems, and internal CLI tools.
  • DX Improvement: Strategies for assessing and optimizing developer workflows and toolchains.
  • Document Generation: Capabilities to generate PDFs, DOCX, PPTX, and XLSX from templates.
  • Reproducible Environments: Setup for Nix/devenv and orchestration of installation workflows.

Quick Start

Use the platform-assistant skill to design a service catalog for new microservices.

Frequently Asked Questions about platform-assistant

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a service catalog for internal developer platforms?

A service catalog for internal developer platforms centralizes software component discovery and ownership. This Skill guides you through designing catalogs and golden paths to create self-service capabilities that reduce cognitive load for development teams.

What is the best way to scaffold new microservices with golden paths?

Scaffolding microservices with golden paths provides standardized, reproducible project templates. This Skill orchestrates setup workflows and supports document generation to ensure consistent environment configuration across development teams.

How does an MCP server improve developer experience and internal tooling?

An MCP server improves developer experience by standardizing interactions between internal tooling and language models. This Skill provides architectural guidance for building MCP servers and plugin systems to automate common workflows.

Can I use Nix and devenv to create reproducible environments for platform engineering?

Yes, Nix and devenv create reproducible environments for platform engineering by declaring system dependencies. This Skill supports setting up these environments to orchestrate installation workflows and ensure consistent toolchains.

Does this platform engineering assistant generate documents from templates?

Yes, this platform engineering assistant generates PDFs, DOCX, PPTX, and XLSX documents from templates. This document generation capability supports the creation of internal documentation and standardized platform tooling.

When should I implement a plugin system architecture for internal developer tooling?

You should implement a plugin system architecture for internal developer tooling when you need extensible, modular workflows. This Skill guides plugin system architecture to support scalable tooling development and reduce cognitive load.