skill-distribution

Distribute skills from a source repository to multiple target agent repositories.

Updated Jan 16, 2026
One-click install
npx skills add https://github.com/matsuni-kk/mini-app-agent --skill skill-distribution
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-distribution
Source: https://github.com/matsuni-kk/mini-app-agent/tree/main/.cursor/skills/skill-distribution
Command: npx skills add https://github.com/matsuni-kk/mini-app-agent --skill skill-distribution

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of distributing and synchronizing skills across multiple agent repositories, ensuring consistency and saving significant manual effort.

Core Features & Use Cases

  • Bulk Skill Deployment: Distribute one, multiple, or all skills to designated agent repositories.
  • Overwrite or New Only: Supports overwriting existing skills or creating new ones only if they don't exist.
  • Targeted Distribution: Allows specifying which repositories should receive the skills.
  • Use Case: After updating a core skill like browser-controller, you can use this skill to instantly deploy the updated version to all other agent repositories that depend on it, preventing version drift.

Quick Start

Use the skill-distribution skill to distribute the chatgpt-parallel-research skill to the fiction-craft-agent and o2p-agent repositories.

Frequently Asked Questions about skill-distribution

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

FAQPage Schema
How do I automate skill distribution across multiple agent repositories?

Automating skill distribution involves pushing skills from a source agent repository to multiple target repositories on the desktop. This process synchronizes skills automatically, ensuring consistency and saving significant manual effort across your agent network.

What is the best way to sync updated skills to dependent agent repositories?

Syncing updated skills to dependent agent repositories is best handled by deploying the updated versions to all target repositories at once. This bulk deployment prevents version drift and instantly synchronizes core skill updates across your entire codebase.

Can I distribute skills to specific target repositories without overwriting existing ones?

Yes, you can distribute skills to specified target repositories using a mode that creates new skills only if they do not exist. Alternatively, an overwrite mode replaces existing skills to enforce strict repository synchronization and version consistency.

Does skill distribution support a dry-run for pre-execution verification?

Skill distribution supports a dry-run functionality for pre-execution verification. This allows you to validate the targeted repository sync and distribution outcomes before any actual code management changes are committed to the target agent repositories.

What are the limitations of using automated skill distribution for code management?

A limitation of automated skill distribution is that it operates strictly on desktop agent repositories. While it provides detailed reporting of distribution outcomes, it does not natively manage remote cloud repository synchronization or resolve complex agent merge conflicts.