Generates TypeScript/TSX Item components for infographic framework in src/designs/items. For visuals, layout logic, registerItem composites.
npx claudepluginhub antvis/infographic --plugin antv-infographic-skillsThis skill uses the workspace's default tool permissions.
Generate complete Item component code for the infographic framework, following the project's item rules, layout constraints, and registration requirements.
Generates or updates TypeScript/TSX infographic Structure components for layouts (list/compare/sequence/hierarchy/relation/geo/chart), including layout logic, composition, and registration in src/designs/structures.
Generates branded infographics using @antv/infographic with 114 templates across 7 categories for data visualizations, process diagrams, timelines, and comparisons.
Generates production-ready React, Vue, or Svelte components from descriptions, including TypeScript types, accessibility features, Tailwind styling, and test scaffolds.
Share bugs, ideas, or general feedback.
Generate complete Item component code for the infographic framework, following the project's item rules, layout constraints, and registration requirements.
references/item-prompt.md for the full framework rules, allowed components, and output requirements.getItemProps to extract custom props and compute layout with getElementBounds.registerItem with accurate composites.src/designs/items for similar items to match local patterns when appropriate.