Open
Conversation
Added SKILL.md for AI-assisted development with ThorVG WebCanvas. Provide a structured AI skill guide that helps coding agents understand when and how to use @thorvg/webcanvas APIs. Includes basic usage, advanced usage, and accesses to playground examples. usage: ``` // manual // Clone `skills/thovg-webcanvas` to your AI tool directory // command npx skills add thorvg/thorvg.web ```
There was a problem hiding this comment.
Pull request overview
Adds an Agent Skill guide for @thorvg/webcanvas to help coding agents choose the right APIs and patterns (init, rendering backends, animation loop, WASM bundler setup), with supporting reference links and playground pointers.
Changes:
- Add
SKILL.mddescribing recommended usage patterns for ThorVG WebCanvas (init, renderer selection, quick start, troubleshooting). - Add reference material (
REFERENCE.md) and a playground guide (PLAYGROUND.md) to point agents at canonical docs and runnable examples.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
| skills/thorvg-webcanvas/SKILL.md | Main skill guide (frontmatter + usage patterns, bundler notes, troubleshooting). |
| skills/thorvg-webcanvas/references/REFERENCE.md | Links to API reference sources. |
| skills/thorvg-webcanvas/assets/PLAYGROUND.md | Explains how to use the ThorVG playground examples as working templates. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added SKILL.md for AI-assisted development with ThorVG WebCanvas.
Provide a structured AI skill guide that helps coding agents understand when and how to use @thorvg/webcanvas APIs. Includes basic usage, advanced usage, and accesses to playground examples.
usage:
see these:
Showcase
CleanShot.2026-03-20.at.22.online-video-cutter.com.1.mp4
Demonstrate that AI accesses to Playground(real usecase) & API docs, and build WebCanvas-used sample page. All WebCanvas tools AI needed are connected via single skill.