By Clouve
Safely operate a Moodle 5.2.x LMS install — upgrades, plugin installs, cron, MUC purge, backups and restores, maintenance mode, hardening, and diagnosing 500s / slow pages / broken file uploads. Use when the user is running a Moodle instance, mentions "Moodle", `.mbz`, `moodledata`, MUC, `mdl_*` tables, `admin/cli/`, or asks about `config.php`, `wwwroot`, `dataroot`, scheduled tasks, or LMS deployment patterns. Do not use for generic PHP/Apache/MySQL questions that are not tied to a Moodle instance.
Clouve's AI client skills — Anthropic-style SKILL.md bundles packaged as a Claude Code plugin marketplace and designed to be consumed by Claude Code, Gemini CLI, OpenAI Codex CLI, or any other AI client that can read a SKILL.md tree.
Each skill is its own plugin under plugins/<plugin-name>/. The marketplace format is the Claude Code spec, but the underlying skill payload (SKILL.md + playbooks/ + reference/ + scripts/) is client-agnostic — only the loading mechanism differs per client.
| Client | How it loads these skills |
|---|---|
| Claude Code | Native plugin marketplace (/plugin marketplace add + /plugin install). Skills auto-load from ~/.claude/skills/<skill-name>/. |
| Gemini CLI | No built-in skills convention yet — skill content is surfaced to the agent via a ## Skill: <plugin> section appended to the merged ~/.gemini/GEMINI.md context file. |
| OpenAI Codex CLI | Same as Gemini — skill content reaches the agent through a ## Skill: <plugin> section appended to ~/.codex/AGENTS.md. |
| Other | Anything that can read a SKILL.md tree at a known path can consume these directly — clone the repo (or a single plugin's directory) and point the client at plugins/<plugin-name>/skills/<plugin-name>/. |
The two production consumers today are Claude Code's native plugin marketplace and Clouve's Magneto Agent runtime container (which orchestrates loading for all three CLIs above — see Magneto Agent below).
/plugin marketplace add Clouve/magneto-skills
/plugin install <plugin-name>@clouve
For example, to install the Gibbon skill:
/plugin marketplace add Clouve/magneto-skills
/plugin install gibbon@clouve
For Gemini CLI, OpenAI Codex CLI, or other clients, use the Magneto Agent runtime path below — that loader handles staging the skill payload and synthesizing the per-client context file.
| Plugin | Category | Version | Description |
|---|---|---|---|
gibbon | DevOps | 0.1.0 | Safely operate a Gibbon (gibbonedu) school-management install — upgrades, module installs, backups/restores, year rollover, hardening, diagnosing 500s. |
moodle | DevOps | 0.1.0 | Safely operate a Moodle 5.2.x LMS install — upgrades, plugin installs, cron, MUC purge, backups/restores, maintenance mode, hardening, diagnosing 500s. |
magneto-skills/
├── .claude-plugin/
│ └── marketplace.json # marketplace catalog (every plugin listed here)
├── plugins/
│ ├── gibbon/
│ │ ├── .claude-plugin/
│ │ │ └── plugin.json # plugin manifest
│ │ ├── install.sh # optional runtime install hook (apt deps)
│ │ └── skills/
│ │ └── gibbon/
│ │ ├── SKILL.md # Anthropic-style skill entry point
│ │ ├── learnings.md
│ │ ├── playbooks/
│ │ ├── reference/
│ │ └── scripts/
│ └── moodle/
│ └── … # same shape as gibbon (also ships install.sh)
├── CHANGELOG.md
├── CLAUDE.md
└── README.md
Each plugin currently ships a single skill at plugins/<name>/skills/<name>/. Multi-skill plugins are supported by the spec but not used here.
Clouve's Magneto Agent container is the runtime that consumes these skills for all three supported AI clients (Claude Code, Gemini CLI, OpenAI Codex CLI) — a single marketplace, three loading paths, picked at session start by the user. Magneto Agent's marketplace loader treats this repo as one Claude Code plugin marketplace among possibly many — set on the MAGNETO_AGENT_SKILLS env var as a comma-separated list of marketplace repository URLs, each optionally narrowed with ?plugins=<n1>,<n2> and pinned with #<branch>:
# All plugins from this marketplace, default branch
MAGNETO_AGENT_SKILLS: https://github.com/Clouve/magneto-skills.git
# Subset filter
MAGNETO_AGENT_SKILLS: https://github.com/Clouve/magneto-skills.git?plugins=gibbon,moodle
# Pinned branch
MAGNETO_AGENT_SKILLS: https://github.com/Clouve/magneto-skills.git?plugins=gibbon#release/2026-q2
See the Magneto Agent README for the full URL syntax, private-marketplace credentials (MAGNETO_AGENT_SKILLS_GIT_TOKEN[__<HOST>]), and error semantics.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub clouve/magneto-skills --plugin moodleSafely operate a Gibbon (gibbonedu) school-management install shipped by the Clouve Gibbon app — upgrades, module installs, backups, restores, academic-year rollover, hardening, and diagnosing 500s. Use when the user is running this app, mentions "Gibbon", or asks about `config.php`, `gibbonSetting`, `gibbonSchoolYear`, or any `gibbon*` table. Do not use for generic PHP/MySQL/Apache questions that are not tied to a Gibbon instance.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
UI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
This skill should be used when users need to generate ideas, explore creative solutions, or systematically brainstorm approaches to problems. Use when users request help with ideation, content planning, product features, marketing campaigns, strategic planning, creative writing, or any task requiring structured idea generation. The skill provides 30+ research-validated prompt patterns across 14 categories with exact templates, success metrics, and domain-specific applications.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.