Skip to content

Commit df5142a

Browse files
committed
feat: update skill count to 28 in documentation and UI
1 parent 1eef399 commit df5142a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

cli/counts.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"agents": 16,
3-
"skills": 27
3+
"skills": 28
44
}

cli/extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ displayName: Azure Copilot
66
description: |
77
AI-powered Azure development assistant. Describe what you want to build,
88
and Copilot builds and deploys it to Azure. Includes 16 specialized agents
9-
and 27 Azure skills.
9+
and 28 Azure skills.
1010
usage: azd copilot <command> [options]
1111
version: 0.1.0
1212
entryPoint: copilot

web/src/pages/index.astro

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const features = [
1414
},
1515
{
1616
icon: "",
17-
title: "27 Azure Skills",
17+
title: "28 Azure Skills",
1818
description: "Task-specific expertise from deployment patterns to cost estimation to security hardening.",
1919
href: "/azd-copilot/reference/skills/",
2020
glowColor: "violet" as const,
@@ -52,13 +52,13 @@ const features = [
5252
// Stats
5353
const stats = [
5454
{ value: "16", label: "Agents" },
55-
{ value: "27", label: "Skills" },
55+
{ value: "28", label: "Skills" },
5656
{ value: "4", label: "MCP Servers" },
5757
{ value: "100%", label: "Open Source" },
5858
];
5959
---
6060

61-
<Layout title="Home" description="AI-powered Azure development with 16 specialized agents and 27 curated skills">
61+
<Layout title="Home" description="AI-powered Azure development with 16 specialized agents and 28 curated skills">
6262
<!-- Hero Section -->
6363
<section class="hero" aria-labelledby="hero-heading">
6464
<div class="hero-container">
@@ -84,7 +84,7 @@ const stats = [
8484

8585
<p class="hero-description animate-fade-up" style="animation-delay: 0.2s">
8686
azd-copilot extends Azure Developer CLI with <strong>16 specialized agents</strong> and
87-
<strong>27 curated skills</strong>. Build Azure applications with domain expert AI assistance
87+
<strong>28 curated skills</strong>. Build Azure applications with domain expert AI assistance
8888
for architecture, security, DevOps, and more.
8989
</p>
9090

0 commit comments

Comments
 (0)