grant-gantt-chart-gen
Installation
SKILL.md
Grant Gantt Chart Generator
Create project timeline visualizations for grant proposals.
Usage
python scripts/main.py --milestones milestones.csv --duration 36 --output gantt.png
Parameters
| Parameter | Type | Default | Required | Description |
|---|---|---|---|---|
--milestones |
string | - | Yes | Path to milestone data file (CSV) |
--duration |
int | 36 | No | Project duration in months |
--start-date |
string | - | No | Project start date (YYYY-MM-DD) |
--output, -o |
string | gantt.png | No | Output file path |
--format |
string | png | No | Output format (png, pdf, svg) |