origo-bc-accounting
This skill should be used when the user mentions Business Central, BC, Dynamics 365, Origo BC, the MCP server at dynamics.is, skills or prompts stored in BC, `get_config`, `set_config`, UBL templates, or asks about the `/origo-bc-*` commands. Loads the Origo BC operating rules that govern how Claude reads and writes skills, prompts and UBL templates in the BC MCP-Skills, MCP-Prompts and UBL Templates namespaces, and which connection formats are accepted by the server.
Repository SourceNeeds Review
origo-bc-add-env
Add another Business Central tenant or environment to an existing Origo BC setup in Cowork. Use this skill when the user types `/origo-bc-add-env`, says they want to add a new BC tenant, hook up a second environment, register another BC company, or connect Cowork to an additional dynamics.is BC install. Re-uses the scripts already installed under `%USERPROFILE%\OrigoBC\` and only appends a new entry to the Cowork MCP config.
Repository SourceNeeds Review
origo-bc-update-env
Re-generate the connection blob for an existing `bc-*` entry in the Cowork MCP config. Use this skill when the user types `/origo-bc-update-env`, says their BC connection stopped working, needs to re-authenticate, wants to rotate credentials, or sees the error "plain: connection strings are no longer supported". Walks through identifying the affected entry, optionally updating the local scripts, and running the PowerShell helper in one-shot mode so the new AES-256-GCM blob is validated end-to-end and patched into the config without a clipboard hand-off.
Repository SourceNeeds Review
origo-bc-setup
Guided first-time connection wizard for Origo Business Central. Use this skill when the user types `/origo-bc-setup`, says they want to connect Cowork to Business Central, set up Origo BC, hook up dynamics.is, wire up the BC MCP server, or otherwise establish their first BC tenant inside Cowork. Delivers the bundled scripts into `%USERPROFILE%\OrigoBC\` via `mcp__cowork__present_files`, collects tenant / client / environment details, asks the user to produce the connection blob (AES-256-GCM encrypted via the server's `encrypt_data` endpoint) in their own terminal, then writes a new entry into the Cowork MCP config.
Repository SourceNeeds Review