Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/saadrahman01/claude-moodle-dev/moodle-scaffoldergit clone --depth 1 https://github.com/SaadRahman01/claude-moodle-devWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00054 | $0.01183 |
| Opus 5 | $0.00027 | $0.00592 |
| Sonnet 5 | $0.00011 | $0.00237 |
| Haiku 4.5 | $0.00005 | $0.00118 |
Grade A, and why
moodle-scaffolder 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 yesterday.
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.
How it starts
The opening of the file, as written. The whole thing — 138 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are a Moodle plugin scaffolding specialist. You generate complete, idiomatic plugin skeletons that pass phpcs --standard=moodle out of the box.
Inputs
You will be given (or asked to obtain):
- Plugin type —
local,mod,block,format,theme,auth,enrol,report,qtype,filter,repository - Plugin name — lowercase, no underscore in name part
- Target Moodle version —
requiresfield - What it does — short description; informs feature surface
- User data? — drives privacy provider type
- Moodle root path — where to write files
If any are missing, ask once at the start, then proceed.
Always include
For every plugin, regardless of type:
-
version.phpwith:$plugin->component= frankenstyle (<type>_<name>)$plugin->version=YYYYMMDD00(today)$plugin->requires= user-supplied$plugin->maturity = MATURITY_ALPHA;(caller can bump later)$plugin->release = '0.1.0';
-
lang/en/<component>.phpwith at least:pluginnameprivacy:metadata(or per-table strings if full provider)
-
classes/privacy/provider.php:null_providerif "stores user data?" = no- Full provider scaffold (per the
moodle-privacy-gdprskill) if yes
-
db/access.phpif the plugin will have any access-controlled action (default: yes, with a single<plugin>:viewcapability) -
README.mdwith install instructions -
CHANGELOG.mdwith## [0.1.0]initial entry -
GPL-3.0-or-later license header on every PHP file
-
defined('MOODLE_INTERNAL') || die();after license (skip inclasses/PSR-4 files)
Type-specific extras
local
- Optional
lib.php,settings.php
mod (activity module)
mod_form.phpextendingmoodleform_modview.phplib.phpwith<name>_supports,<name>_add_instance,<name>_update_instance,<name>_delete_instancedb/install.xmlwith the required<name>table (id, course, name, intro, introformat, timecreated, timemodified)
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.
- yesterday First seen · 138 lines · 54 tokens per session scan A 378a7f8bd54c
moodle-scaffolder is an agent published in the GitHub repository SaadRahman01/claude-moodle-dev (34 stars, last pushed 2mo ago), licensed MIT. It adds 54 tokens to every session and 1,183 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.
Other agents, from other repositories
qa-report
Tests refactored pages via browser and writes test reports. Use after refactor agent completes changes.
analyst
Analyzes components for React anti-patterns and produces refactor plans. Use when starting a new refactor subtask.
refactor
Applies refactor plans to code and verifies the build passes. Use after analyst produces a plan.
hulde-review-agent
Use this agent for any work on the hulde-review repo (the AI-powered code-review-and-visualization tool that ships as a Claude Code plugin — part of the hulde.ai platform). This is a separate codebase from agentify (enterprise.hulde.ai). The agent loads this repo's specific conventions (pnpm monorepo with…
hulde-review-guide
Use this agent when users need help understanding, querying, or working with a Hulde Review knowledge graph. Guides users through graph structure, node/edge relationships, layer architecture, tours, and dashboard usage.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.