microsoftmicrosoftOfficialยท1 Agent Skills Included

dcp

Local multi-service app orchestration with code review workflows

Runs multi-service applications locally by orchestrating processes, containers, and networks through a Kubernetes-compatible API. Eliminates manual port allocation, container cleanup, and service wiring during local development. Includes pull request review and dependency update workflows that enforce project conventions and catch correctness, concurrency, and security issues.
npx skills add microsoft/dcp --all -g -y
Available:

Gives your AI agent the project's coding conventions, reliability rules, and safe command and testing procedures to follow when working in this repository.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install DCP skills?โ–ผ

Run `npx skills add microsoft/dcp --all -g -y` in your terminal to install all skills in this repository globally.

What is the Developer Control Plane used for?โ–ผ

DCP runs multi-service, polyglot applications locally by managing processes, containers, and networking through a Kubernetes-compatible API, with IDE integration for VS Code and Visual Studio.

How does the code review skill work?โ–ผ

It reviews a GitHub pull request by reading the full changed files and callers first, then reports only real problems like bugs, race conditions, and security issues, and asks you which findings to post.

How do I update DCP dependencies safely?โ–ผ

The update-dependencies skill upgrades Go modules, keeps Kubernetes packages aligned with tilt-apiserver, then regenerates code, lints, and runs the full test suite.

Do these skills work with Claude Code and Cursor?โ–ผ

Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, Codex, and other compatible coding environments.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’