role-setup

Check, plan, apply, and repair role-scoped runtime setup.

17|2|Updated Jun 2, 2026
One-click install
npx skills add https://github.com/SeemSeam/agent-roles-spec --skill role-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: role-setup
Source: https://github.com/SeemSeam/agent-roles-spec/tree/main/roles/frontend-engineer/skills/role-setup
Command: npx skills add https://github.com/SeemSeam/agent-roles-spec --skill role-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Role setup can be complex and time-consuming, especially when it involves checking, planning, or repairing the runtime setup for a mounted Role.

Core Features & Use Cases

  • Check Role Setup: Verify the current runtime setup of a mounted Role.
  • Plan Role Setup: Summarize the proposed actions needed to prepare the runtime setup.
  • Apply Role Setup: Execute the planned setup actions with user approval.
  • Repair Role Setup: Recreate missing output without changing the Role source.
  • Isolation and Security: Ensures that setup does not interfere with the main environment or other agents.

Quick Start

Use the role-setup skill to check the runtime setup for your current Role.

Frequently Asked Questions about role-setup

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

FAQPage Schema
How do I check the runtime setup for a mounted role?

Checking runtime setup verifies the current MCP declarations, plugin projection, and provider configuration of a mounted role to ensure a clean, functional environment.

What is the best way to repair missing MCP declarations without changing the role source?

Repairing runtime setup recreates missing output directories and configurations without modifying the original role source. This fixes broken plugin projections and private tool paths while maintaining role integrity.

Can I isolate role-scoped configuration management from my main agent environment?

Yes, role-scoped runtime setup ensures isolation by keeping private tool directories and MCP projections separate. This prevents interference with the main environment or other agents during configuration modifications.

How do I plan and apply role setup actions step by step?

Planning role setup summarizes the proposed actions needed to prepare the runtime environment. After reviewing the plan, you apply the setup actions by granting script execution approval for modifications.

Does role setup work for frontend engineer roles needing private tool directories?

Yes, role setup is suitable for frontend engineer roles that need to maintain clean, isolated environments. It manages private tool directories, template projections, and provider configurations specific to the role scope.

Why does runtime management require script execution approval for modifications?

Runtime management requires script execution approval to ensure user control over environment modifications. This security measure prevents unauthorized changes to MCP declarations and provider configurations during the setup process.