Terminus Skill
Description
Claude Code skill for Pantheon's Terminus CLI
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
terminus-skill
A Claude Code skill for working with [Terminus](https://github.com/pantheon-systems/terminus), Pantheon's official CLI.
What this skill does
When active, Claude Code can:
- Infer the correct Terminus command from a natural-language request
- Discover valid commands via
terminus listandterminus helprather than guessing - Know about all official Pantheon plugins and community plugins, with exact command names
- Guide scripting and CI/CD integration patterns
- Refuse to suggest commands, flags, or subcommands that don't exist
- Know when (rarely) to call the Terminus API directly instead of using the CLI
Requirements
- Terminus 4.x installed (
brew install terminuson macOS) - PHP 8.2+
- An active Pantheon account with a machine token
Terminus 3.x is also supported with minor differences.
Installation
bash <(curl -fsSL https://raw.githubusercontent.com/jazzsequence/terminus-skill/main/install.sh)
The installer copies the skill to `~/.claude/skills/terminus/` and automatically adds this repo as a marketplace to `~/.claude/settings.json`, enabling auto-updates.
Or from a local clone:
git clone https://github.com/jazzsequence/terminus-skill
cd terminus-skill
./install.sh
The skill will be available as `terminus` in Claude Code.
Options
./install.sh --symlink # symlink instead of copy (updates with git pull)
./install.sh --no-marketplace # skip settings.json marketplace configuration
./install.sh --uninstall # remove the skill
Updating
Once installed, enable automatic updates in Claude Code:
/plugin
→ → Marketplace
↓ terminus-skill
[RETURN] → → Enable auto-update
To update manually:
/plugin marketplace update terminus-skill
Uninstalling
./install.sh --uninstall
Usage
Invoke the skill by name in Claude Code:
/terminus
Or
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11