@nqlib/nqgantt
v0.3.1
Published
Gantt chart component with PM utilities - status colors, column templates, data transformation
Maintainers
Readme
@nqlib/nqgantt
Gantt chart and PM schedule utilities for React. Add the npm package, install the Agent Skill, then let your IDE agent finish setup and implementation.
AI-assisted integration
1. Install the package
In your app (adds the dependency and installs it in one step):
pnpm add @nqlib/nqgantt @nqlib/nqui2. Install the Agent Skill
Works in Cursor, Claude Code, and other agentskills.io-compatible tools:
pnpm dlx @nqlib/nqgantt skill installThe skill is bundled in the npm package — no separate download site required.
3. Point your agent at the skill
Paste this into your IDE agent:
Read the nqgantt Agent Skill and integrate
@nqlib/nqganttinto this app. Start with a blueprint for my use case, get my approval, then wire the engine and ask which UI path I want (GanttDemo,GanttRoot, hand-composed, or engine-only). Finish with a working chart and verification.
The skill covers peer dependencies, data shapes, engine calls, UI imports, and edge cases. Import from @nqlib/nqgantt/ui or @nqlib/nqgantt-engine — do not copy Gantt source into your repo.
