create-sunpeak-app

Scaffold Sunpeak MCP App projects with templates and canonical folder structure.

210|11|Updated Nov 17, 2025
One-click install
npx skills add https://github.com/Sunpeak-AI/sunpeak --skill create-sunpeak-app
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-sunpeak-app
Source: https://github.com/Sunpeak-AI/sunpeak/tree/main/skills/create-sunpeak-app
Command: npx skills add https://github.com/Sunpeak-AI/sunpeak --skill create-sunpeak-app

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps developers quickly understand how to create Sunpeak MCP Apps and bootstrap projects by providing a reference guide, repository structure, and template usage, enabling faster onboarding and hands-on experimentation.

Core Features & Use Cases

  • Provides a clear template and reference for creating Sunpeak MCP Apps, including how to clone the repository and locate the canonical project structure.
  • Describes project conventions for resources, tools, simulations, and UI components, plus how discovery works within the Sunpeak framework.
  • Covers common development workflows, including dev, build, and start commands, to verify the MCP app in a local inspector environment.

Quick Start

Create a new Sunpeak app and start the development server to see the inspector in action.

Frequently Asked Questions about create-sunpeak-app

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

FAQPage Schema
How do I scaffold an MCP App and bootstrap a new Sunpeak project?

To scaffold an MCP App, you bootstrap a Sunpeak project using provided templates that enforce a canonical folder layout with scripts, references, and assets for predictable onboarding and tooling.

What is the canonical folder structure for a Sunpeak MCP App?

The canonical folder structure for a Sunpeak MCP App includes a root SKILL.md with frontmatter name and description, alongside dedicated directories for scripts, references, and assets to organize project resources.

How does resource and tool discovery work in MCP Apps?

Resource and tool discovery in MCP Apps relies on Sunpeak framework discovery conventions, automatically identifying resources, tools, simulations, and UI components structured within the canonical project layout.

What commands do I use to develop, build, and start an MCP App locally?

You use standard development workflow commands including dev, build, and start to verify the MCP App, which allows you to see and interact with the application in a local inspector environment.

Do I need a SKILL.md file when creating Sunpeak MCP Apps?

Yes, you need a root SKILL.md file containing frontmatter with the name and description to enforce Sunpeak project patterns, enable predictable tooling, and support resource discovery conventions.

What is the best way to wire resources and tools for MCP Apps?

The best way to wire resources and tools for MCP Apps is following Sunpeak project templates that establish discovery conventions and a canonical folder layout to enable predictable onboarding and tooling integration.