claude-plugin

claude-plugin is a plugin for Claude Code from javiarmesto/ALDC-AL-Development-Collection. Its manifest loads nothing; the 10 commands, 1 hook it bundles cost 382 tokens per session together, scanned A, original, MIT.

A collection of AI-assisted development tools for creating extensions for Microsoft Dynamics 365 Business Central, an enterprise resource planning system.

In plain words
What is it for?
It supports extension-only development, test-driven development (writing tests around expected behavior), event-based designs, code reviews, audits, and approval checkpoints.
Why use it?
It provides role-specific help for planning, coding, testing, reviewing, debugging, and assessing Business Central extensions.

Plugin for Claude Code

Install

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.

Claude Code
/plugin marketplace add javiarmesto/ALDC-AL-Development-Collection
agentmods
npx agentmods add plugins/javiarmesto/aldc-al-development-collection/claude-plugin
Clone the repo
git clone --depth 1 https://github.com/javiarmesto/ALDC-AL-Development-Collection

Made for: Claude Code.

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 claude-plugin

README.md
[![agentmods](https://agentmods.dev/badge/plugins/javiarmesto/aldc-al-development-collection/claude-plugin.svg)](https://agentmods.dev/plugins/javiarmesto/aldc-al-development-collection/claude-plugin)
Your own site
<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>
Per session not measured What this adds to a session before it is invoked.
When invoked not measured The manifest loads nothing itself; its 10 commands, 1 hook cost 382 tokens a session between them.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

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.

claude-plugin/.claude-plugin/plugin.json · 56 lines

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
    }
  }
}
Files

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.

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. 5d ago First seen · 56 lines scan A 69f86d239d0f

Subscribe to this mod's changes

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.

Related

Other plugins, from other repositories

probity

TDD enforcement and guardrails for Claude Code, Codex, and GitHub Copilot CLI.

nizos/probity · not measured

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.

kanfu-panda/pdlc-skills · not measured

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…

synaptiai/synapti-marketplace · not measured

skillkit

Professional skill creation with TDD workflow. Features dual-mode (fast/full), behavioral validation, and automated quality gates for 9.0/10+ scores.

rfxlamia/skillkit · not measured

skraft

skraft SDLC pipeline — agents, skills and instructions for outside-in TDD, Clean Architecture and the DISCOVER→DELIVER workflow.

SebastienDegodez/skraft-plugin · not measured

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.

GuillemRoca/agent-skills-android · not measured