Portable 1.0Developer Toolsv1.0.0

Agent Plugins Example Agent Plugin

A copyable reference package showing the portable Agent Plugins 1.0 manifest and a focused migration Skill.

0 repository stars MIT Updated Aug 5, 2026
Reviewed seed

portable

by example.

A deliberately small package for learning the standard from real source files.

Copy, inspect, adapt

Explainable standards check

Conforms to Agent Plugins 1.0.0

Official latest version: 1.0.0 (Working Draft). The value is read from the official specification and cached for one day.

Read the official specification

This is a static package-format check, not a security audit, quality score, malware scan, or guarantee of client compatibility.

Canonical manifest schema

plugin.json targets the official 1.0.0 schema.

Agent Plugins specification §5.2

Required name and naming rules

The plugin name “agent-plugins-example” satisfies the 1–64 character naming rules.

Agent Plugins specification §§5.3 and 5.5

Closed top-level schema

No unknown top-level manifest fields were found.

Agent Plugins specification §5.2

Manifest field types

All present metadata and extension fields use permitted JSON types.

Agent Plugins specification §§5.2–5.6

Root plugin.json file

A regular plugin.json file exists at the plugin root.

Agent Plugins specification §§4.1 and 5.1

Agent Skills discovery and format

1 immediate-child Agent Skill discovered; every SKILL.md passed required frontmatter and naming checks.

Agent Plugins specification §7.1 and Agent Skills specification

MCP configuration

No root mcp.json is present; MCP is optional and its absence is conforming.

Agent Plugins specification §§6.2 and 7.2

Capabilities

What can you do with Agent Plugins Example?

Learn the package shape from a minimal source.

Use this reference when creating or migrating a plugin and you need a concrete, inspectable starting point instead of an abstract checklist.

  • Inspect a schema-linked root plugin.json manifest.
  • Review a correctly placed Agent Skill and its frontmatter.
  • Compare a legacy package with the portable v1 layout.
  • Validate naming, license, repository, and keyword metadata.
  • Copy the package as a small starting point for experiments.

See the complete structure

The manifest, Skill, README, and license are small enough to inspect together without hiding conventions in a large repository.

Check claims against source

Every format claim on this page links to the exact public files and the independent standards check.

Practical workflow

From reference to validated package

Pass 01 / Inspect

Read the manifest and tree

Confirm the root manifest, Skill path, schema version, metadata, and license before copying anything.

Pass 02 / Adapt

Replace example content

Keep the package boundaries, replace the example Skill with your own instructions, and validate again.

Package contents

What is included in Agent Plugins Example?

Agent Plugins Example declares 1 Skill, 0 MCP configurations, and 0 additional resources. The included-file links below point to the reviewed source repository.

Agent Skills

1

migrate-agent-plugin

MCP servers

0

No runtime service

Package format

Agent Plugins

Official latest 1.0.0

Installation

Clone the reference package

Clone the public repository for inspection. Agent Plugins 1.0 defines the package format; the client you use still determines how local packages are loaded.

Terminal · Git sparse checkout
git clone --depth 1 https://github.com/agentplugins/agent-plugins-example.git
cd agent-plugins-example
Keep plugin.json at the package root.
Read the migration Skill before applying it.
Validate the finished package against the current specification.

Synced source content

Repository README

View original README

This README snapshot is stored by Agent Plugins Hub and refreshed by the daily GitHub synchronization pipeline. Remote images and embedded content are not loaded.

Source
https://github.com/agentplugins/agent-plugins-example#readme

This repository does not currently provide a README snapshot. The plugin instructions below remain available.

Source documentation

Reference package README

Rendered from the linked GitHub source. Raw HTML is disabled, scripts cannot execute, remote images are omitted, and external links open separately.

What this package is

Agent Plugins Example is the public reference package for Agent Plugins v1.0.0. It keeps the example intentionally small: a root plugin.json, one migration Skill, a README, and an MIT license.

When to use it

Use it while learning the portable package structure, checking a migration, or creating a minimal package of your own. The migration Skill explains how to move client-specific plugin content toward the portable layout.

Install and verify

Clone the repository, inspect plugin.json, and read the migration Skill before adapting the package. Keep the manifest at the package root and validate the final directory against the current specification.

Safety and scope

Conformance describes file structure and metadata. It does not certify the behavior, security, or compatibility of content added to a derived package.

Source

The canonical source is agentplugins/agent-plugins-example. This page preserves that attribution and links to the reviewed files.