share-skill

Promote a project-local skill to the shared engine on Google Drive.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/idealic-ai/engine --skill share-skill-idealic-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: share-skill
Source: https://github.com/idealic-ai/engine/tree/main/skills/share-skill
Command: npx skills add https://github.com/idealic-ai/engine --skill share-skill-idealic-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Promotes a project-local skill to the shared engine on Google Drive, enabling centralized access and governance across projects.

Core Features & Use Cases

  • Gate-driven promotion workflow with standards checks and authority loading to ensure consistency.
  • Centralizes skills into the shared engine for reuse, auditing, and cross-project collaboration.
  • Use case: a team member promotes a tested local skill so teammates can activate it from the shared library.

Quick Start

Run the share-skill command with your skill name to publish it to the shared engine.

Frequently Asked Questions about share-skill

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

FAQPage Schema
How do I promote a project-local skill to a shared engine on Google Drive?

To promote a local skill to the shared engine on Google Drive, run the share-skill command with your skill name. The workflow enforces frontmatter validation, discovers the engine path, and publishes the skill for centralized team access.

What frontmatter validation is required to publish a skill to the shared library?

Publishing a skill requires frontmatter validation that checks for a mandatory Skill name and description. The promotion workflow applies these gate checks to ensure consistency and governance before loading the skill into the shared engine.

Can I include scripts, references, and assets directories when promoting a skill to Google Drive?

Yes, promoting a skill to the shared engine supports optional scripts, references, and assets directories. The promotion process transfers these components alongside the validated skill file to ensure full functionality on the target drive.

How does gate-driven promotion handle authority loading for shared skills?

Gate-driven promotion applies standards checks and authority loading to ensure consistency across projects. This governance mechanism verifies permissions and enforces validation rules before a local skill is published to the shared engine.

What is the best way to govern and reuse skills across multiple project drives?

Centralizing skills into a shared engine on Google Drive enables cross-project collaboration, auditing, and reuse. Using a gate-driven promotion workflow ensures that only properly validated skills are published to the shared library.

Why does my skill promotion fail when loading to the shared engine?

Skill promotion fails when frontmatter validation requirements are not met. A skill must have a valid name and description, and the workflow must successfully discover the Google Drive engine path before the promotion can proceed.