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.
/plugin marketplace add javiarmesto/ALDC-AL-Development-Collectionnpx agentmods add plugins/javiarmesto/aldc-al-development-collection/claude-plugingit clone --depth 1 https://github.com/javiarmesto/ALDC-AL-Development-CollectionWrote 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.
[](https://agentmods.dev/plugins/javiarmesto/aldc-al-development-collection/claude-plugin)<a href="https://agentmods.dev/plugins/javiarmesto/aldc-al-development-collection/claude-plugin"><img src="https://agentmods.dev/badge/plugins/javiarmesto/aldc-al-development-collection/claude-plugin.svg" alt="Measured on agentmods" height="20"></a>Grade A, and why
claude-plugin 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 5d 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.
What it actually says
{
"name": "aldc",
"version": "4.2.0",
"description": "AI-Native AL Development Collection for Microsoft Dynamics 365 Business Central. Agents (architect, developer, conductor, pre-sales, agent-builder, triage, dredd) + TDD subagents, skills, and workflows for extension-only development with TDD, BCQuality-cited review/audit, event-driven architecture, and HITL gates.",
"author": {
"name": "javiarmesto",
"url": "https://github.com/javiarmesto"
},
"homepage": "https://github.com/javiarmesto/ALDC-AL-Development-Collection",
"repository": "https://github.com/javiarmesto/ALDC-AL-Development-Collection",
"license": "MIT",
"keywords": [
"AL",
"Business Central",
"Dynamics 365",
"ERP",
"extension-development",
"TDD",
"event-driven",
"Microsoft",
"architecture",
"testing",
"API",
"debugging"
],
"mcpServers": {
"al-symbols-mcp": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@nicholasglazer/al-symbols-mcp"]
},
"context7": {
"type": "http",
"url": "https://mcp.context7.com/mcp"
},
"microsoft-docs": {
"type": "http",
"url": "https://learn.microsoft.com/api/mcp"
}
},
"userConfig": {
"bcSandboxUrl": {
"type": "string",
"title": "BC Sandbox URL",
"description": "URL of your Business Central sandbox environment (e.g., https://businesscentral.dynamics.com/your-tenant)",
"sensitive": false
},
"publisherName": {
"type": "string",
"title": "Publisher Name",
"description": "Your extension publisher name for app.json",
"sensitive": false
}
}
}
What it installs
The manifest is a name and a version. 10 commands, 1 hook travel with it, and installing the plugin installs all of them — 382 tokens a session between them. Each is measured on its own page, and each can be installed alone.
- Command al-context-create A 36 tokens
- Command al-initialize A 28 tokens
- Command al-memory-create A 40 tokens
- Command al-spec-create A 56 tokens
- Command al-agent-create A 42 tokens
- Command al-pr-prepare A 39 tokens
- Command al-agent-test A 33 tokens
- Command al-agent-instructions-create A 36 tokens
- Command al-build A 32 tokens
- Command al-agent-task A 40 tokens
- Hook SessionStart A not measured
What ships with it
1 file beside plugin.json in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 5d ago First seen · 56 lines scan A 69f86d239d0f
claude-plugin is a plugin published in the GitHub repository javiarmesto/ALDC-AL-Development-Collection (103 stars, last pushed 17d ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. 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 plugins, from other repositories
probity
TDD enforcement and guardrails for Claude Code, Codex, and GitHub Copilot CLI.
pdlc
Turn AI software engineering into an auditable, on-disk state machine. A staged PDLC workflow (PRD, design, TDD, implement, review, ship, retro) enforces hard contracts — artifacts on disk, per-feature state machine, tests-before-code, objective checks from real command exit codes, single-shot auto-repair — so AI work.
flow
Skill-driven workflow plugin for GitHub development with excellence-by-default quality gates. Encodes team knowledge as composable skills, enforces safety through hooks, and compounds learning across sessions. Strict TDD, Stranger Test, holdout validation, and evidence-based verification built in. Durable goals…
skillkit
Professional skill creation with TDD workflow. Features dual-mode (fast/full), behavioral validation, and automated quality gates for 9.0/10+ scores.
skraft
skraft SDLC pipeline — agents, skills and instructions for outside-in TDD, Clean Architecture and the DISCOVER→DELIVER workflow.
agent-skills-android
Production-grade Android engineering skills for AI coding agents. Covers the full development lifecycle from spec to Play Store: Kotlin, Jetpack Compose, Gradle, Android SDK, and the Android ecosystem.