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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).

Expand All @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down