demo-builder

Scaffold Pyrana demo projects with submodule integration and starter artifacts.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/zeroth-settlement/agdel-trader-bot --skill demo-builder-zeroth-settlement
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: demo-builder
Source: https://github.com/zeroth-settlement/agdel-trader-bot/tree/main/shared/skills/demo-builder
Command: npx skills add https://github.com/zeroth-settlement/agdel-trader-bot --skill demo-builder-zeroth-settlement

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the initial setup and scaffolding of Pyrana demo projects, reducing manual boilerplate and ensuring a consistent foundation across repositories.

Core Features & Use Cases

  • Scaffold a new Pyrana demo repository using the pyrana-playground-shared submodule.
  • Generate starter artifacts: project.json, dashboard.html, CLAUDE.md, requirements/architecture.md, data/sample-output.json, and pyrana_objects/ skeleton.
  • Ensure alignment with the Pyrana Design Guide and bridge server architecture.

Quick Start

Create a new repo, add the shared submodule, copy starter files, and run setup.sh to generate the scaffold.

Frequently Asked Questions about demo-builder

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

FAQPage Schema
How do I scaffold a Pyrana demo project with the correct dashboard and submodule structure?

Scaffold a Pyrana demo project by adding the shared submodule, copying starter files, and running setup.sh. This generates the complete project manifest, starter dashboard, architecture docs, and pyrana_objects skeleton to ensure a consistent foundation.

What starter artifacts are generated when setting up a new Pyrana demo repository?

Setting up a Pyrana demo repository generates project.json, dashboard.html, CLAUDE.md, requirements/architecture.md, data/sample-output.json, and the pyrana_objects/ skeleton, ensuring alignment with the shared design guide and bridge server architecture.

Can I retrofit an existing repository to conform to the Pyrana demo standard?

Yes, you can retrofit existing repos to conform to the Pyrana demo standard. The scaffolding process applies to both new demo initiations and existing repositories needing alignment across dashboard structure, artifact generation, and project manifest configuration.

Do I need any external dependencies to generate a Pyrana demo scaffold?

No external dependencies are required to generate a Pyrana demo scaffold. You only need to create a new repo, add the pyrana-playground-shared submodule, copy starter files, and run the setup script to produce the complete project foundation.

What is the best way to ensure my demo dashboard aligns with the Pyrana bridge server architecture?

To ensure your demo dashboard aligns with the Pyrana bridge server architecture, use the automated scaffolding process. It enforces compatibility with the shared design guide while generating the starter dashboard and project manifest.

Why does my Pyrana demo setup require the pyrana-playground-shared submodule?

Your Pyrana demo setup requires the pyrana-playground-shared submodule to establish a consistent foundation across repositories. It supplies the shared design guide, bridge server compatibility, and starter files needed for correct dashboard structure and artifact generation.