moodle-playground: Skill for Claude Code

.agents/skills/moodle-internals/SKILL.md

moodle-internals is a skill for Claude Code, Codex from ateeducacion/moodle-playground. It costs 70 tokens per session (3,108 once invoked), scanned A, original, GPL-3.0.

A reference guide for Moodle, a learning-management system used for courses, users, enrolments, and learning content. It covers Moodle APIs, plugins, databases, settings, upgrades, caching, and PHP code that works with Moodle.

In plain words
What is it for?
Use it when developing or reviewing Moodle plugins, integrations, database changes, configuration, course structures, user management, enrolment logic, or cache usage.
Why use it?
It helps developers follow Moodle's conventions instead of guessing how its core systems and extension points work. The covered versions are Moodle 4.4 through the 5.1-or-newer branch.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing. Also seen: installed under .agents/ (shared by several agents).

This is ateeducacion/moodle-playground's own configuration. It tells Claude Code and Codex how to work on moodle-playground itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything moodle-playground configures →

Reuse

Borrowing it

Nothing to install: this file belongs to ateeducacion/moodle-playground. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/ateeducacion/moodle-playground/main/.agents/skills/moodle-internals/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/ateeducacion/moodle-playground

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for moodle-internals

README.md
[![agentmods](https://agentmods.dev/badge/skills/ateeducacion/moodle-playground/moodle-internals/github.svg)](https://agentmods.dev/skills/ateeducacion/moodle-playground/moodle-internals)
Your own site
<a href="https://agentmods.dev/skills/ateeducacion/moodle-playground/moodle-internals"><img src="https://agentmods.dev/badge/skills/ateeducacion/moodle-playground/moodle-internals/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for moodle-internals

Your own site · 80×15
<a href="https://agentmods.dev/skills/ateeducacion/moodle-playground/moodle-internals"><img src="https://agentmods.dev/badge/skills/ateeducacion/moodle-playground/moodle-internals.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 70 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,108 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00070 $0.03108
Opus 5 $0.00035 $0.01554
Sonnet 5 $0.00014 $0.00622
Haiku 4.5 $0.00007 $0.00311

Measured 10d ago against content hash 4f3376ad2222, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

moodle-internals scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/moodle-internals/SKILL.md · 220 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 220 lines · 70 tokens per session scan A 4f3376ad2222

Subscribe to this mod's changes

moodle-internals is a skill published in the GitHub repository ateeducacion/moodle-playground (12 stars, last pushed 3d ago), licensed GPL-3.0. It adds 70 tokens to every session and 3,108 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

webassembly-expert

Create production-ready WebAssembly modules for web and server environments with optimal performance and seamless JavaScript integration. Use when the user mentions WebAssembly or Wasm, WASI, compiling Rust/C/C++ to the browser, Emscripten, wasmtime, or JavaScript-to-Wasm interop for performance-critical code.

personamanagmentlayer/pcl · 69 tokens

api-onboarding

Reduce time-to-first-API-call (TTFAC) by optimizing every step of the developer onboarding journey. This skill covers authentication simplification, sandbox environments, interactive documentation, and identifying and eliminating common failure points.

sickn33/agentic-awesome-skills · 46 tokens

nw-sd-case-studies

25 real-world system design case studies condensed from Alex Xu's System Design Interview Vol 1 and 2 - requirements, architecture, deep dive insights, key takeaways.

nWave-ai/nWave · 40 tokens

nw-ddd-tactical

Tactical DDD — aggregate design rules, entities, value objects, domain events, repositories, domain services, and anti-pattern detection.

nWave-ai/nWave · 32 tokens

system-design-case-catalog

Answer classic system design problems as constraint-to-solution sketches and coach interview practice: URL shortener, rate limiter, news feed, chat, notification, autocomplete, crawler, unique id. Use for interview practice or naming the closest known shape for a new problem.

HoangNguyen0403/agent-skills-standard · 58 tokens

frontmcp-guides

Tutorials, end-to-end walkthroughs, and complete reference projects for FrontMCP. Use when you want a getting-started guide, a full worked example, or to learn best practices by following a step-by-step build rather than a single API reference. Includes a beginner weather-API server (tool plus static resource, Zod…

agentfront/frontmcp · 157 tokens