You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Claude Code plugin for Checkmk plugin development
Move the plugin development guide from cmk-plugin-guide/ into a Claude
Code skill at skills/checkmk-plugin/. The skill provides guided help for
building, upgrading, and packaging Checkmk 2.3.x plugins including SNMP,
agent-based, special agents, notifications, metrics, rulesets, and bakery.
Install via: /install-plugin https://github.com/oposs/mkp-builder
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+31-2Lines changed: 31 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,6 @@
5
5
6
6
> **⚠️ Disclaimer**: This is an independent, community-developed tool and is **not officially affiliated with or endorsed by Checkmk GmbH**. This project was developed by reverse-engineering existing MKP package formats and studying Checkmk documentation. Any issues, bugs, or incompatibilities are our responsibility and should be reported to this project's issue tracker, not to Checkmk support.
7
7
8
-
> **📚 Plugin Development Guide**: Since many users of mkp-builder are developing Checkmk plugins, we maintain comprehensive modular documentation for Checkmk 2.3.x plugin development in [`cmk-plugin-guide/`](cmk-plugin-guide/). The guide covers agent plugins, SNMP plugins, special agents, check plugins, rulesets, graphing, bakery integration, and metric migration with practical examples and best practices. Start with the [guide index](cmk-plugin-guide/00-index.md) or read the [guide overview](cmk-plugin-guide/README.md).
9
-
10
8
> **🚨 Breaking Changes in v2.0.0**: If you're upgrading from v1.x, please note that v2.0.0 introduces breaking changes. The configuration file format has changed from `.mkp-builderrc` to `.mkp-builder.ini` with INI format syntax. GitHub Action input names have also been updated. See the [changelog](CHANGES.md) for full migration details.
11
9
12
10
A reusable GitHub Action for building Checkmk MKP (Monitoring Konfiguration Package) files from local directory structures.
@@ -20,6 +18,37 @@ A reusable GitHub Action for building Checkmk MKP (Monitoring Konfiguration Pack
20
18
- 🧹 **Clean**: No permanent changes to your repository
21
19
- ⚡ **Fast**: Downloads build tools on-demand, no bloated containers
22
20
21
+
## Claude Code Plugin: Checkmk Plugin Development Guide
22
+
23
+
This repo includes a comprehensive Checkmk 2.3.x plugin development guide
24
+
as a [Claude Code](https://claude.com/claude-code) skill. Once installed,
25
+
Claude will automatically use the guide whenever you ask it to build, upgrade,
0 commit comments