Skip to content
This repository was archived by the owner on Sep 7, 2026. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Community Plugins

This directory is the source of truth for community Agent Plugins published through this repository.

plugins/
└── <github-owner>/
    └── <plugin-name>/
        ├── plugin.json
        ├── README.md
        ├── LICENSE
        ├── mcp.json          # optional
        └── skills/           # optional

Create a contribution from the repository root:

npm run create -- <github-owner>/<plugin-name>

Replace every TODO, run npm run check, and open one pull request for one Plugin. See CONTRIBUTING.md for review and security requirements.