From 1181911052125d971d6f459e3cc5c2fde53ca729 Mon Sep 17 00:00:00 2001 From: yacosta738 <33158051+yacosta738@users.noreply.github.com> Date: Sat, 2 May 2026 04:35:15 +0000 Subject: [PATCH] docs: update technology and skill counts for accuracy Updated the reported number of supported technologies and skills in the documentation and README to reflect the current state of the catalog (111 technologies and 209 skills). - website/docs/src/content/docs/guides/skills.mdx: 70+ -> 110+ - website/docs/src/content/docs/reference/cli.mdx: 70+ -> 110+ - README.md: 100+/40+ -> 200+/110+ Verified against `src/skills/catalog.v1.toml`. --- README.md | 2 +- website/docs/src/content/docs/guides/skills.mdx | 2 +- website/docs/src/content/docs/reference/cli.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ed614cc8..258458e0 100644 --- a/README.md +++ b/README.md @@ -602,7 +602,7 @@ If you need agentsync in CI, you can download the latest version automatically u ## Skills -AgentSync includes a curated skill catalog with 100+ skills across 40+ technologies. Skills are small bundles of AI-agent instructions that can be installed into your project. +AgentSync includes a curated skill catalog with 200+ skills across 110+ technologies. Skills are small bundles of AI-agent instructions that can be installed into your project. - **[dallay/agents-skills](https://github.com/dallay/agents-skills)** — Canonical home for all dallay-maintained skills. Community contributions welcome via PR. - **External providers** — Skills from Angular, Vercel, Cloudflare, Expo, Stripe, and many more are resolved from their respective repositories. diff --git a/website/docs/src/content/docs/guides/skills.mdx b/website/docs/src/content/docs/guides/skills.mdx index 02171cc4..ff209f25 100644 --- a/website/docs/src/content/docs/guides/skills.mdx +++ b/website/docs/src/content/docs/guides/skills.mdx @@ -146,7 +146,7 @@ This is intentionally **opinionated and curated by AgentSync**. It is not a gene ### Supported repository technology detection (current scope) -AgentSync supports detection for **70+ technologies**. Detection rules are defined in the catalog and include config file existence, package dependencies, and file extensions. +AgentSync supports detection for **110+ technologies**. Detection rules are defined in the catalog and include config file existence, package dependencies, and file extensions. A representative set of supported technologies and markers includes: diff --git a/website/docs/src/content/docs/reference/cli.mdx b/website/docs/src/content/docs/reference/cli.mdx index b8e35cdc..424ee3f4 100644 --- a/website/docs/src/content/docs/reference/cli.mdx +++ b/website/docs/src/content/docs/reference/cli.mdx @@ -167,7 +167,7 @@ agentsync skill suggest [--json] [--install [--all]] Behavior: - `skill suggest` is read-only by default. -- Detection scope currently supports 70+ technologies. See the [Skills guide](/guides/skills/#supported-repository-technology-detection-current-scope) for a representative list. +- Detection scope currently supports 110+ technologies. See the [Skills guide](/guides/skills/#supported-repository-technology-detection-current-scope) for a representative list. - Detection comes from Rust repository scanning, while recommendation mapping comes from AgentSync's curated catalog. - Recommendations are opinionated, not exhaustive. - The runtime loads an embedded declarative catalog first, then optionally overlays valid provider metadata.