manage-scope

Create scope types and items for DaaS multi-tenancy data partitioning.

1|Updated May 26, 2026
One-click install
npx skills add https://github.com/BaraArdiwinata/hackathon-sima-arome --skill manage-scope-baraardiwinata
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manage-scope
Source: https://github.com/BaraArdiwinata/hackathon-sima-arome/tree/main/.agents/skills/manage-scope
Command: npx skills add https://github.com/BaraArdiwinata/hackathon-sima-arome --skill manage-scope-baraardiwinata

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a solution for setting up and managing multi-tenancy or organizational data partitioning, ensuring tenant isolation, org-level access control, and regional data partitioning.

Core Features & Use Cases

  • Multi-Tenancy Setup: Configure multi-tenancy or organizational data partitioning using the DaaS-native scope system.
  • Tenant Isolation: Achieve tenant isolation for secure data separation.
  • Org-Level Access Control: Implement hierarchical data partitioning for different organizational levels.
  • Use Case: For a company with multiple regions and branches, this Skill can be used to define and manage scope items for each region and branch, ensuring that data is partitioned according to the organizational hierarchy.

Quick Start

To set up a new scope item for a region, use the following command: manage-scope create --type Region --name 'APAC'.

Frequently Asked Questions about manage-scope

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

FAQPage Schema
How do I set up multi-tenancy and tenant isolation for a DaaS application?

To set up multi-tenancy, you can use this Skill to interact with the DaaS scope system, creating scope types and items that ensure secure tenant isolation and data separation across your application.

How do I configure hierarchical data partitioning for different organizational levels?

You configure hierarchical data partitioning by defining scope items for each organizational level, such as regions and branches, ensuring data is accurately partitioned according to your company's specific structural hierarchy.

Can I assign role-based access control within specific data partitions?

Yes, you can assign roles and configure data filtering policies within specific scopes to enforce org-level access control and restrict data visibility based on the defined hierarchical boundaries.

Do I need the scope MCP tool to configure regional data partitioning?

Yes, configuring regional data partitioning requires interaction with the DaaS scope tables and utilizes the scope MCP tool to execute setup commands for defining and managing your scope items.

What is the best way to create a new scope item for a specific region?

The quickest way to create a new regional scope item is by running the command `manage-scope create --type Region --name 'APAC'`, which directly integrates the new partition into your DaaS environment.