Pointely Search banner
Pointely Pointely

Pointely Search

Productivity community

Description

--- description: Search Pointely for a captured team playbook matching a natural-language task. argument-hint: <task description> --- Search the user's Pointely account for a playbook that matches the task: **$ARGUMENTS** Use the `pointely` MCP server's `search_playbooks` tool: ```json { "name": "search_playbooks", "arguments": { "task": "$ARGUMENTS" } } ``` If the top result's similarity is high, follow up with `get_playbook` for full details, then summarize for the user: - Title - Apps inv

Installation

Installs to ~/.claude/skills/pointely-pointely-plugin-pointely-search/SKILL.md

Terminal
mkdir -p ~/.claude/skills/pointely-pointely-plugin-pointely-search && curl -fsSL https://raw.githubusercontent.com/Pointely/pointely-plugin/HEAD/commands/pointely-search.md -o ~/.claude/skills/pointely-pointely-plugin-pointely-search/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository