dynamicweb

45 mods across 1 repository, 3 stars between them.

dynamicweb-skills

01

dynamicweb/skills

Plugin Claude Code

Plugin marketplace listing 6 plugins: dynamicweb-setup, dynamicweb-frontend, dynamicweb-commerce, dynamicweb-backend, dynamicweb-developer.

3 4d ago A tokens not measured

dw-skill-authoring

02

dynamicweb/skills

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…

3 4d ago A 0 tokens

skills CLAUDE.md

03

dynamicweb/skills

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.

3 4d ago A 1,051 tokens

dw-commerce-b2b

04

dynamicweb/skills

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…

3 4d ago A 89 tokens

dw-commerce-catalog

05

dynamicweb/skills

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…

3 4d ago A 83 tokens

dw-commerce-orders

06

dynamicweb/skills

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…

3 4d ago A 91 tokens

dynamicweb/skills

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…

3 4d ago A 108 tokens

dynamicweb/skills

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 ->…

3 4d ago A 95 tokens

dw-data-access

09

dynamicweb/skills

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.

3 4d ago A 60 tokens

dw-data-audit-trail

10

dynamicweb/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…

3 4d ago A 110 tokens

dw-demo-base

11

dynamicweb/skills

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)…

3 4d ago A 220 tokens

dw-demo-erp

12

dynamicweb/skills

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…

3 4d ago A 182 tokens

dw-demo-foldback

13

dynamicweb/skills

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…

3 4d ago A 159 tokens

dw-demo-headless

14

dynamicweb/skills

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…

3 4d ago A 220 tokens

dw-demo-hosted

15

dynamicweb/skills

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…

3 4d ago A 201 tokens

dw-demo-pim

16

dynamicweb/skills

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…

3 4d ago B 190 tokens

dw-demo-swift

17

dynamicweb/skills

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…

3 4d ago B 227 tokens

dynamicweb/skills

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 ->…

3 4d ago A 86 tokens

dw-extend-mcp-tools

19

dynamicweb/skills

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…

3 4d ago A 90 tokens

dw-extend-providers

20

dynamicweb/skills

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 ->…

3 4d ago A 79 tokens

dynamicweb/skills

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.

3 4d ago A 67 tokens

dynamicweb/skills

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…

3 4d ago A 118 tokens

dw-integration-bc

23

dynamicweb/skills

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…

3 4d ago A 179 tokens

dw-integration-erp

24

dynamicweb/skills

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.

3 4d ago A 53 tokens