Kirby CMS plugin and template development for Cloodle platform. Use when creating Kirby plugins, blueprints, templates, snippets, or working with Kirby content structure.
This skill inherits all available tools. When active, it can use any tool Claude has access to.
reference.mdCreate and modify Kirby CMS plugins, templates, and content for the Cloodle platform.
/opt/cloodle/apps/kirby//opt/cloodle/apps/kirby/site/plugins//opt/cloodle/apps/kirby/content/See reference.md for complete patterns and examples.
<?php
Kirby::plugin('cloodle/my-plugin', [
'blueprints' => [
'pages/custom' => __DIR__ . '/blueprints/pages/custom.yml'
],
'templates' => [
'custom' => __DIR__ . '/templates/custom.php'
]
]);
title: Custom Page
fields:
text:
type: blocks
fieldsets:
- heading
- text
- image
cloodle/ - Portal dashboardmoodle-export/ - IMSCP exportzero-one/ - Theme pluginoauth/ - Authentik integration