company-skill-bundle-management

Resolve precedence and conflicts among company, workspace, and bundled skills in Paperclip.

1|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/XiaoPuOuO/VFactory --skill company-skill-bundle-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: company-skill-bundle-management
Source: https://github.com/XiaoPuOuO/VFactory/tree/main/paperclip-official/AgentSetting/skills/company-skill-bundle-management
Command: npx skills add https://github.com/XiaoPuOuO/VFactory --skill company-skill-bundle-management

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Paperclip's skill ecosystem can end up with same-name skills across company, workspace, and bundled sets. This Skill provides a clear protocol to determine which version injects, how conflicts are resolved, and how to keep boundaries tight.

Core Features & Use Cases

  • Determine ownership when skills share a name across company, workspace, and bundles.
  • Resolve precedence rules (company > workspace > bundle) and enforce mode boundaries (active vs passive).
  • Recommend actions to merge, split, or promote to a workflow or Company Skills Run when necessary.

Quick Start

Analyze the current skill set, identify collisions, and propose a canonical ownership, precedence, and boundary plan.

Frequently Asked Questions about company-skill-bundle-management

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

FAQPage Schema
How do I resolve skill name collisions across company, workspace, and bundles?

Skill precedence follows a strict hierarchy: company skills override workspace skills, which override bundled sets. This rule automatically determines which version injects and takes effect during a name collision across your environment.

How do skill mode boundaries affect active and passive injection?

Mode boundaries separate active and passive skill behaviors to strictly control logic injection. Enforcing these boundaries prevents bundled skills from accidentally triggering active workflows reserved for company or workspace levels.

When do I need to elevate skill logic to a workflow or runs?

Elevate skill logic to a workflow or Company Skills Run when simple precedence or mode boundaries cannot resolve complex conflicts. This promotion action handles advanced merging, splitting, or overriding needs that exceed standard skill injection capabilities.

What is the best way to manage bundled skills and prevent conflicts?

Analyze your current skill ecosystem, identify naming collisions, and establish a canonical ownership plan. This proactive management clarifies precedence rules and keeps mode boundaries tight across company and workspace levels.

Does skill ownership affect how precedence rules are applied?

Skill ownership directly dictates precedence application by establishing whether a skill belongs to the company, workspace, or a bundle. Defining this ownership is the primary step to determine which version takes effect during any conflict.

Why does a bundled skill override my workspace skill injection?

A bundled skill should not override a workspace skill because workspace precedence strictly outranks bundle precedence. If this occurs, check your mode boundaries and verify your canonical ownership plan to correct the injection behavior.