Agent Plugins Marketplace
All plugins

repomatic

v7.15.0

Skills and agents to automate repository maintenance, releases, and CI/CD workflows

Claude Code18 Skills

By Kevin DeldyckeLicense: GPL-2.0-or-later65 GitHub starsUpdated 6 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
18 skill or MCP entries
Source updated
Sep 18, 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 repomatic 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 repomatic@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/kdeldycke/repomatic

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

Plugin files

.claude/
├── .claude-plugin/plugin.json
├── skills/av-false-positive/SKILL.md
├── skills/awesome-triage/SKILL.md
├── skills/babysit-ci/SKILL.md
├── skills/benchmark-update/SKILL.md
├── skills/brand-assets/SKILL.md
├── skills/file-bug-report/SKILL.md
├── skills/github-housekeeping/SKILL.md
├── skills/probe-workflow/SKILL.md
├── skills/repomatic-audit/SKILL.md
├── skills/repomatic-changelog/SKILL.md
├── skills/repomatic-deps/SKILL.md
├── skills/repomatic-init/SKILL.md
├── skills/repomatic-ship/SKILL.md
├── skills/repomatic-test-matrix/SKILL.md
├── skills/repomatic-topics/SKILL.md
├── skills/sphinx-docs-sync/SKILL.md
├── skills/translation-sync/SKILL.md
└── skills/upstream-audit/SKILL.md

Included Skills18

av-false-positiveskills/av-false-positive/SKILL.md

Scan a release on VirusTotal. Write submission instructions for each AV vendor that flags a false positive.

awesome-triageskills/awesome-triage/SKILL.md

Triage new issues and PRs on awesome-list repos. Apply the curation criteria drawn from past decisions.

babysit-ciskills/babysit-ci/SKILL.md

Monitor the CI tests, lint, autofix, docs and Nuitka binary-build workflows. Diagnose each failure, fix the code, commit, and loop until every stable job passes. Ignore unstable failures.

benchmark-updateskills/benchmark-update/SKILL.md

Create or update the competitive benchmark page (docs/benchmark.md) that compares this project against its alternatives. Check maintenance status, feature accuracy, new candidates and badge health.

brand-assetsskills/brand-assets/SKILL.md

Create project logo and banner SVGs, then export them to light and dark PNG variants. Use when you design a logo or banner, or regenerate the PNGs from their SVG source files.

file-bug-reportskills/file-bug-report/SKILL.md

Write a bug report for an upstream project. Read its contribution guidelines, issue templates and community norms first, then produce a markdown file ready to paste.

github-housekeepingskills/github-housekeeping/SKILL.md

Backfill and curate labels and milestones across a repository's whole issue and PR history. Design the taxonomy, classify in bulk, detect AI slop, and reconstruct past releases.

probe-workflowskills/probe-workflow/SKILL.md

Validate a claim about real-host behavior with a temporary GitHub Actions workflow. Measure the environment, iterate on hard assertion gates, then retire the workflow with its findings recorded in the retirement commit. Use when local tests and mocks cannot answer how a tool, platform, container or privilege boundary actually behaves.

repomatic-auditskills/repomatic-audit/SKILL.md

Audit how far a downstream repo has drifted from the upstream repomatic reference. Cover workflows, configs and conventions.

repomatic-changelogskills/repomatic-changelog/SKILL.md

Draft, validate, consolidate, and fix changelog entries.

repomatic-depsskills/repomatic-deps/SKILL.md

Generate dependency graphs. Audit pyproject.toml declarations against the version policy. Explore unused dependency APIs that could simplify code. Modernize code against the changelogs of upgraded dependencies.

repomatic-initskills/repomatic-init/SKILL.md

Bootstrap a repository with reusable workflows from kdeldycke/repomatic.

repomatic-shipskills/repomatic-ship/SKILL.md

Prepare a release. Reconcile the changelog, code and docs to the net release state. Then commit, push, and babysit CI until the release PR is built and `main` is green. Stop before the merge. Ask for review in normal use; run fully autonomous under `--dangerously-skip-permissions`.

repomatic-test-matrixskills/repomatic-test-matrix/SKILL.md

Choose what a repository's CI test matrix covers. Decide which Python versions, operating systems and runner images earn a cell. Mark which axes stay unstable probes, and pick where a one-off job runs. Use when you add or drop a Python version or OS, pin a dependency floor, or place a new job.

repomatic-topicsskills/repomatic-topics/SKILL.md

Optimize a repository's GitHub topics. Analyze the competition on each topic page, then pick the topics that make the project easier to find.

sphinx-docs-syncskills/sphinx-docs-sync/SKILL.md

Compare and synchronize Sphinx documentation against the upstream `kdeldycke/repomatic` reference, or across sibling projects. Downstream repos compare against upstream by default. Find the differences in conf.py, install.md, the index.md toctree, pyproject.toml docs dependencies, extra-deps sections, readme badges and static assets. Use when you align documentation structure, catch stale dependencies, or push improvements across Sphinx-enabled repositories.

translation-syncskills/translation-sync/SKILL.md

Detect stale translations in readme.*.md and contributing.*.md files. Compare their structure and content against the English source, then draft new translations for the changed sections.

upstream-auditskills/upstream-audit/SKILL.md

Create or update the upstream contributions page (docs/upstream.md), which records what this project sends back to its dependencies. Find merged PRs, reported issues, workarounds and declined features.

Plugin manifests1

.claude/.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "author": {
    "email": "[email protected]",
    "name": "Kevin Deldycke",
    "url": "https://github.com/kdeldycke"
  },
  "description": "Skills and agents to automate repository maintenance, releases, and CI/CD workflows",
  "displayName": "Repomatic",
  "homepage": "https://repomatic.net/",
  "keywords": [
    "changelog",
    "ci-cd",
    "dependencies",
    "github-actions",
    "release-automation",
    "repository-automation",
    "sphinx-doc"
  ],
  "license": "GPL-2.0-or-later",
  "name": "repomatic",
  "repository": "https://github.com/kdeldycke/repomatic",
  "version": "7.15.0"
}

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

[repomatic on Agent Plugins Marketplace](https://pluginsmp.com/plugins/repomatic)