Skip to content

feat: add thorvg-webcanvas Agent Skill#262

Open
tinyjin wants to merge 1 commit intomainfrom
jinny/wcanvas-skills
Open

feat: add thorvg-webcanvas Agent Skill#262
tinyjin wants to merge 1 commit intomainfrom
jinny/wcanvas-skills

Conversation

@tinyjin
Copy link
Member

@tinyjin tinyjin commented Mar 20, 2026

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

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.

Uploading CleanShot 2026-03-20 at 23.03.19@2x.png…

Note the 404 access to llms{-full}.txt isn't actual error. The LLM txt isn't mereged. WebCanvas LLM txt is concreate API docs built only for AI System (While thorvg.org/web-apis is human-readable docs), once texts are updated, AI will maximize APIs more.

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
```
@tinyjin tinyjin requested a review from hermet as a code owner March 20, 2026 13:39
Copilot AI review requested due to automatic review settings March 20, 2026 13:39
@tinyjin tinyjin self-assigned this Mar 20, 2026
@tinyjin tinyjin added feature New feature additions webcanvas WebCanvas labels Mar 20, 2026
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.md describing 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature New feature additions webcanvas WebCanvas

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants