maintainer-suite
v1.0.0Optional maintainer toolkit for skill review, repository publication, releases, and project announcements.
By Lev NikolaevichLicense: MIT557 GitHub starsUpdated 3 weeks ago
Directory evidence
- Runtimes
- Codex and Agent Plugins
- Parsed components
- 4 skill or MCP entries
- Source updated
- Aug 29, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install maintainer-suite for Codex
codex plugin marketplace add levnikolaevich/claude-code-skills
codex plugin marketplace upgrade levnikolaevich-skills-marketplace
codex plugin add maintainer-suite@levnikolaevich-skills-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the levnikolaevich-skills-marketplace catalog, then install this plugin.
Compatibility: the page URL and API slug “maintainer-suite” remain stable.
- Codex:
maintainer-suite@agent-plugin-marketplace→maintainer-suite@levnikolaevich-skills-marketplace
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/levnikolaevich/claude-code-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/maintainer-suite/.
Plugin files
├── .codex-plugin/plugin.json├── plugin.json├── skills/ln-61-skill-reviewer/SKILL.md├── skills/ln-62-repository-publisher/SKILL.md├── skills/ln-63-release-publisher/SKILL.md└── skills/ln-64-community-announcer/SKILL.md
Included Skills4
Reviews standalone skills and their configured distribution surfaces before publication. Use for skill release readiness; not for product code or implementation-plan review.
Validates, commits, pushes, and remotely verifies approved repository changes. Use when publication is requested; not for releases, package publishing, or announcements.
Prepares and publishes a tagged GitHub release from repository evidence. Use for an explicit release request; not for ordinary commits, packages, or community news.
Drafts and publishes fact-checked GitHub Discussions announcements. Use for releases, updates, or project news; not for release creation or issue responses.
Plugin manifests2
{
"name": "maintainer-suite",
"version": "1.0.0",
"description": "Optional maintainer toolkit for skill review, repository publication, releases, and project announcements.",
"author": {
"name": "Lev Nikolaevich",
"email": "[email protected]",
"url": "https://github.com/levnikolaevich"
},
"homepage": "https://github.com/levnikolaevich/claude-code-skills",
"repository": "https://github.com/levnikolaevich/claude-code-skills",
"license": "MIT",
"keywords": [
"skills",
"release",
"publishing",
"github",
"announcements"
],
"skills": "./skills/",
"interface": {
"displayName": "Maintainer Suite",
"shortDescription": "Maintain and publish plugins",
"longDescription": "Optional maintainer workflows for reviewing standalone skills, publishing repository changes and tagged releases, and announcing verified project news.",
"developerName": "Lev Nikolaevich",
"websiteURL": "https://github.com/levnikolaevich/claude-code-skills",
"category": "Productivity",
"capabilities": [
"Interactive",
"Write"
],
"defaultPrompt": [
"Review these skills for publication readiness.",
"Publish the approved repository changes and verify the remote result.",
"Prepare a release or project announcement for approval."
]
}
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "maintainer-suite"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[maintainer-suite on Agent Plugins Marketplace](https://pluginsmp.com/plugins/maintainer-suite)