diff --git a/README.md b/README.md index 53376a75..a75e86a1 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,7 @@ Skills are not MCP servers and not tools. MCP defines how an agent connects to e - [artifacts-builder](https://github.com/anthropics/skills/tree/main/skills/web-artifacts-builder) - Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). - [aws-skills](https://github.com/zxkane/aws-skills) - AWS development with CDK best practices, cost optimization MCP servers, and serverless/event-driven architecture patterns. +- [Azure Architecture Diagrams](https://github.com/hanv89/azure-icons-for-architecture-diagrams) - Draw Microsoft Azure & Microsoft Fabric architecture diagrams in PlantUML, with `` references to 840 first-party-MIT-licensed icons redistributed from `plantuml-stdlib/Azure-PlantUML` and `@fabric-msft/svg-icons`. Per-vendor `INDEX.md` lets the agent search by name/tag instead of guessing filenames. Install: `npx @hanv89/azure-arch-skill@latest install --agent=claude-code` (Codex + Cursor also supported). *By [@hanv89](https://github.com/hanv89)* - [Changelog Generator](./changelog-generator/) - Automatically creates user-facing changelogs from git commits by analyzing history and transforming technical commits into customer-friendly release notes. - [Chrome Relay](https://chrome-relay.kushalsm.com/) - Drives the user's already-open Chrome session — cookies, SSO, extensions, localhost — through a local CLI bridge. Real-Chrome counterpart to Playwright Browser Automation; install via `npx skills add chrome-relay` + a [Chrome Web Store extension](https://chromewebstore.google.com/detail/chrome-relay/cpdiapbifblhlcpnmlmfpgfjlacebokb). No remote relay, no Playwright fixtures, no MCP server needed. - [Claude Code Terminal Title](https://github.com/bluzername/claude-code-terminal-title) - Gives each Claud-Code terminal window a dynamic title that describes the work being done so you don't lose track of what window is doing what.