Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/src/content/docs/guides/skills.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion website/docs/src/content/docs/reference/cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading