agent-deploy

Publish generated agents as private GitHub repositories via gh CLI with preflight checks and synchronization.

10|7|Updated Sep 24, 2025
One-click install
npx skills add https://github.com/matsuni-kk/agent_template_public --skill agent-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-deploy
Source: https://github.com/matsuni-kk/agent_template_public/tree/main/.cursor/skills/agent-deploy
Command: npx skills add https://github.com/matsuni-kk/agent_template_public --skill agent-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

This skill streamlines the publication of generated domain-specific agents by turning them into private GitHub repositories, eliminating manual repo setup and deployment steps.

Core Features & Use Cases

  • Private repository deployment: publish agents as private GitHub repos to enable secure distribution and collaboration.
  • Multi-platform synchronization: ensure consistency by aligning master artifacts across CLAUDE, AGENTS, and related surfaces.
  • Preflight & QC checks: enforce readiness checks (CLAUDE.md, README.md, .cursor/skills) and trigger deployment QC.

Quick Start

Instruct the AI to publish the newly created agent as a private GitHub repository and return the repository URL.

Frequently Asked Questions about agent-deploy

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

FAQPage Schema
How do I publish a generated agent to a private GitHub repository?

To publish a generated agent to a private GitHub repository, the skill automates remote repository creation via the gh CLI and enforces required files like CLAUDE.md and README.md. It returns a ready-to-use repository URL while coordinating preflight checks and deployment QC.

What files are required to deploy an agent as a private repo?

Deploying an agent as a private repo requires specific files including CLAUDE.md and README.md. The process enforces these readiness checks alongside .cursor/skills validation to ensure your domain-specific agent passes preflight QC before remote GitHub publication.

Can I use the gh CLI to automate private repo creation for my AI agents?

Yes, you can use the gh CLI to automate private repo creation for AI agents. This skill leverages the gh CLI to create the remote repository directly, eliminating manual setup and streamlining the deployment workflow for generated domain-specific agents.

How does multi-platform synchronization work for deployed agents?

Multi-platform synchronization for deployed agents works by aligning master artifacts across CLAUDE, AGENTS, and related surfaces. The skill uses the update_agent_master script to enforce consistency and coordinate synchronization throughout the private repository deployment workflow.

What is the best way to automate the GitHub deployment workflow for a domain-specific agent?

The best way to automate the GitHub deployment workflow for a domain-specific agent is to use a skill that handles preflight checks, QC, and gh CLI repository creation. This ensures required files are validated and multi-platform synchronization is executed automatically.

Are there limitations when publishing agents as private GitHub repos?

Limitations when publishing agents as private GitHub repos include strict dependencies on required files like CLAUDE.md and README.md. Failing these preflight checks or lacking proper gh CLI authentication will halt the deployment workflow and prevent repository creation.