A platform designed for building enterprise-grade, multi-tenant products using Azure, .NET, React, TypeScript, Infrastructure as Code, etc.
# Add to your Claude Code skills
git clone https://github.com/platformplatform/PlatformPlatformGuides for using ai agents skills like PlatformPlatform.
Last scanned: 5/20/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-20T07:44:19.219Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": true
}PlatformPlatform is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by platformplatform. A platform designed for building enterprise-grade, multi-tenant products using Azure, .NET, React, TypeScript, Infrastructure as Code, etc. It has 428 GitHub stars.
Yes. PlatformPlatform passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/platformplatform/PlatformPlatform" and add it to your Claude Code skills directory (see the Installation section above).
PlatformPlatform is primarily written in C#. It is open-source under platformplatform on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh PlatformPlatform against similar tools.
No comments yet. Be the first to share your thoughts!

Kick-start building top-tier B2B & B2C cloud SaaS products with sleek design, fully localized and accessible, vertical slice architecture, automated and fast DevOps, and top-notch security.
Ships with signup and login via Google or email one-time password, Stripe-powered subscription and payment management with plan upgrades, downgrades, and invoicing, feature flags with A/B-rollout, plan-gating, and per-user/tenant overrides, and a back-office dashboard with MRR and revenue trends, plan distribution, and tenant growth.
Built to demonstrate seamless flow: backend contracts feed a fully-typed React UI, pipelines make fully automated deployments to Azure, and a multi-agent workflow built on Claude Code's native Agent Teams where PlatformPlatform-expert agents collaborate to deliver complete features following the opinionated architecture. Think of it as a ready-made blueprint, not a pile of parts to assemble.
Follow our up-to-date roadmap.
Show your support for our project - give us a star on GitHub! It truly means a lot! ⭐
Operate the platform from a dedicated SPA on its own hostname, secured by Entra ID Easy Auth:
Production-ready end-user surfaces — fully localized, accessible, and ready to brand as your own product:
UNLOCK shortcut on localhost so dev mail is optionalTL;DR: Requires .NET 10, Node, and Docker. Clone the repo and dotnet run from developer-cli/ to start Aspire.
For development, you need .NET, Docker, and Node. And GitHub and Azure CLI for setting up CI/CD.
Open a PowerShell terminal as Administrator and run the following command to install Windows Subsystem for Linux (required for Docker). Restart your computer if prompted.
wsl --install
From an Administrator PowerShell terminal, use winget (preinstalled on Windows 11) to install any missing packages:
winget install Microsoft.DotNet.SDK.10
winget install Git.Git
winget install Docker.DockerDesktop
winget install Microsoft.AzureCLI
winget install GitHub.cli
Install Node.js — the version must match .node-version. We recommend fnm which auto-installs the exact version via the Developer CLI. When using an IDE like Rider, ensure the active fnm version matches .node-version.
# Option A: fnm (recommended)
winget install Schniz.fnm
# Option B: Node.js directly
winget install OpenJS.NodeJS
(Recommended) Install the Aspire CLI — provides the Aspire MCP server so Claude Code can inspect AppHost resources, logs, and traces:
irm https://aspire.dev/install.ps1 | iex
Verify with aspire --version. Restart your terminal if the command is not yet on PATH.
(Recommended) Install language servers for enhanced Claude Code support:
npm install -g typescript-language-server typescript
dotnet tool install -g csharp-ls
Open a terminal and run the following commands (if not installed):
Install Homebrew, a package manager for Mac
Install packages
brew install --cask