fbakkensen-bc-agentic-dev-tools
πͺMarketplaceFBakkensen/bc-agentic-dev-tools
Provides AI-assisted development tools and plugins for Business Central AL development, including build automation, object ID allocation, testing workflows, and coding guideline references.
Installation
/plugin marketplace add FBakkensen/bc-agentic-dev-toolsPlugins in this Marketplace
al-agentic-guidelines
Local mirror of Microsoft AL Guidelines (alguidelines.dev) for searching agentic coding rules, vibe-coding standards, and AL best practices.
/plugin install al-agentic-guidelines@FBakkensen-bc-agentic-dev-toolsal-build
Build and test AL/Business Central projects. Runs compilation, publishing, and test execution in a single command.
/plugin install al-build@FBakkensen-bc-agentic-dev-toolsal-object-id-allocator
Allocate the next available Business Central AL object ID/number by scanning .al files and idRanges in app.json.
/plugin install al-object-id-allocator@FBakkensen-bc-agentic-dev-toolsbc-w1-reference
Local mirror of standard Business Central W1 source code for searching events, APIs, tables, fields, tests, and implementation patterns.
/plugin install bc-w1-reference@FBakkensen-bc-agentic-dev-toolstdd
Red-Green-Refactor test workflow with telemetry verification for AL development.
/plugin install tdd@FBakkensen-bc-agentic-dev-tools