loacher-solution/bc-agent-plugin
Plugin Claude Code
Plugin marketplace listing 1 plugin: bc-agent-plugin.
loacher-solution/bc-agent-plugin
Plugin Claude Code
Plugin marketplace listing 1 plugin: bc-agent-plugin.
loacher-solution/bc-agent-plugin
Plugin Claude Code
Business Central AL development agent for Claude Code — compile, debug, test, and look up symbols offline without guessing.
loacher-solution/bc-agent-plugin
Agent
Use for any Business Central AL development task — building features, fixing bugs, running tests, debugging, looking up objects/fields/procedures, managing containers. Knows the BC v28+ toolchain (almcp, bc-symbols, BcContainerHelper), the v28 object model, AL conventions, and project layout. Prefers offline symbol…
loacher-solution/bc-agent-plugin
Command
Initialize a Business Central project for Claude Code — resolves the AL toolchain, writes .mcp.json, and registers the almcp and bc-symbols MCP servers.
loacher-solution/bc-agent-plugin
Command
Delegate a Business Central AL development task to the bc-developer subagent.
loacher-solution/bc-agent-plugin
Skill Claude CodeCodex
Initializes a Business Central project for Claude Code. Resolves the AL toolchain, offers to install BcContainerHelper, writes .mcp.json with almcp and bc-symbols MCP server entries, and creates CLAUDE.md. Run once per project before using the bc-developer subagent.
loacher-solution/bc-agent-plugin
Skill Claude CodeCodex
Create, use, and remove Business Central containers via BcContainerHelper. Use when the user needs a local BC server for publish, debug, or running tests — NOT for symbol-only work, which aldownloadsymbols handles without a container.
loacher-solution/bc-agent-plugin
Skill Claude CodeCodex
Offline Business Central symbol lookup via a local MCP server. Provides bcfindobject, bcgetfields, bcgetprocedures, bcsearch, and bclistapps tools that parse .app files in the project's .alpackages/ folder. Use this instead of guessing object IDs, field names, or procedure signatures.