Plugin Claude Code
Plugin marketplace listing 6 plugins: dynamicweb-setup, dynamicweb-frontend, dynamicweb-commerce, dynamicweb-backend, dynamicweb-developer.
Plugin Claude Code
Plugin marketplace listing 6 plugins: dynamicweb-setup, dynamicweb-frontend, dynamicweb-commerce, dynamicweb-backend, dynamicweb-developer.
Skill Claude CodeCodex
Author, edit, and register skills in this repository — the frontmatter contract, naming, area taxonomy, length budgets, body voice, validation, manifest regeneration, and the PR workflow. Triggers: add a new skill, edit or restructure an existing SKILL.md, write or split a references/ file, register a skill in a…
Instructions file
Claude Code instructions for dynamicweb/skills, covering claude.md, what this repo is, key files, the one-way boundary (foundational vs demo) and encoding.
Skill Claude CodeCodex
Implement B2B patterns including customer groups, scoped assortments, and sales workflows, and set up or rebuild a customer assortment through the MCP tools. Triggers: B2B commerce, customer groups, DC scoping, CSR sales-on-behalf, create/build a customer assortment, assortment rebuild not taking effect. Non-triggers…
Skill Claude CodeCodex
Render product catalogs and assortments in Dynamicweb 10, and convert or set a product price in a specific currency through the MCP tools. Triggers: ProductListViewModel, catalog display, assortment rendering, convert an amount between currencies, set a price in a non-default currency. Non-triggers: product workflow…
Skill Claude CodeCodex
Handle orders, checkout, and cart functionality in Dynamicweb 10, investigate an order/cart/payment/shipment, and create or audit a discount or voucher. Triggers: order management, checkout flow, cart handling, pricing, find/troubleshoot an order or payment, create a discount/promotion/voucher/coupon. Non-triggers…
Skill Claude CodeCodex
Create a language version of a Dynamicweb 10 website and translate its page content, or translate an existing page/site from one language to another. Triggers: make a French/German/... version of this website, translate the about page, translate all pages in this area, create a language version. Non-triggers…
Skill Claude CodeCodex
Design item types, paragraphs, and content models in Dynamicweb 10, and create/publish a page or paragraph through the MCP tools. Triggers: item type discipline, paragraph structure, field modelling, asset organization, create/edit/copy/move/publish a page or paragraph. Non-triggers: rendering content ->…
Skill Claude CodeCodex
Choose appropriate data-access patterns and optimize caching in Dynamicweb 10. Triggers: data access, API vs SQL, cache invalidation, SQL gotchas. Non-triggers: C# API usage -> dw-extend-csharp-api; specific domain logic -> domain-specific skills.
Skill Claude CodeCodex
Investigate why something changed, who changed a record, when a value was set, or inspect version/history for any Dynamicweb 10 entity, using the Dynamicweb.Auditing subsystem and its AuditQuery filter. Triggers: "why did this change", "who changed this product/order/page", "when was this field set", inspect audit log…
Skill Claude CodeCodex
Foundation skill for Dynamicweb 10 demos — scaffolds the dw10-suite host, wires Backend MCP and the localhost TLS bypass, and drops the customisations and customer-context guardrails. Does NOT load a baseline. Use FIRST on any new Dynamicweb demo, when MCP tools fail to load ("Failed to connect", silent tools/list)…
Skill Claude CodeCodex
Dynamicweb 10 ERP integration -- owns the always-on rule that an ERP is a source AND target in DW10's Integration Framework, never a ShopType=3 channel or an EcomFeed. Two flavors -- DB-staged mock (post-sync state pre-staged in the DB + built-in RESET scheduled task; no JSON files) and live BC (routes to sister skill…
Skill Claude CodeCodex
Fold a demo-build learning back into the dynamicweb/skills repo as a sanitized, atomic pull request. Triggers: "fold this into the skill", "fold this learning back", "save this back to the plugin", "update the plugin from this demo", "publish this update", "this is worth keeping — add it to the skill". Use AFTER…
Skill Claude CodeCodex
Dynamicweb 10 headless-commerce demos — a Next.js storefront (vercel/commerce starter) driven by the DW10 Delivery API, plus a dedicated presentation-agnostic serialized baseline. Triggers: building a headless/decoupled storefront demo, wiring a Next.js/vercel-commerce frontend to a DW10 backend, "the /dwapi call…
Skill Claude CodeCodex
Build or publish a Dynamicweb 10 demo on a vendor-hosted/cloud install reached only by URL + Admin API bearer key — no scaffold, no SQL, no filesystem. Triggers: the engagement hands over a site URL and a CLAUDE. key instead of a machine; "build on the cloud install"; "publish this site"; "push the demo to the hosted…
Skill Claude CodeCodex
Dynamicweb 10 PIM modelling -- starts from a blank/fresh DB, building product data from scratch via MCP (no baseline deserialize). Triggers: modelling PIM data structures (shops vs channels, repositories/indexes, variants, BOM, categories, assortments, Dynamic Workspaces), choosing Storefront-first vs PIM-first setup…
Skill Claude CodeCodex
Dynamicweb 10 Swift 2 frontend demos — baseline content deserialize, templates, paragraph types, Visual Editor, asset organisation, the customer-center playbook, the customer re-skin ladder, and the mobile pass. Triggers: starting a Swift demo (load the baseline), re-skinning to a customer brand, "where do I edit the…
Skill Claude CodeCodex
Use the Dynamicweb 10 C# API and Services layer for custom backend code. Triggers: C# API, Services., Pageview., custom business logic, how to call Dynamicweb APIs, Context.Current, UserContext. Non-triggers: ViewModel patterns -> dw-render-viewmodels; notification handling -> dw-extend-providers; scheduled tasks ->…
Skill Claude CodeCodex
Step-by-step guide for adding new MCP tools to the Dynamicweb MCP project — tool classes, services, models, and route handlers. Triggers: create a new MCP tool or domain area, add services/models/route handlers to the MCP project, expose a new operation over MCP. Non-triggers: understanding existing Dynamicweb APIs…
Skill Claude CodeCodex
Build providers, notification subscribers, and AddIns for Dynamicweb 10. Triggers: notification subscribers, providers, AddIns, reacting to save/delete events, custom price logic, custom shipping, custom payment, custom authentication. Non-triggers: C# API usage -> dw-extend-csharp-api; scheduled background work ->…
Skill Claude CodeCodex
Create and manage scheduled tasks in Dynamicweb 10 including RunSqlScheduledTaskAddIn. Triggers: scheduled tasks, background jobs, RunSqlScheduledTaskAddIn. Non-triggers: notification handling -> dw-extend-providers; MCP tool authoring -> dw-extend-mcp-tools.
Skill Claude CodeCodex
Build decoupled frontends using the Dynamicweb 10 /dwapi/ delivery API. Covers authentication, content, ecommerce, users, navigation, forms, and query endpoints. Triggers: REST API, delivery API, headless frontend, decoupled architecture, /dwapi/, React integration, Vue integration, Angular integration, HTMX…
Skill Claude CodeCodex
Dynamicweb 10 live "PIM for Business Central connector" demos -- expose the local DW host publicly via ngrok so a real BC tenant can call the connector's /admin/api/BC surface. Triggers: "connect BC to the local Dynamicweb host", "give BC a real URL", expose localhost publicly for a connector demo, Unknown…
Skill Claude CodeCodex
Configure ERP connectors and data ownership in Dynamicweb 10. Triggers: ERP integration, data shape ownership, connector configuration. Non-triggers: Integration Framework basics -> dw-integration-framework; Business Central -> dw-integration-bc.