wasp-create

Scaffolds a WASP-based UOMI agent skeleton with prerequisite checks and template cloning.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/Uomi-network/agents-skills --skill wasp-create
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wasp-create
Source: https://github.com/Uomi-network/agents-skills/tree/main/.claude/skills/wasp/skills/create
Command: npx skills add https://github.com/Uomi-network/agents-skills --skill wasp-create

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scaffold a new UOMI agent project using WASP, speeding up setup and reducing boilerplate.

Core Features & Use Cases

  • Automates project skeleton creation for a WASP-based UOMI agent.
  • Includes guidance on prerequisites, cloning a template, and layout explanation for rapid onboarding.
  • Use Case: Start a fresh WASP-based workflow for a new UOMI agent or integrate WASP scaffolding into an existing repo.

Quick Start

Provide a project name and destination path to generate a ready-to-edit WASP-based UOMI agent scaffold.

Frequently Asked Questions about wasp-create

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

FAQPage Schema
How do I scaffold a WASP-based UOMI agent project from scratch?

To scaffold a WASP-based UOMI agent, provide a project name and destination path to generate a ready-to-edit project skeleton, reducing boilerplate and speeding up initial setup.

What prerequisites do I need to set up a WASM agent for the UOMI network?

Setting up a WASM agent for the UOMI network requires passing automated prerequisite checks before template cloning, ensuring your environment is configured correctly for rapid onboarding.

Can I integrate WASP scaffolding into an existing Rust repository?

Yes, you can integrate WASP scaffolding into an existing Rust repository to apply the standard UOMI agent template layout and project structure without starting a completely fresh project.

What is the best way to reduce boilerplate when starting a Rust WASP project?

The best way to reduce boilerplate in a Rust WASP project is using a scaffolding tool that automates skeleton creation, clones the template, and configures the layout for quick onboarding.

How does template cloning work for UOMI agent onboarding?

Template cloning for UOMI agent onboarding works by copying a standardized WASP-based project layout to your destination path, generating a ready-to-edit scaffold with the correct structure configured.