Pointely Catchup banner
Pointely Pointely

Pointely Catchup

Development community

Description

--- description: Generate a Pointely briefing — recent work, patterns, key entities. --- Catch the user up on what they (and Pointely) have been working on. Call the `pointely` MCP server's `generate_briefing` tool (no arguments): ```json { "name": "generate_briefing", "arguments": {} } ``` Present the response as a concise, human-readable summary: - 1-2 sentences on what they've been doing. - Any suggested next steps Pointely flagged. - A final one-line question inviting the user to pick up

Installation

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

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

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

Full documentation available on GitHub

View Source Repository