Conversation
|
|
@copilot 删除 prompts 目录。 |
|
fixed #336 |
Co-authored-by: hustcc <7856674+hustcc@users.noreply.github.com>
Co-authored-by: hustcc <7856674+hustcc@users.noreply.github.com>
|
@copilot 不是很好,几个修改点:
export { Area } from './vis/area';
export { Bar } from './vis/bar';
export { Boxplot } from './vis/boxplot';
export { Column } from './vis/column';
export { DualAxes } from './vis/dual-axes';
export { Funnel } from './vis/funnel';
export { Histogram } from './vis/histogram';
export { Line } from './vis/line';
export { Liquid } from './vis/liquid';
export { Pie } from './vis/pie';
export { Radar } from './vis/radar';
export { Sankey } from './vis/sankey';
export { Scatter } from './vis/scatter';
export { Summary } from './vis/summary';
export { Table } from './vis/table';
export { Treemap } from './vis/treemap';
export { Venn } from './vis/venn';
export { Violin } from './vis/violin';
export { Waterfall } from './vis/waterfall';
export { WordCloud } from './vis/word-cloud';
基于上述在生成一个版本。 |
…y supported charts Co-authored-by: hustcc <7856674+hustcc@users.noreply.github.com>
All changes completed in commit a964184:
|
|
@copilot 继续修改:
|
…simplify reference filenames Co-authored-by: hustcc <7856674+hustcc@users.noreply.github.com>
All changes completed in commit f345355:
|
|
@copilot syntax 案例中 「详细用法参考: references/sankey.md」 中的路径也改一下。 |
Co-authored-by: hustcc <7856674+hustcc@users.noreply.github.com>
Fixed in commit 186006e. Updated all 20 reference links to use simplified filenames without URL encoding (e.g., |
|
@copilot 将 SKILL 加到 readme 中。Knowledge Base 的前面。
|
Co-authored-by: hustcc <7856674+hustcc@users.noreply.github.com>
Added in commit 442b7b1. Claude Skill link is now in both README files (English and Chinese) positioned before Knowledge Base:
|
|
@copilot skill.md 不符合标准,需要在头部有 skill 的名称和描述 的 meta 信息。下面可以参考: markdown 中的 skill 不要加 Claude 前缀。 |
Co-authored-by: hustcc <7856674+hustcc@users.noreply.github.com>
... Fixed in commit 1642612:
|
Implements a chart visualization skill for data visualization recommendations and GPT-Vis syntax generation, replacing the old prompts directory.
Structure
Coverage
20 supported chart types:
All charts match the actual exports in
src/index.ts.SKILL.md Structure
Example
Framework Integration Example
Changes
skills/chart-visualization/with SKILL.md and referencesname: chart-visualizationand comprehensive descriptionprompts/directory (6 files) as it is superseded by the new skillREADME Updates
The Chart Skill is now prominently featured in the repository navigation:
English: 📖 Documentation • 🤖 Chart Skill • 🧠 Knowledge Base • 🎮 Try Demo • 🔌 MCP Server
Chinese: 📖 文档 • 🤖 图表技能 • 🧠 知识库 • 🎮 在线体验 • 🔌 MCP 服务器
The new skill provides a structured approach to chart visualization recommendations with proper workflow, framework integration, and syntax examples.
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.