ag-grid
@ag-grid Organization
Public Skills
hot-paths
by ag-grid
'AG Charts runtime hot paths: which files run per datum, per frame or per interaction, the invariants each tier must hold, and how to evidence a performance claim. Use when reviewing a change that touches series, scene, data-model, scale, interaction or DOM code, when asked whether a diff will cost performance, or when deciding which benchmark to run.'
chart-defaults
by ag-grid
'Find the actual runtime default value of any AG Charts configuration option, and keep JSDoc Default: markers accurate. Use when documenting a default, verifying a change has not altered one, writing tests against default behaviour, or auditing whether a TypeScript comment matches the theme template.'
animation-test-migration
by ag-grid
'Migrate a series type from ratio-snapshot animation tests and manual -test docs pages to frame-trajectory coverage. Use when converting a series (area, pie, scatter, histogram, range-bar, candlestick, radar, …) to the trajectory harness.'
estimate-jira
by ag-grid
Estimate complexity, effort, and risks for JIRA tickets, features, or projects. Generates structured reports with time estimates, dependencies, risk analysis, and known unknowns. Use when user asks to "estimate", "size", or "analyze complexity" of work items.
git-conventions
by ag-grid
'Git conventions for branches, commits, and PRs. Use when creating branches, writing commit messages, or opening pull requests.'
dev-server
by ag-grid
'Development server setup and build watch monitoring. Use when starting dev work, checking build status, or troubleshooting the dev server.'
technology-stack
by ag-grid
'Technology stack and architectural constraints. Use when choosing technologies, adding dependencies, or understanding zero-dependency requirements.'