Feature request: Programmatic skill deployment via CLI or API

Resolved 💬 3 comments Opened Feb 14, 2026 by Justin3546 Closed Mar 21, 2026

Summary

Currently, deploying skills to an organization requires manual steps in the Claude UI (Organization Settings > Capabilities > Skills > Upload skill). It would be valuable to have a programmatic way to deploy skills.

Proposed solution

A CLI command or API endpoint for deploying skills, for example:

claude skills deploy ./my-skill.zip

Or with options:

claude skills deploy ./my-skill.zip --org <org-id> --enable-by-default
claude skills list
claude skills delete <skill-name>

Use cases

  • Teams iterating frequently on skills during development
  • CI/CD pipelines that automatically deploy updated skills on merge
  • Managing multiple skills across different environments
  • Scripting bulk skill updates across an organization

Current workaround

Manual upload through the web UI after each change.

View original on GitHub ↗

This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗