Pointely Playbook banner
Pointely Pointely

Pointely Playbook

Development community

Description

--- description: Show the full details of a Pointely playbook by id. argument-hint: <playbook_id> --- Retrieve the Pointely playbook with id **$ARGUMENTS**. Use the `pointely` MCP server's `get_playbook` tool: ```json { "name": "get_playbook", "arguments": { "playbook_id": "$ARGUMENTS" } } ``` Then render the playbook in a compact, readable form: 1. Title, description, applications used, estimated duration. 2. Parameters (required vs optional + defaults). 3. Numbered steps with target app, U

Installation

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

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

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

Full documentation available on GitHub

View Source Repository