agent-plus-installer

Probe for agent-plus installation and offer an opt-in install prompt.

4|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/osouthgate/agent-plus --skill agent-plus-installer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-plus-installer
Source: https://github.com/osouthgate/agent-plus/tree/main/agent-plus-meta/skills/agent-plus-installer
Command: npx skills add https://github.com/osouthgate/agent-plus --skill agent-plus-installer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill provides a safe, opt-in trigger to offer to install agent-plus when the user is evaluating its use, preventing unwanted or accidental installs during Claude Code sessions.

Core Features & Use Cases

  • Safe, session-aware gating: probes for existing installation and session-wide declines before offering.
  • Clear, non-destructive installer flow: surfaces a one-line killer command and documentation without auto-execution.
  • Scoped to Claude Code workflows: activates only when agent-plus is relevant and installation would be beneficial.

Quick Start

Ask Claude Code to evaluate whether to offer to install agent-plus in the current session.

Frequently Asked Questions about agent-plus-installer

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

FAQPage Schema
How do I safely offer an opt-in installation prompt for agent-plus in Claude Code?

To safely offer an opt-in agent-plus installation prompt in Claude Code, this skill probes for an existing installation using a command check and enforces a session-scope decline flag to prevent unwanted or accidental installs.

What is the safest way to trigger an agent-plus installation from a Claude Code session?

The safest way to trigger agent-plus installation is through a non-destructive flow that surfaces a one-line killer command and documentation without auto-executing, ensuring the user maintains full control over the installation process.

Does the agent-plus installer automatically run installation commands without user permission?

No, the agent-plus installer does not auto-execute commands; it surfaces a clear, non-destructive installer flow that provides the installation command and documentation, requiring explicit user action to proceed.

How do I stop Claude Code from repeatedly prompting me to install agent-plus?

To stop repeated agent-plus installation prompts in Claude Code, simply decline the offer once; the skill uses a session-scope decline flag that prevents it from surfacing the installation prompt again during that active session.

Can I use this skill to check if agent-plus is already installed before attempting setup?

Yes, you can use this skill to check if agent-plus is installed; it uses a probe such as `command -v agent-plus-meta` to gate the offer, ensuring the installation prompt only appears when the tool is missing.