Create and launch a new Power Pages code site from concept to deployment.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "create-site" skill from askskill: 1. Download https://raw.githubusercontent.com/microsoft/power-platform-skills/main/plugins/power-pages/skills/create-site/SKILL.md 2. Save it as ~/.claude/skills/create-site/SKILL.md 3. Reload skills and tell me it's ready
Help me create a Power Pages code site using React for an event registration portal. Start with requirements discovery, then provide page structure, component planning, implementation steps, and deployment guidance.
A complete site-building plan covering requirements, scaffolding, page and component design, and deployment.
I want to build a new Power Pages customer support site with Vue, including a knowledge base, ticket submission, and contact forms. Provide the recommended architecture, key components, implementation order, and validation checklist.
A technical plan, feature breakdown, development roadmap, and testing guidance for a support site.
Plan a new Power Pages corporate portal with Astro, supporting multilingual content, responsive design, and content presentation. Explain the process step by step from concept and information architecture to templates, implementation, and deployment.
An end-to-end portal plan covering structure design, development implementation, and production deployment.
Plugin check: Run
node "${CLAUDE_PLUGIN_ROOT}/scripts/check-version.js"— if it outputs a message, show it to the user before proceeding.
Guide the user through creating a complete, production-quality Power Pages code site from initial concept to deployed site. Follow a systematic approach: discover requirements, scaffold and launch immediately, plan components and design, implement with design applied, validate, review, and deploy.
browser_navigate + browser_snapshot) to verify every significant change. Do NOT take screenshots — only use accessibility snapshots to check page structure and content.public/scaffold-status.json. Update this file before every AskUserQuestion (to raise the "waiting for your input" banner so the user doesn't miss a terminal prompt) and before each implementation step in Phase 5 (so the progress-bar label matches what you're actually doing while the decorative spinner continues its default cycle). See Live Preview Status Protocol.https://images.unsplash.com/photo-{id}?w={width}&h={height}&fit=crop URLs with specific photo IDs found via WebSearch. Never leave image placeholders or broken <img> tags pointing to nonexistent files.Constraint: Only static SPA frameworks are supported (React, Vue, Angular, Astro). NOT supported: Next.js, Nuxt.js, Remix, SvelteKit, Liquid.
Initial request: $ARGUMENTS
While the scaffold loading screen is visible (from Phase 2.6 until the Home page itself is replaced in Phase 5), the loader polls GET /scaffold-status.json every 1.5 seconds. The message you write into <PROJECT_ROOT>/public/scaffold-status.json appears as the label under the progress bar, and awaitingInput controls the "waiting for your input" banner. The decorative spinner above the progress bar continues its built-in phrase cycle; keep the progress-bar label current so the loader still reflects what is actually happening.
Why this matters: When the browser with the loader takes over the user's screen, a prompt in the terminal can sit unanswered for a long time because the user doesn't realize anything is waiting. The banner makes it obvious.
File shape (all fields optional — omit any field you don't want to change):
{
"message": "Creating Contact page",
"awaitingInput": false,
"inputPrompt": "Please check your terminal to respond."
}
…
Review and fix Power Pages security headers, CSP, CORS, cookies, and embedding settings.
Run an end-to-end Power Pages security review with a consolidated HTML report.
Test deployed Power Pages sites with browsing, crawling, and API verification.
Add a data source or connector to a Power Apps code app.
Add Azure DevOps to Power Apps for work items, bugs, pipelines, and API calls.
Set up Power Platform Pipelines for automated Power Pages deployments.
Build and deploy Power Apps code apps with React and Vite quickly.
Build and deploy an existing Power Pages code site to a target environment.
Add essential SEO settings to Power Pages sites for better visibility and sharing.
Activate and provision a Power Pages site in a Power Platform environment.
Create a publisher and solution, then package Power Pages components for ALM.
Integrate Power Automate cloud flows into Power Pages with generated metadata and code.