From Ringee
Search, view, create, update, or delete Ringee contacts via the connected Ringee MCP. Enforces double-confirmation before deletion.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ringee:ringee-contactsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Manage the user's Ringee contacts through the connected Ringee MCP.
Manage the user's Ringee contacts through the connected Ringee MCP.
search_contacts — show id, name, phone, company.get_contact.create_contact — phoneNumber is REQUIRED and must be E.164
(+14155552671); it must be unique within the user/organization.search_contacts/get_contact), then
update_contact. Only send the fields that change.get_contact, read the stored phone number back to the user, get an explicit
"yes, delete", then call delete_contact with confirm=true AND
confirmPhoneNumber equal to that stored phone. Never auto-confirm.If you don't know which contact is meant, ask — resolve to one contactId before
writing. End by stating what changed and the suggested next step (e.g. queue a
call session). Claude Code CLI fallback: ringee contacts search|get|create|update|delete.
npx claudepluginhub ringee-io/ringee-app --plugin ringeeGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Resolves in-progress git merge or rebase conflicts by analyzing history, understanding intent, and preserving both changes where possible. Runs automated checks after resolution.