release

Detect changes, bump versions, and deploy skills and agents to GitHub.

Updated Jan 16, 2026
One-click install
npx skills add https://github.com/guillempuche/ai-standards --skill release-guillempuche
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release
Source: https://github.com/guillempuche/ai-standards/tree/main/.claude/skills/release
Command: npx skills add https://github.com/guillempuche/ai-standards --skill release-guillempuche

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the complex and time-consuming process of detecting changes, versioning, and deploying individual AI skills and agents to GitHub.

Core Features & Use Cases

  • Automated Change Detection: Compares generated repositories against a cache to identify modifications.
  • Version Bumping: Intelligently prompts for and applies patch, minor, or major version updates to skill and agent frontmatter.
  • Deployment Automation: Executes scripts to generate individual repositories, commit changes, and deploy them to GitHub.

Quick Start

Run the release skill to automate the process of detecting changes, bumping versions, and deploying skills and agents.

Frequently Asked Questions about release

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

FAQPage Schema
How do I automate version bumps and deployment for AI agents to GitHub?

Automating version bumps and deployment for AI agents to GitHub involves detecting changes via a cache, prompting for patch, minor, or major version updates in frontmatter, and executing scripts to push individual repositories to the remote.

What is the best way to detect changes in AI skills before deploying?

Detecting changes in AI skills before deploying is accomplished by comparing generated repositories against a stored cache to identify modifications, ensuring only updated skills proceed to version bumping and remote deployment.

How does frontmatter versioning work for skill and agent releases?

Frontmatter versioning for skill and agent releases works by intelligently prompting the user for patch, minor, or major version updates, then automatically applying those version changes directly to the skill and agent frontmatter files.

Can I deploy individual skill repositories to GitHub automatically?

You can deploy individual skill repositories to GitHub automatically by running deployment scripts that generate the repositories, commit the detected changes, update versions, and push them directly to the GitHub remote.

Does this release workflow require a cache to compare skill modifications?

This release workflow requires a cache to compare generated repositories against existing cached versions, which is necessary to accurately detect modifications before applying version bumps and pushing to GitHub.

Why does my skill deployment prompt for a version bump?

Your skill deployment prompts for a version bump because the automated change detection identified modifications in the generated repository compared to the cache, triggering the versioning workflow to update the frontmatter before pushing to GitHub.