[FEATURE] Headless/programmatic plugin installation
Resolved 💬 3 comments Opened Dec 2, 2025 by noahwoodin Closed Jan 31, 2026
Preflight Checklist
- [x] I have searched existing requests and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)
Problem Statement
Claude Code supports headless/programmatic prompting , https://code.claude.com/docs/en/headless, by passing the -p to run in non-interactive mode. There should be a way to install and manage plugins in headless/non-interactive mode. This would allow you to install and use plugins programmatically and within CI/CD pipelines.
Proposed Solution
I'd like to be able to run claude -p "/plugin install my-plugin@my-plugins"
Alternative Solutions
_No response_
Priority
Critical - Blocking my work
Feature Category
Other
Use Case Example
To install Claude Code Plugins in CI/CD pipelines (gitlab, github)
Additional Context
_No response_
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗