create-webroles Skill
Creates and configures web roles for a Power Pages code site. Web roles control access and permissions for site users, including authenticated and anonymous roles. Use when the user wants to create, add, set up, or manage web roles for their site. Published by microsoft in power-platform-skills.
What is create-webroles Skill?
Creates and configures web roles for a Power Pages code site. Web roles control access and permissions for site users, including authenticated and anonymous roles. Use when the user wants to create, add, set up, or manage web roles for their site. Published by microsoft in power-platform-skills. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Deployment
- Deployment use cases
Technical details
- Install or run with Copy skill directory
When to use create-webroles Skill
- Use it for deployment.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/power-platform-skills
- Skill file: plugins/power-pages/skills/create-webroles/SKILL.md
What it does
Creates and configures web roles for a Power Pages code site. Web roles control access and permissions for site users, including authenticated and anonymous roles. Use when the user wants to create, add, set up, or manage web roles for their site.
Skill instructions
Plugin check: Run node "${PLUGINROOT}/scripts/check-version.js" — if it outputs a message, show it to the user before proceeding. Create Web Roles Create web roles for a Power Pages code site. Web roles define the permissions and access levels for different types of site users. Core Principles - Use TaskCreate/TaskUpdate: Track all progress throughout all phases — create the todo list upfront with all phases before starting any work. - Always use the UUID script: Never generate UUIDs manually — always use ${PLUGINROOT}/scripts/generate-uuid.js to produce valid UUID v4 values for each web role. - Preserve uniqueness constraints: Only one role can have anonymoususersrole: true and only one can have authenticatedusersrole: true. Always check existing roles before setting these flags. - Caller-suppress mode is opt-in: When invoked by another skill (e.g. /add-ai-webapi) with the [CALLED-BY-PARENT-SKILL] sentinel in $ARGUMENTS, suppress this skill's deploy prompts (Phase 1's missing-deploy a
Explore related resources
Frequently asked questions
What is create-webroles?
create-webroles is a open-source AI agent skill with Copy skill directory. Creates and configures web roles for a Power Pages code site. Web roles control access and permissions for site users, including authenticated and anonymous roles.
Who is create-webroles best for?
create-webroles is best for reusing agent instructions, scripts, and references, deployment workflows.
How do I install create-webroles?
Install or run create-webroles using Copy skill directory. Check create-webroles for the latest setup command.
Is create-webroles actively maintained?
create-webroles may need a closer maintenance check before production use.
Auto-fetched from GitHub.