AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Dhtmlx React Gantt

skill-dhtmlx-skills-dhtmlx-react-gantt · by DHTMLX

>

No reviews yet
0 installs
22 views
0.0% view→install

Install

$ agentstack add skill-dhtmlx-skills-dhtmlx-react-gantt

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-dhtmlx-skills-dhtmlx-react-gantt)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Dhtmlx React Gantt? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Source Of Truth

Use only:

  1. The current project's files, structure, and established patterns
  2. DHTMLX MCP for React Gantt API details: https://docs.dhtmlx.com/mcp
  3. Official DHTMLX React Gantt docs as fallback: https://docs.dhtmlx.com/gantt/integrations/react/

Never invent props, hooks, templates, callback signatures, event names, or backend behavior.

If any React Gantt API detail is unclear, resolve it through DHTMLX MCP before writing code.

Preflight

Before writing code, identify:

  • package: @dhtmlx/trial-react-gantt or @dhx/react-gantt — check package.json, imports, lockfiles
  • runtime: React, Next.js (needs "use client"), Remix, or other React-based setup
  • ownership model: React-managed (default) or Gantt-managed (large datasets, Gantt-centric app)
  • persistence: local only, data.save (default, single-entity), or data.batchSave (bulk sync)

Workflow

  1. Confirm the installed DHTMLX React Gantt package and import path.
  2. Decide the data ownership model before implementing features.
  3. Read only the reference file needed for the task:
  • React integration/setup: [references/react-integration.md](references/react-integration.md)
  • CRUD, state, persistence, wrapper task types, and v9 -> v10 migration: [references/data-and-crud.md](references/data-and-crud.md)
  • Failure cases and guardrails: [references/known-failures.md](references/known-failures.md)
  • Advanced patterns (reorder, resources, undo/redo, schema): [references/advanced-patterns.md](references/advanced-patterns.md)
  • Styling, theming, CSS variables, selectors, and template-based visual customization: [references/styling-and-theming.md](references/styling-and-theming.md)
  1. Use DHTMLX MCP before relying on advanced or unfamiliar APIs.
  2. Implement with documented APIs only.

MCP Server

This skill relies on DHTMLX MCP for API verification. If the dhtmlx-mcp tool is not available, ask the user to add it:

Claude Code:

claude mcp add --transport http dhtmlx-mcp https://docs.dhtmlx.com/mcp

Codex:

codex mcp add dhtmlx-mcp --url https://docs.dhtmlx.com/mcp

If MCP is not available, use the official docs at https://docs.dhtmlx.com/gantt/integrations/react/ as fallback.

Consult MCP First For

Consult DHTMLX MCP before using or changing:

  • template callbacks you have not already verified
  • wrapper hooks such as useWorkTime, useGanttDatastore, or useResourceAssignments
  • advanced props such as batchSave, inlineEditors, modals, customLightbox, or groupTasks
  • theme names beyond the known project usage
  • resource panel, calendars, or advanced layout details
  • resource timeline templates and cell rendering callbacks
  • workload cell templates and overload threshold logic

Hard Rules

  • The Gantt container must have explicit height.
  • Use the app theme as the single source of truth.
  • Prefer CSS variables and documented templates before selector-heavy overrides.
  • Normalize date values before persistence.
  • Build backend payloads explicitly from normalized task/link models.
  • Do not use undocumented internals when a documented prop, hook, or ref API exists.
  • Do not mix React-managed props and imperative instance mutations unless synchronization is intentional.

Quick Checklist

  • [ ] Correct package identified
  • [ ] Matching CSS import used
  • [ ] Explicit height provided
  • [ ] Data ownership model chosen
  • [ ] Dates normalized before persistence
  • [ ] Advanced APIs verified with MCP

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.