[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-openai-gantt-chart-visualization":3,"mdc-lcrbqp-key":36,"related-repo-openai-gantt-chart-visualization":591,"related-org-openai-gantt-chart-visualization":710},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":25,"repoUrl":26,"updatedAt":27,"license":28,"forks":29,"topics":30,"repo":31,"sourceUrl":34,"mdContent":35},"gantt-chart-visualization","design and implement Gantt chart visualizations","Design, critique, route, and implement Gantt charts and schedule visualizations. Use when the user mentions Gantt charts, project schedules, roadmaps with task spans, milestones, dependencies, predecessors, critical path, baselines, WBS, resource plans, capacity timelines, MS Project, Primavera P6, Jira Advanced Roadmaps, GitHub Projects, Smartsheet, monday.com, Asana, ClickUp, Azure DevOps iterations, or importing\u002Fexporting project-management data for a timeline chart.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"openai","OpenAI","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fopenai.png",[12,16,19,22],{"name":13,"slug":14,"type":15},"Data Visualization","data-visualization","tag",{"name":17,"slug":18,"type":15},"Project Management","project-management",{"name":20,"slug":21,"type":15},"Planning","planning",{"name":23,"slug":24,"type":15},"Charts","charts",3992,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins","2026-06-30T19:00:57.102",null,465,[],{"repoUrl":26,"stars":25,"forks":29,"topics":32,"description":33},[],"OpenAI Plugins","https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins\u002Ftree\u002FHEAD\u002Fplugins\u002Fbuild-web-data-visualization\u002Fskills\u002Fgantt-chart-visualization","---\nname: gantt-chart-visualization\ndescription: Design, critique, route, and implement Gantt charts and schedule visualizations. Use when the user mentions Gantt charts, project schedules, roadmaps with task spans, milestones, dependencies, predecessors, critical path, baselines, WBS, resource plans, capacity timelines, MS Project, Primavera P6, Jira Advanced Roadmaps, GitHub Projects, Smartsheet, monday.com, Asana, ClickUp, Azure DevOps iterations, or importing\u002Fexporting project-management data for a timeline chart.\n---\n\n# Gantt Chart Visualization\n\n## Overview\n\nUse this skill when work is organized around time spans, milestones, dependencies, resources, or schedule risk. A Gantt chart is a product surface as much as a chart: it usually combines a task grid, a calendar axis, bars, milestones, dependency links, editing rules, and integration with a project-management source of truth.\n\nDefault assumption: recommend a Gantt chart only when the schedule itself is the evidence. If the user mainly needs flow state, task ownership, ranking, issue status, or calendar booking, consider Kanban, tables, milestone timelines, dependency graphs, resource timelines, or uncertainty views first.\n\nGantt charts are wide by nature. Use `..\u002F..\u002Freferences\u002Ffoundations\u002Fmobile-first-responsive-visualization.md` so mobile portrait gets a usable summary or focused slice, and mobile landscape is considered when horizontal schedule inspection matters.\n\n## Core Workflow\n\n1. Classify the scheduling question:\n   - planned schedule, actual lifecycle timeline, roadmap, resource plan, capacity view, baseline variance, critical-path review, or stakeholder snapshot\n   - whether the user needs read-only explanation, exploratory analysis, or editable project planning\n2. Inspect the source before designing:\n   - true schedule engine, task tracker, roadmap view, resource calendar, static export, or visual artifact\n   - native fields, custom fields, date-only versus datetime values, timezone policy, hierarchy, dependency semantics, calendars, and permissions\n   - provenance for every mapped field and any inferred value\n3. Normalize into a Gantt model:\n   - tasks, hierarchy or WBS, start, end, duration, progress, status, assignee or resource, milestones, dependencies, baselines, calendars, constraints, estimates, actuals, source IDs, and source confidence\n4. Decide whether Gantt is the right surface:\n   - use Gantt when time spans and dependency or resource reasoning drive the decision\n   - use a milestone timeline for executive summaries with few dates\n   - use Kanban for workflow state and throughput\n   - use a table when lookup and exact fields dominate\n   - use a dependency graph when structure matters more than dates\n   - use a calendar or resource timeline for booking without project dependencies\n   - use uncertainty views when date risk is probabilistic or estimates are still unstable\n5. Design the default view:\n   - frozen task grid plus calendar axis\n   - today marker, visible scale, weekends or non-working time when meaningful\n   - clear bars, milestones, dependency links, baselines, progress, and critical-path or risk styling\n   - row grouping, hierarchy, and direct labels that work without hover\n   - mobile portrait summary or focused default that does not shrink every row into illegibility\n   - mobile landscape behavior when wide timeline reading, dependency tracing, or editing is important\n6. Define the interaction contract:\n   - zoom and pan, row virtualization, expand\u002Fcollapse, search, filter, sort, hover preview, committed selection, keyboard navigation, drag\u002Fresize, dependency editing, undo\u002Fredo, export, and deep links\n   - touch targets, drag alternatives, keyboard-open search\u002Ffilter behavior, and settings-return behavior on mobile\n7. Choose the renderer and library against real scale:\n   - rows, visible time range, dependency count, editability, instance count, export requirements, and source-system sync needs\n8. Plan testing and release gates:\n   - data adapter tests, date\u002Ftime fixtures, dependency graph validation, visual states, accessibility, export, and E2E scheduling workflows\n\n## When To Use Gantt\n\n- Project schedules with tasks that have start and finish dates.\n- Work breakdown structures, phases, releases, epics, construction schedules, manufacturing plans, implementation plans, launch plans, and migration cutovers.\n- Dependency chains where slippage affects downstream work.\n- Critical-path, float, baseline, deadline, or variance analysis.\n- Resource allocation, capacity planning, or workload conflicts over time.\n- Cross-team roadmaps when the question is \"what happens when\" rather than \"what status is this in.\"\n- Schedule imports from MS Project, Primavera P6, Jira Advanced Roadmaps, GitHub Projects, Smartsheet, monday.com, Asana, ClickUp, Azure DevOps, or CSV\u002FXLSX exports.\n\n## When Not To Use Gantt\n\n- Small or highly fluid work where a simple list, table, or Kanban board is clearer.\n- Issue queues where status, priority, owner, or SLA matters more than planned span.\n- Executive summaries with only releases or launch dates; use a milestone timeline or roadmap.\n- Booking, appointments, or shift planning without task dependencies; use a calendar or resource timeline.\n- Pure dependency reasoning without reliable dates; use a graph or matrix.\n- Probabilistic schedules or early estimates where uncertainty is the main story; use interval, scenario, or risk views.\n- Actual lifecycle analysis based only on created, started, and closed timestamps unless the user explicitly asks for actual flow history instead of a planned schedule.\n\n## Stack Selection\n\n- Enterprise editable schedule: use Bryntum Gantt, DHTMLX Gantt, Kendo UI Gantt, Syncfusion Gantt, or a comparable scheduling component when dependency editing, calendars, baselines, critical path, resource views, undo, import\u002Fexport, and scheduling rules are product requirements.\n- Lightweight display or reporting: use Highcharts Gantt, Frappe Gantt, Plotly timelines, Observable Plot, or similar when the view is mostly read-only and the schedule semantics are already computed.\n- Resource booking or team availability: use FullCalendar resource timeline or a scheduler-style component when resources and calendar slots matter more than WBS scheduling.\n- Small editorial schedule: use D3\u002FSVG or a declarative grammar when labels, annotation, vector export, and precise composition matter.\n- Large dense product surface: use a virtualized hybrid layout with HTML for grid text, SVG or Canvas for bars and dependency links, and Canvas for dense bar\u002Flink layers when DOM cost dominates.\n- Avoid raw WebGL unless mark count, continuous pan\u002Fzoom, GPU picking, or custom shader effects make Canvas and DOM impractical.\n\n## Reference Guide\n\n- Read `references\u002Fgantt-chart-design-and-use-cases.md` for chart-fit decisions, use cases, and alternatives.\n- Read `references\u002Fgantt-interaction-patterns.md` for interactive product behavior and editing contracts.\n- Read `references\u002Fgantt-api-and-export-format-ingestion.md` before mapping MS Project, Primavera, Jira, GitHub Projects, Smartsheet, monday.com, Asana, ClickUp, Azure DevOps, CSV, TSV, XLSX, JSON, PDF, or image exports.\n- Read `references\u002Fgantt-data-contracts-and-integrations.md` when defining adapters, normalized schemas, source provenance, sync, or product API contracts.\n- Read `references\u002Fgantt-performance-and-rendering.md` before choosing SVG, Canvas, hybrid rendering, virtualization, or enterprise libraries for large schedules.\n- Read `references\u002Fgantt-accessibility-export-and-testing.md` for keyboard navigation, screen-reader fallbacks, export, fixtures, and release gates.\n\n## Output Expectations\n\n- State whether Gantt is the primary recommendation or name the better alternative.\n- State whether the source is planned schedule data, actual lifecycle data, a roadmap snapshot, a resource calendar, or a static visual artifact.\n- Identify which fields are trusted, mapped, inferred, or missing.\n- Include the canonical schedule model, minimum interactions, stack choice, performance assumptions, accessibility plan, and export path.\n- For external sources, preserve source IDs and call out ambiguous custom fields instead of silently treating them as schedule truth.\n- For editable schedules, call out validation and conflict behavior for drag, resize, dependency changes, calendars, baselines, and sync failures.\n- For mobile, call out portrait summary or focused slice, landscape support if needed, touch\u002Fediting alternatives, keyboard behavior, and offline\u002Fstale sync behavior for remote schedules.\n\n## Shared References\n\n- `..\u002F..\u002Freferences\u002Ffoundations\u002Fmobile-first-responsive-visualization.md`\n\n## Representative Prompts\n\n- \"Should this project data be a Gantt chart, roadmap, Kanban board, or calendar?\"\n- \"Design an interactive Gantt chart for 10,000 construction activities.\"\n- \"Map this MS Project XML export into a web Gantt data model.\"\n- \"Read a Jira Advanced Roadmaps CSV and decide what fields are safe to show in a timeline.\"\n- \"Turn GitHub Projects fields into a release roadmap without inventing dates.\"\n- \"Show critical path, dependencies, and baseline variance for this schedule.\"\n- \"Choose between DHTMLX, Bryntum, Highcharts Gantt, Frappe Gantt, FullCalendar, D3, and Canvas.\"\n- \"Test a Gantt chart with dependency cycles, missing predecessors, timezone edges, and export snapshots.\"\n",{"data":37,"body":38},{"name":4,"description":6},{"type":39,"children":40},"root",[41,49,56,62,67,81,87,272,278,316,322,360,366,399,405,481,487,525,531,542,548],{"type":42,"tag":43,"props":44,"children":45},"element","h1",{"id":4},[46],{"type":47,"value":48},"text","Gantt Chart Visualization",{"type":42,"tag":50,"props":51,"children":53},"h2",{"id":52},"overview",[54],{"type":47,"value":55},"Overview",{"type":42,"tag":57,"props":58,"children":59},"p",{},[60],{"type":47,"value":61},"Use this skill when work is organized around time spans, milestones, dependencies, resources, or schedule risk. A Gantt chart is a product surface as much as a chart: it usually combines a task grid, a calendar axis, bars, milestones, dependency links, editing rules, and integration with a project-management source of truth.",{"type":42,"tag":57,"props":63,"children":64},{},[65],{"type":47,"value":66},"Default assumption: recommend a Gantt chart only when the schedule itself is the evidence. If the user mainly needs flow state, task ownership, ranking, issue status, or calendar booking, consider Kanban, tables, milestone timelines, dependency graphs, resource timelines, or uncertainty views first.",{"type":42,"tag":57,"props":68,"children":69},{},[70,72,79],{"type":47,"value":71},"Gantt charts are wide by nature. Use ",{"type":42,"tag":73,"props":74,"children":76},"code",{"className":75},[],[77],{"type":47,"value":78},"..\u002F..\u002Freferences\u002Ffoundations\u002Fmobile-first-responsive-visualization.md",{"type":47,"value":80}," so mobile portrait gets a usable summary or focused slice, and mobile landscape is considered when horizontal schedule inspection matters.",{"type":42,"tag":50,"props":82,"children":84},{"id":83},"core-workflow",[85],{"type":47,"value":86},"Core Workflow",{"type":42,"tag":88,"props":89,"children":90},"ol",{},[91,111,134,147,190,228,246,259],{"type":42,"tag":92,"props":93,"children":94},"li",{},[95,97],{"type":47,"value":96},"Classify the scheduling question:\n",{"type":42,"tag":98,"props":99,"children":100},"ul",{},[101,106],{"type":42,"tag":92,"props":102,"children":103},{},[104],{"type":47,"value":105},"planned schedule, actual lifecycle timeline, roadmap, resource plan, capacity view, baseline variance, critical-path review, or stakeholder snapshot",{"type":42,"tag":92,"props":107,"children":108},{},[109],{"type":47,"value":110},"whether the user needs read-only explanation, exploratory analysis, or editable project planning",{"type":42,"tag":92,"props":112,"children":113},{},[114,116],{"type":47,"value":115},"Inspect the source before designing:\n",{"type":42,"tag":98,"props":117,"children":118},{},[119,124,129],{"type":42,"tag":92,"props":120,"children":121},{},[122],{"type":47,"value":123},"true schedule engine, task tracker, roadmap view, resource calendar, static export, or visual artifact",{"type":42,"tag":92,"props":125,"children":126},{},[127],{"type":47,"value":128},"native fields, custom fields, date-only versus datetime values, timezone policy, hierarchy, dependency semantics, calendars, and permissions",{"type":42,"tag":92,"props":130,"children":131},{},[132],{"type":47,"value":133},"provenance for every mapped field and any inferred value",{"type":42,"tag":92,"props":135,"children":136},{},[137,139],{"type":47,"value":138},"Normalize into a Gantt model:\n",{"type":42,"tag":98,"props":140,"children":141},{},[142],{"type":42,"tag":92,"props":143,"children":144},{},[145],{"type":47,"value":146},"tasks, hierarchy or WBS, start, end, duration, progress, status, assignee or resource, milestones, dependencies, baselines, calendars, constraints, estimates, actuals, source IDs, and source confidence",{"type":42,"tag":92,"props":148,"children":149},{},[150,152],{"type":47,"value":151},"Decide whether Gantt is the right surface:\n",{"type":42,"tag":98,"props":153,"children":154},{},[155,160,165,170,175,180,185],{"type":42,"tag":92,"props":156,"children":157},{},[158],{"type":47,"value":159},"use Gantt when time spans and dependency or resource reasoning drive the decision",{"type":42,"tag":92,"props":161,"children":162},{},[163],{"type":47,"value":164},"use a milestone timeline for executive summaries with few dates",{"type":42,"tag":92,"props":166,"children":167},{},[168],{"type":47,"value":169},"use Kanban for workflow state and throughput",{"type":42,"tag":92,"props":171,"children":172},{},[173],{"type":47,"value":174},"use a table when lookup and exact fields dominate",{"type":42,"tag":92,"props":176,"children":177},{},[178],{"type":47,"value":179},"use a dependency graph when structure matters more than dates",{"type":42,"tag":92,"props":181,"children":182},{},[183],{"type":47,"value":184},"use a calendar or resource timeline for booking without project dependencies",{"type":42,"tag":92,"props":186,"children":187},{},[188],{"type":47,"value":189},"use uncertainty views when date risk is probabilistic or estimates are still unstable",{"type":42,"tag":92,"props":191,"children":192},{},[193,195],{"type":47,"value":194},"Design the default view:\n",{"type":42,"tag":98,"props":196,"children":197},{},[198,203,208,213,218,223],{"type":42,"tag":92,"props":199,"children":200},{},[201],{"type":47,"value":202},"frozen task grid plus calendar axis",{"type":42,"tag":92,"props":204,"children":205},{},[206],{"type":47,"value":207},"today marker, visible scale, weekends or non-working time when meaningful",{"type":42,"tag":92,"props":209,"children":210},{},[211],{"type":47,"value":212},"clear bars, milestones, dependency links, baselines, progress, and critical-path or risk styling",{"type":42,"tag":92,"props":214,"children":215},{},[216],{"type":47,"value":217},"row grouping, hierarchy, and direct labels that work without hover",{"type":42,"tag":92,"props":219,"children":220},{},[221],{"type":47,"value":222},"mobile portrait summary or focused default that does not shrink every row into illegibility",{"type":42,"tag":92,"props":224,"children":225},{},[226],{"type":47,"value":227},"mobile landscape behavior when wide timeline reading, dependency tracing, or editing is important",{"type":42,"tag":92,"props":229,"children":230},{},[231,233],{"type":47,"value":232},"Define the interaction contract:\n",{"type":42,"tag":98,"props":234,"children":235},{},[236,241],{"type":42,"tag":92,"props":237,"children":238},{},[239],{"type":47,"value":240},"zoom and pan, row virtualization, expand\u002Fcollapse, search, filter, sort, hover preview, committed selection, keyboard navigation, drag\u002Fresize, dependency editing, undo\u002Fredo, export, and deep links",{"type":42,"tag":92,"props":242,"children":243},{},[244],{"type":47,"value":245},"touch targets, drag alternatives, keyboard-open search\u002Ffilter behavior, and settings-return behavior on mobile",{"type":42,"tag":92,"props":247,"children":248},{},[249,251],{"type":47,"value":250},"Choose the renderer and library against real scale:\n",{"type":42,"tag":98,"props":252,"children":253},{},[254],{"type":42,"tag":92,"props":255,"children":256},{},[257],{"type":47,"value":258},"rows, visible time range, dependency count, editability, instance count, export requirements, and source-system sync needs",{"type":42,"tag":92,"props":260,"children":261},{},[262,264],{"type":47,"value":263},"Plan testing and release gates:\n",{"type":42,"tag":98,"props":265,"children":266},{},[267],{"type":42,"tag":92,"props":268,"children":269},{},[270],{"type":47,"value":271},"data adapter tests, date\u002Ftime fixtures, dependency graph validation, visual states, accessibility, export, and E2E scheduling workflows",{"type":42,"tag":50,"props":273,"children":275},{"id":274},"when-to-use-gantt",[276],{"type":47,"value":277},"When To Use Gantt",{"type":42,"tag":98,"props":279,"children":280},{},[281,286,291,296,301,306,311],{"type":42,"tag":92,"props":282,"children":283},{},[284],{"type":47,"value":285},"Project schedules with tasks that have start and finish dates.",{"type":42,"tag":92,"props":287,"children":288},{},[289],{"type":47,"value":290},"Work breakdown structures, phases, releases, epics, construction schedules, manufacturing plans, implementation plans, launch plans, and migration cutovers.",{"type":42,"tag":92,"props":292,"children":293},{},[294],{"type":47,"value":295},"Dependency chains where slippage affects downstream work.",{"type":42,"tag":92,"props":297,"children":298},{},[299],{"type":47,"value":300},"Critical-path, float, baseline, deadline, or variance analysis.",{"type":42,"tag":92,"props":302,"children":303},{},[304],{"type":47,"value":305},"Resource allocation, capacity planning, or workload conflicts over time.",{"type":42,"tag":92,"props":307,"children":308},{},[309],{"type":47,"value":310},"Cross-team roadmaps when the question is \"what happens when\" rather than \"what status is this in.\"",{"type":42,"tag":92,"props":312,"children":313},{},[314],{"type":47,"value":315},"Schedule imports from MS Project, Primavera P6, Jira Advanced Roadmaps, GitHub Projects, Smartsheet, monday.com, Asana, ClickUp, Azure DevOps, or CSV\u002FXLSX exports.",{"type":42,"tag":50,"props":317,"children":319},{"id":318},"when-not-to-use-gantt",[320],{"type":47,"value":321},"When Not To Use Gantt",{"type":42,"tag":98,"props":323,"children":324},{},[325,330,335,340,345,350,355],{"type":42,"tag":92,"props":326,"children":327},{},[328],{"type":47,"value":329},"Small or highly fluid work where a simple list, table, or Kanban board is clearer.",{"type":42,"tag":92,"props":331,"children":332},{},[333],{"type":47,"value":334},"Issue queues where status, priority, owner, or SLA matters more than planned span.",{"type":42,"tag":92,"props":336,"children":337},{},[338],{"type":47,"value":339},"Executive summaries with only releases or launch dates; use a milestone timeline or roadmap.",{"type":42,"tag":92,"props":341,"children":342},{},[343],{"type":47,"value":344},"Booking, appointments, or shift planning without task dependencies; use a calendar or resource timeline.",{"type":42,"tag":92,"props":346,"children":347},{},[348],{"type":47,"value":349},"Pure dependency reasoning without reliable dates; use a graph or matrix.",{"type":42,"tag":92,"props":351,"children":352},{},[353],{"type":47,"value":354},"Probabilistic schedules or early estimates where uncertainty is the main story; use interval, scenario, or risk views.",{"type":42,"tag":92,"props":356,"children":357},{},[358],{"type":47,"value":359},"Actual lifecycle analysis based only on created, started, and closed timestamps unless the user explicitly asks for actual flow history instead of a planned schedule.",{"type":42,"tag":50,"props":361,"children":363},{"id":362},"stack-selection",[364],{"type":47,"value":365},"Stack Selection",{"type":42,"tag":98,"props":367,"children":368},{},[369,374,379,384,389,394],{"type":42,"tag":92,"props":370,"children":371},{},[372],{"type":47,"value":373},"Enterprise editable schedule: use Bryntum Gantt, DHTMLX Gantt, Kendo UI Gantt, Syncfusion Gantt, or a comparable scheduling component when dependency editing, calendars, baselines, critical path, resource views, undo, import\u002Fexport, and scheduling rules are product requirements.",{"type":42,"tag":92,"props":375,"children":376},{},[377],{"type":47,"value":378},"Lightweight display or reporting: use Highcharts Gantt, Frappe Gantt, Plotly timelines, Observable Plot, or similar when the view is mostly read-only and the schedule semantics are already computed.",{"type":42,"tag":92,"props":380,"children":381},{},[382],{"type":47,"value":383},"Resource booking or team availability: use FullCalendar resource timeline or a scheduler-style component when resources and calendar slots matter more than WBS scheduling.",{"type":42,"tag":92,"props":385,"children":386},{},[387],{"type":47,"value":388},"Small editorial schedule: use D3\u002FSVG or a declarative grammar when labels, annotation, vector export, and precise composition matter.",{"type":42,"tag":92,"props":390,"children":391},{},[392],{"type":47,"value":393},"Large dense product surface: use a virtualized hybrid layout with HTML for grid text, SVG or Canvas for bars and dependency links, and Canvas for dense bar\u002Flink layers when DOM cost dominates.",{"type":42,"tag":92,"props":395,"children":396},{},[397],{"type":47,"value":398},"Avoid raw WebGL unless mark count, continuous pan\u002Fzoom, GPU picking, or custom shader effects make Canvas and DOM impractical.",{"type":42,"tag":50,"props":400,"children":402},{"id":401},"reference-guide",[403],{"type":47,"value":404},"Reference Guide",{"type":42,"tag":98,"props":406,"children":407},{},[408,421,433,445,457,469],{"type":42,"tag":92,"props":409,"children":410},{},[411,413,419],{"type":47,"value":412},"Read ",{"type":42,"tag":73,"props":414,"children":416},{"className":415},[],[417],{"type":47,"value":418},"references\u002Fgantt-chart-design-and-use-cases.md",{"type":47,"value":420}," for chart-fit decisions, use cases, and alternatives.",{"type":42,"tag":92,"props":422,"children":423},{},[424,425,431],{"type":47,"value":412},{"type":42,"tag":73,"props":426,"children":428},{"className":427},[],[429],{"type":47,"value":430},"references\u002Fgantt-interaction-patterns.md",{"type":47,"value":432}," for interactive product behavior and editing contracts.",{"type":42,"tag":92,"props":434,"children":435},{},[436,437,443],{"type":47,"value":412},{"type":42,"tag":73,"props":438,"children":440},{"className":439},[],[441],{"type":47,"value":442},"references\u002Fgantt-api-and-export-format-ingestion.md",{"type":47,"value":444}," before mapping MS Project, Primavera, Jira, GitHub Projects, Smartsheet, monday.com, Asana, ClickUp, Azure DevOps, CSV, TSV, XLSX, JSON, PDF, or image exports.",{"type":42,"tag":92,"props":446,"children":447},{},[448,449,455],{"type":47,"value":412},{"type":42,"tag":73,"props":450,"children":452},{"className":451},[],[453],{"type":47,"value":454},"references\u002Fgantt-data-contracts-and-integrations.md",{"type":47,"value":456}," when defining adapters, normalized schemas, source provenance, sync, or product API contracts.",{"type":42,"tag":92,"props":458,"children":459},{},[460,461,467],{"type":47,"value":412},{"type":42,"tag":73,"props":462,"children":464},{"className":463},[],[465],{"type":47,"value":466},"references\u002Fgantt-performance-and-rendering.md",{"type":47,"value":468}," before choosing SVG, Canvas, hybrid rendering, virtualization, or enterprise libraries for large schedules.",{"type":42,"tag":92,"props":470,"children":471},{},[472,473,479],{"type":47,"value":412},{"type":42,"tag":73,"props":474,"children":476},{"className":475},[],[477],{"type":47,"value":478},"references\u002Fgantt-accessibility-export-and-testing.md",{"type":47,"value":480}," for keyboard navigation, screen-reader fallbacks, export, fixtures, and release gates.",{"type":42,"tag":50,"props":482,"children":484},{"id":483},"output-expectations",[485],{"type":47,"value":486},"Output Expectations",{"type":42,"tag":98,"props":488,"children":489},{},[490,495,500,505,510,515,520],{"type":42,"tag":92,"props":491,"children":492},{},[493],{"type":47,"value":494},"State whether Gantt is the primary recommendation or name the better alternative.",{"type":42,"tag":92,"props":496,"children":497},{},[498],{"type":47,"value":499},"State whether the source is planned schedule data, actual lifecycle data, a roadmap snapshot, a resource calendar, or a static visual artifact.",{"type":42,"tag":92,"props":501,"children":502},{},[503],{"type":47,"value":504},"Identify which fields are trusted, mapped, inferred, or missing.",{"type":42,"tag":92,"props":506,"children":507},{},[508],{"type":47,"value":509},"Include the canonical schedule model, minimum interactions, stack choice, performance assumptions, accessibility plan, and export path.",{"type":42,"tag":92,"props":511,"children":512},{},[513],{"type":47,"value":514},"For external sources, preserve source IDs and call out ambiguous custom fields instead of silently treating them as schedule truth.",{"type":42,"tag":92,"props":516,"children":517},{},[518],{"type":47,"value":519},"For editable schedules, call out validation and conflict behavior for drag, resize, dependency changes, calendars, baselines, and sync failures.",{"type":42,"tag":92,"props":521,"children":522},{},[523],{"type":47,"value":524},"For mobile, call out portrait summary or focused slice, landscape support if needed, touch\u002Fediting alternatives, keyboard behavior, and offline\u002Fstale sync behavior for remote schedules.",{"type":42,"tag":50,"props":526,"children":528},{"id":527},"shared-references",[529],{"type":47,"value":530},"Shared References",{"type":42,"tag":98,"props":532,"children":533},{},[534],{"type":42,"tag":92,"props":535,"children":536},{},[537],{"type":42,"tag":73,"props":538,"children":540},{"className":539},[],[541],{"type":47,"value":78},{"type":42,"tag":50,"props":543,"children":545},{"id":544},"representative-prompts",[546],{"type":47,"value":547},"Representative Prompts",{"type":42,"tag":98,"props":549,"children":550},{},[551,556,561,566,571,576,581,586],{"type":42,"tag":92,"props":552,"children":553},{},[554],{"type":47,"value":555},"\"Should this project data be a Gantt chart, roadmap, Kanban board, or calendar?\"",{"type":42,"tag":92,"props":557,"children":558},{},[559],{"type":47,"value":560},"\"Design an interactive Gantt chart for 10,000 construction activities.\"",{"type":42,"tag":92,"props":562,"children":563},{},[564],{"type":47,"value":565},"\"Map this MS Project XML export into a web Gantt data model.\"",{"type":42,"tag":92,"props":567,"children":568},{},[569],{"type":47,"value":570},"\"Read a Jira Advanced Roadmaps CSV and decide what fields are safe to show in a timeline.\"",{"type":42,"tag":92,"props":572,"children":573},{},[574],{"type":47,"value":575},"\"Turn GitHub Projects fields into a release roadmap without inventing dates.\"",{"type":42,"tag":92,"props":577,"children":578},{},[579],{"type":47,"value":580},"\"Show critical path, dependencies, and baseline variance for this schedule.\"",{"type":42,"tag":92,"props":582,"children":583},{},[584],{"type":47,"value":585},"\"Choose between DHTMLX, Bryntum, Highcharts Gantt, Frappe Gantt, FullCalendar, D3, and Canvas.\"",{"type":42,"tag":92,"props":587,"children":588},{},[589],{"type":47,"value":590},"\"Test a Gantt chart with dependency cycles, missing predecessors, timezone edges, and export snapshots.\"",{"items":592,"total":709},[593,607,623,635,655,677,697],{"slug":594,"name":594,"fn":595,"description":596,"org":597,"tags":598,"stars":25,"repoUrl":26,"updatedAt":27},"accessibility-and-inclusive-visualization","make data visualizations accessible","Make data visualizations accessible and inclusive. Use when the user needs chart or diagram accessibility guidance, text alternatives for complex visuals, color and contrast review, keyboard support, reduced-motion behavior for animation or parallax, or an accessibility QA workflow for exported figures, UML-like diagrams, and dashboards.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[599,602,603,604],{"name":600,"slug":601,"type":15},"Accessibility","accessibility",{"name":23,"slug":24,"type":15},{"name":13,"slug":14,"type":15},{"name":605,"slug":606,"type":15},"Design","design",{"slug":608,"name":608,"fn":609,"description":610,"org":611,"tags":612,"stars":25,"repoUrl":26,"updatedAt":622},"agent-browser","automate browser interactions for agents","Browser automation CLI for AI agents. Use when the user needs to interact with websites, verify dev server output, test web apps, navigate pages, fill forms, click buttons, take screenshots, extract data, or automate any browser task. Also triggers when a dev server starts so you can verify it visually.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[613,616,619],{"name":614,"slug":615,"type":15},"Agents","agents",{"name":617,"slug":618,"type":15},"Browser Automation","browser-automation",{"name":620,"slug":621,"type":15},"Testing","testing","2026-04-06T18:41:03.44016",{"slug":624,"name":624,"fn":625,"description":626,"org":627,"tags":628,"stars":25,"repoUrl":26,"updatedAt":634},"agent-browser-verify","verify dev server output with automated browser","Automated browser verification for dev servers. Triggers when a dev server starts to run a visual gut-check with agent-browser — verifies the page loads, checks for console errors, validates key UI elements, and reports pass\u002Ffail before continuing.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[629,630,633],{"name":617,"slug":618,"type":15},{"name":631,"slug":632,"type":15},"Local Development","local-development",{"name":620,"slug":621,"type":15},"2026-04-06T18:41:17.526867",{"slug":636,"name":636,"fn":637,"description":638,"org":639,"tags":640,"stars":25,"repoUrl":26,"updatedAt":654},"agents-sdk","build AI agents on Cloudflare Workers","Build AI agents on Cloudflare Workers using the Agents SDK. Load when creating stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, or chat applications. Covers Agent class, state management, callable RPC, Workflows integration, and React hooks. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[641,642,645,648,651],{"name":614,"slug":615,"type":15},{"name":643,"slug":644,"type":15},"Cloudflare Workers","cloudflare-workers",{"name":646,"slug":647,"type":15},"SDK","sdk",{"name":649,"slug":650,"type":15},"Serverless","serverless",{"name":652,"slug":653,"type":15},"WebSockets","websockets","2026-04-06T18:39:51.717063",{"slug":656,"name":656,"fn":657,"description":658,"org":659,"tags":660,"stars":25,"repoUrl":26,"updatedAt":676},"ai-elements","build chat UIs with AI Elements","AI Elements component library guidance — pre-built React components for AI interfaces built on shadcn\u002Fui. Use when building chat UIs, message displays, tool call rendering, streaming responses, reasoning panels, or any AI-native interface with the AI SDK.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[661,664,667,670,673],{"name":662,"slug":663,"type":15},"Frontend","frontend",{"name":665,"slug":666,"type":15},"React","react",{"name":668,"slug":669,"type":15},"shadcn\u002Fui","shadcn-ui",{"name":671,"slug":672,"type":15},"UI Components","ui-components",{"name":674,"slug":675,"type":15},"Vercel","vercel","2026-04-06T18:40:59.619419",{"slug":678,"name":678,"fn":679,"description":680,"org":681,"tags":682,"stars":25,"repoUrl":26,"updatedAt":696},"ai-gateway","configure Vercel AI Gateway","Vercel AI Gateway expert guidance. Use when configuring model routing, provider failover, cost tracking, or managing multiple AI providers through a unified API.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[683,686,689,692,695],{"name":684,"slug":685,"type":15},"AI Infrastructure","ai-infrastructure",{"name":687,"slug":688,"type":15},"Cost Optimization","cost-optimization",{"name":690,"slug":691,"type":15},"LLM","llm",{"name":693,"slug":694,"type":15},"Performance","performance",{"name":674,"slug":675,"type":15},"2026-04-06T18:40:44.377464",{"slug":698,"name":698,"fn":699,"description":700,"org":701,"tags":702,"stars":25,"repoUrl":26,"updatedAt":708},"ai-generation-persistence","implement persistence patterns for AI generations","AI generation persistence patterns — unique IDs, addressable URLs, database storage, and cost tracking for every LLM generation",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[703,704,707],{"name":687,"slug":688,"type":15},{"name":705,"slug":706,"type":15},"Database","database",{"name":690,"slug":691,"type":15},"2026-04-06T18:41:08.513425",600,{"items":711,"total":906},[712,733,756,773,789,806,823,835,849,863,875,890],{"slug":713,"name":713,"fn":714,"description":715,"org":716,"tags":717,"stars":730,"repoUrl":731,"updatedAt":732},"prior-auth-packet-builder","build healthcare prior authorization packets","Build a concise prior authorization packet from local case files and payer policy docs.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[718,721,724,727],{"name":719,"slug":720,"type":15},"Documents","documents",{"name":722,"slug":723,"type":15},"Healthcare","healthcare",{"name":725,"slug":726,"type":15},"Insurance","insurance",{"name":728,"slug":729,"type":15},"Regulatory Compliance","regulatory-compliance",28169,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fopenai-agents-python","2026-04-16T05:11:39.180399",{"slug":734,"name":734,"fn":735,"description":736,"org":737,"tags":738,"stars":753,"repoUrl":754,"updatedAt":755},"aspnet-core","build ASP.NET Core web applications","Build, review, refactor, or architect ASP.NET Core web applications using current official guidance for .NET web development. Use when working on Blazor Web Apps, Razor Pages, MVC, Minimal APIs, controller-based Web APIs, SignalR, gRPC, middleware, dependency injection, configuration, authentication, authorization, testing, performance, deployment, or ASP.NET Core upgrades.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[739,742,744,747,750],{"name":740,"slug":741,"type":15},".NET","dotnet",{"name":743,"slug":734,"type":15},"ASP.NET Core",{"name":745,"slug":746,"type":15},"Blazor","blazor",{"name":748,"slug":749,"type":15},"C#","csharp",{"name":751,"slug":752,"type":15},"Web Development","web-development",23787,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fskills","2026-04-12T05:07:02.819491",{"slug":757,"name":757,"fn":758,"description":759,"org":760,"tags":761,"stars":753,"repoUrl":754,"updatedAt":772},"chatgpt-apps","build ChatGPT Apps SDK applications","Build, scaffold, refactor, and troubleshoot ChatGPT Apps SDK applications that combine an MCP server and widget UI. Use when Codex needs to design tools, register UI resources, wire the MCP Apps bridge or ChatGPT compatibility APIs, apply Apps SDK metadata or CSP or domain settings, or produce a docs-aligned project scaffold. Prefer a docs-first workflow by invoking the openai-docs skill or OpenAI developer docs MCP tools before generating code.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[762,765,768,771],{"name":763,"slug":764,"type":15},"Apps SDK","apps-sdk",{"name":766,"slug":767,"type":15},"ChatGPT","chatgpt",{"name":769,"slug":770,"type":15},"MCP","mcp",{"name":9,"slug":8,"type":15},"2026-04-12T05:07:05.468097",{"slug":774,"name":774,"fn":775,"description":776,"org":777,"tags":778,"stars":753,"repoUrl":754,"updatedAt":788},"cli-creator","build CLIs from API docs","Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read\u002Fwrite commands, return stable JSON, manage auth, and pair with a companion skill.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[779,782,785],{"name":780,"slug":781,"type":15},"API Development","api-development",{"name":783,"slug":784,"type":15},"CLI","cli",{"name":786,"slug":787,"type":15},"Codex","codex","2026-04-12T05:07:04.132762",{"slug":790,"name":790,"fn":791,"description":792,"org":793,"tags":794,"stars":753,"repoUrl":754,"updatedAt":805},"cloudflare-deploy","deploy projects to Cloudflare","Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deploy, host, publish, or set up a project on Cloudflare.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[795,798,801,802],{"name":796,"slug":797,"type":15},"Cloudflare","cloudflare",{"name":799,"slug":800,"type":15},"Cloudflare Pages","cloudflare-pages",{"name":643,"slug":644,"type":15},{"name":803,"slug":804,"type":15},"Deployment","deployment","2026-04-12T05:07:14.275118",{"slug":807,"name":807,"fn":808,"description":809,"org":810,"tags":811,"stars":753,"repoUrl":754,"updatedAt":822},"define-goal","define and set measurable project goals","Help the user define a concrete, measurable goal before starting work, especially when they ask to use the goal tool, create a goal, set an objective, clarify success criteria, or turn a fuzzy intention into a quantitative outcome. Use this skill for goal creation and goal refinement only; it does not manage durable snapshots, decision logs, or long-running execution artifacts.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[812,815,816,819],{"name":813,"slug":814,"type":15},"Productivity","productivity",{"name":17,"slug":18,"type":15},{"name":817,"slug":818,"type":15},"Strategy","strategy",{"name":820,"slug":821,"type":15},"Task Management","task-management","2026-05-23T06:17:16.870838",{"slug":824,"name":824,"fn":825,"description":826,"org":827,"tags":828,"stars":753,"repoUrl":754,"updatedAt":834},"figma","translate Figma designs into code","Use the Figma MCP server to fetch design context, screenshots, variables, and assets from Figma, and to translate Figma nodes into production code. Trigger when a task involves Figma URLs, node IDs, design-to-code implementation, or Figma MCP setup and troubleshooting.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[829,830,832,833],{"name":605,"slug":606,"type":15},{"name":831,"slug":824,"type":15},"Figma",{"name":662,"slug":663,"type":15},{"name":769,"slug":770,"type":15},"2026-04-12T05:06:47.939943",{"slug":836,"name":836,"fn":837,"description":838,"org":839,"tags":840,"stars":753,"repoUrl":754,"updatedAt":848},"figma-code-connect-components","connect Figma designs to code components","Connects Figma design components to code components using Code Connect mapping tools. Use when user says \"code connect\", \"connect this component to code\", \"map this component\", \"link component to code\", \"create code connect mapping\", or wants to establish mappings between Figma designs and code implementations. For canvas writes via `use_figma`, use `figma-use`.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[841,842,845,846,847],{"name":605,"slug":606,"type":15},{"name":843,"slug":844,"type":15},"Design System","design-system",{"name":831,"slug":824,"type":15},{"name":662,"slug":663,"type":15},{"name":671,"slug":672,"type":15},"2026-05-10T05:59:52.971881",{"slug":850,"name":850,"fn":851,"description":852,"org":853,"tags":854,"stars":753,"repoUrl":754,"updatedAt":862},"figma-create-design-system-rules","generate design system rules from Figma","Generates custom design system rules for the user's codebase. Use when user says \"create design system rules\", \"generate rules for my project\", \"set up design rules\", \"customize design system guidelines\", or wants to establish project-specific conventions for Figma-to-code workflows. Requires Figma MCP server connection.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[855,856,857,860,861],{"name":605,"slug":606,"type":15},{"name":843,"slug":844,"type":15},{"name":858,"slug":859,"type":15},"Documentation","documentation",{"name":831,"slug":824,"type":15},{"name":662,"slug":663,"type":15},"2026-05-16T06:07:47.821474",{"slug":864,"name":864,"fn":865,"description":866,"org":867,"tags":868,"stars":753,"repoUrl":754,"updatedAt":874},"figma-implement-design","translate Figma designs into application code","Translates Figma designs into production-ready application code with 1:1 visual fidelity. Use when implementing UI code from Figma files, when user mentions \"implement design\", \"generate code\", \"implement component\", provides Figma URLs, or asks to build components matching Figma specs. For Figma canvas writes via `use_figma`, use `figma-use`.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[869,870,871,872,873],{"name":605,"slug":606,"type":15},{"name":831,"slug":824,"type":15},{"name":662,"slug":663,"type":15},{"name":671,"slug":672,"type":15},{"name":751,"slug":752,"type":15},"2026-05-16T06:07:40.583615",{"slug":876,"name":876,"fn":877,"description":878,"org":879,"tags":880,"stars":753,"repoUrl":754,"updatedAt":889},"hatch-pet","create animated pets for Codex","Create, repair, validate, visually QA, and package Codex-compatible animated pets and pet spritesheets from character art, generated images, company or prospect brand cues, or visual references. Use when a user wants a lightweight-worker Codex pet workflow, a non-pixel custom pet style, a prospect or company mascot pet, or a full 8x9 animated pet atlas with transparent unused cells, QA contact sheets, and pet.json packaging. This skill composes the installed $imagegen system skill for visual generation and uses bundled scripts for deterministic spritesheet assembly.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[881,884,885,888],{"name":882,"slug":883,"type":15},"Animation","animation",{"name":786,"slug":787,"type":15},{"name":886,"slug":887,"type":15},"Creative","creative",{"name":605,"slug":606,"type":15},"2026-05-02T05:31:48.48485",{"slug":891,"name":891,"fn":892,"description":893,"org":894,"tags":895,"stars":753,"repoUrl":754,"updatedAt":905},"imagegen","generate and edit raster images","Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual variants from references, and the output should be a bitmap asset rather than repo-native code or vector. Do not use when the task is better handled by editing existing SVG\u002Fvector\u002Fcode-native assets, extending an established icon or logo system, or building the visual directly in HTML\u002FCSS\u002Fcanvas.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[896,897,898,901,904],{"name":886,"slug":887,"type":15},{"name":605,"slug":606,"type":15},{"name":899,"slug":900,"type":15},"Image Generation","image-generation",{"name":902,"slug":903,"type":15},"Images","images",{"name":9,"slug":8,"type":15},"2026-05-15T06:23:24.312127",675]