From agent-ping
Open the Agent Ping settings form. Use ONLY when the user explicitly asks to see or open settings, NOT when they ask to change a specific setting.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-ping:configThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Call the `mcp__agent-ping__configure` tool to open the Agent Ping settings form. The form lets the user change all settings interactively.
Call the mcp__agent-ping__configure tool to open the Agent Ping settings form. The form lets the user change all settings interactively.
IMPORTANT: If the user asks to change a specific setting (like "set volume to 100" or "turn off idle prompt"), do NOT open this form. Use mcp__agent-ping__set_setting or mcp__agent-ping__set_sound instead.
npx claudepluginhub davidwilsby/agent-ping --plugin agent-pingGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.