Agent Plugins Marketplace
← All plugins

skill-maintainer

v0.36.0

Maintenance tools for skills repos: validation, quality checks, upstream change detection, best practices review, and wiki-sanity lint

Claude Code2 Skills

By fblissjr2 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 24, 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 skill-maintainer for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install skill-maintainer@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

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/fblissjr/fb-claude-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is skills/skill-maintainer/.

Plugin files

skills/skill-maintainer/
├── .claude-plugin/plugin.json
├── skills/maintain/SKILL.md
└── skills/sync-versions/SKILL.md

Included Skills2

maintainskills/maintain/SKILL.md

Full maintenance pass for a skills repo: pull upstream docs, sync tracked source repos, run quality checks, and review best practices for updates. Use when user says "maintain", "maintenance pass", "check upstream", "pull sources", "review best practices", "run maintenance". Invoke with /skill-maintainer:maintain.

sync-versionsskills/sync-versions/SKILL.md

Bump a plugin's version across all sources (plugin.json, marketplace.json, CHANGELOG.md, pyproject.toml) atomically. SKILL.md is deliberately NOT one of them. Use when the user says "sync versions", "bump version", "align versions", or "/sync-versions path-privacy 0.9.0". Pass plugin name and target version as arguments.

Plugin manifests1

skills/skill-maintainer/.claude-plugin/plugin.json
{
  "name": "skill-maintainer",
  "version": "0.36.0",
  "description": "Maintenance tools for skills repos: validation, quality checks, upstream change detection, best practices review, and wiki-sanity lint",
  "author": {
    "name": "fblissjr"
  },
  "repository": "https://github.com/fblissjr/fb-claude-skills"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[skill-maintainer on Agent Plugins Marketplace](https://pluginsmp.com/plugins/skill-maintainer)