Terminus Skill banner
jazzsequence jazzsequence

Terminus Skill

Development community

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 list and terminus help rather 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 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