Pointely Recent banner
Pointely Pointely

Pointely Recent

Development community

Description

--- description: Show Pointely's record of the user's recent desktop sessions. argument-hint: [max_sessions] --- Show the user's most recent Pointely sessions. Call `recent_context` on the `pointely` MCP server. If **$ARGUMENTS** is a number, pass it as `max_sessions` (capped at 20); otherwise default to 5. ```json { "name": "recent_context", "arguments": { "max_sessions": 5 } } ``` Present as a compact list: - `<relative time>` — `<app(s) used>` — `<activity count>` events - Session title

Installation

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

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

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

Full documentation available on GitHub

View Source Repository