bryllen-share

Deploy Bryllen canvas projects to GitHub Pages and generate shareable URLs.

2|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/madebynoam/bryllen --skill bryllen-share
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bryllen-share
Source: https://github.com/madebynoam/bryllen/tree/main/plugin/plugins/bryllen/skills/bryllen-share
Command: npx skills add https://github.com/madebynoam/bryllen --skill bryllen-share

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deploy Bryllen canvas projects to a shareable live URL by publishing to GitHub Pages, enabling quick collaboration and demonstrations.

Core Features & Use Cases

  • Build and deploy the current canvas project to GitHub Pages with a single command, producing a public URL.
  • Optional subpath deployment using a dest parameter to host multiple projects under the same Pages site.
  • Return and store a share URL in the manifest for easy access and sharing.

Quick Start

Run the bryllen-share command to deploy the current canvas to GitHub Pages and obtain a share URL.

Frequently Asked Questions about bryllen-share

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy a canvas project to GitHub Pages?

To deploy a canvas project to GitHub Pages, run the bryllen-share command which builds and publishes the project, producing a public share URL for quick demos and collaboration.

Can I host multiple canvas projects under the same GitHub Pages site?

Yes, you can host multiple canvas projects under the same GitHub Pages site by using the optional dest parameter to deploy into subpaths, keeping each project isolated within the same domain.

How do I get a shareable URL for my interactive canvas work?

You get a shareable URL for interactive canvas work by deploying to GitHub Pages, which automatically returns and stores a live share URL in the manifest for easy access and distribution.

Do I need to manually configure base-URL handling when publishing canvas projects?

No, you do not need to manually configure base-URL handling when publishing canvas projects, because the deployment process automatically manages end-to-end deployment sequencing and base-URL configuration.

What is the best way to showcase interactive canvas work to collaborators?

The best way to showcase interactive canvas work to collaborators is publishing it to GitHub Pages to generate a live share URL, allowing quick access without requiring them to run the project locally.