diff --git a/README.md b/README.md index 6d514cb..a3309c0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Agent Plugin Example +# Agent Plugins Example A copyable reference package for the [Agent Plugins Specification v1.0.0](https://agent-plugins.org/specification). @@ -9,7 +9,7 @@ Agent Plugins v1.0.0 is currently a Working Draft. Pin the schema version and re ## Layout ```text -agent-plugin-example/ +agent-plugins-example/ ├── plugin.json # Required portable manifest ├── skills/ # Portable Agent Skills │ └── migrate-agent-plugin/ diff --git a/plugin.json b/plugin.json index 095910e..e422ca8 100644 --- a/plugin.json +++ b/plugin.json @@ -1,6 +1,6 @@ { "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json", - "name": "agent-plugin-example", + "name": "agent-plugins-example", "version": "1.0.0", "description": "A copyable reference package and migration guide for Agent Plugins v1.0.0.", "license": "MIT",