skill-scope-decision

Classify skills as shared-global, private-local, or not-ready for registry sync.

12|3|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/baibairui/WoClaw --skill skill-scope-decision
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-scope-decision
Source: https://github.com/baibairui/WoClaw/tree/main/.codex-runtime/home/.agents/skills/skill-scope-decision
Command: npx skills add https://github.com/baibairui/WoClaw --skill skill-scope-decision

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prevent private behavior from leaking into shared infrastructure by deciding whether a skill should live in the global registry or remain private and excluded from Git-backed sync.

Core Features & Use Cases

  • Reusable policy guidance: determines if a skill is designed for cross-gateway reuse.
  • Privacy protection: prevents reliance on gateway- or agent-specific context from entering the shared registry.
  • Clear outcomes: outputs one of shared-global, private-local, or not-ready to guide publishing decisions.

Quick Start

Evaluate the given skill and return a classification: shared-global, private-local, or not-ready.

Frequently Asked Questions about skill-scope-decision

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

FAQPage Schema
How do I decide if a skill should be shared globally or kept private locally?

To decide if a skill should be shared globally or kept private locally, evaluate if it is reusable across gateways, independent of private contexts, and stable enough to be reviewed. This classification prevents private behavior from leaking into shared infrastructure.

What is the difference between shared-global and private-local skill registries?

A shared-global skill is published to a shared registry for cross-gateway reuse, while a private-local skill is excluded from Git-backed sync to prevent reliance on gateway- or agent-specific context from entering shared infrastructure.

When should a skill be classified as not-ready for the global registry?

A skill is classified as not-ready when it lacks the stability required for review and publishing, or if it fails to meet the criteria for cross-gateway reuse, meaning it cannot safely enter the shared-global registry or remain private-local.

How to prevent private context from leaking into shared skill governance?

To prevent private context from leaking into shared skill governance, classify skills relying on gateway- or agent-specific context as private-local, excluding them from Git-backed sync and keeping them out of the shared global registry.

Does a skill need to be stable before entering the shared global registry?

Yes, a skill must be stable enough to be reviewed and published before entering the shared global registry. This ensures reusable policy guidance and prevents untested behaviors from affecting cross-gateway infrastructure.

Can I use skill-scope-decision for skills that depend on specific agent contexts?

Yes, evaluating skills that depend on specific agent contexts will result in a private-local classification, ensuring they are excluded from Git-backed sync to protect shared infrastructure from agent-specific behavior.