skill-release

Synchronize skills from a development to a release directory with version and Git updates.

1|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/wvlvik/toy-skills --skill skill-release
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-release
Source: https://github.com/wvlvik/toy-skills/tree/main/.agents/skills/skill-release
Command: npx skills add https://github.com/wvlvik/toy-skills --skill skill-release

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of synchronizing skills from a development directory (.agents/skills/) to a release directory (skills/), including version bumping and Git automation.

Core Features & Use Cases

  • Automated Skill Sync: Copies updated skills to the release directory.
  • Version Bumping: Automatically increments the patch version in package.json.
  • Git Automation: Commits and pushes changes to the repository.
  • Use Case: When you complete development on a new skill or update an existing one, use this Skill to seamlessly publish it to the release directory and update the version control.

Quick Start

Use the skill-release skill to release all updated skills.

Frequently Asked Questions about skill-release

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

FAQPage Schema
How do I automate syncing skills from a development directory to a release directory?

You can automate skill synchronization by copying updated files from a development source directory to a release destination directory while automatically managing version updates and Git operations for deployment.

What is the best way to bump patch versions in package.json during a release?

Automated version bumping increments the patch version in package.json during the skill synchronization process. This ensures version consistency when deploying updated AI skills to the release directory.

Do I need Python and Git to automate skill deployment workflows?

Yes, you need Python 3.8+ and Git installed to automate skill deployment workflows. These dependencies are required to manage the release process, handle version updates, and execute Git operations.

How does Git automation work when publishing updated AI skills?

Git automation commits and pushes changes to the repository automatically when you sync updated skills. This ensures your version control system accurately reflects the deployed release directory state.

When should I use an automated skill release process instead of manual file copying?

You should use an automated skill release process when maintaining a collection of AI skills that require version consistency. It eliminates manual file copying errors and ensures Git operations are executed correctly during deployment.

Can I sync multiple updated skills to the release directory at the same time?

Yes, you can sync multiple updated skills to the release directory simultaneously. The automation process copies all updated skills from the development source directory and applies version updates in a single workflow.