Skills for managing tasks in Reclaim.ai calendar scheduling app
npx claudepluginhub benjaminjackson/reclaim-skillsCRUD operations for Reclaim.ai tasks including create, update, list, complete, and delete with confirmation workflow
Manage Reclaim.ai calendar tasks directly from Claude Code with a safety-first approach.
This skill provides comprehensive CRUD operations for Reclaim.ai tasks with a safety-first approach. All write operations (create, update, complete, delete) require explicit user confirmation before execution.
Install from the Claude Code plugin marketplace:
/plugin marketplace add benjaminjackson/reclaim-skills
/plugin install reclaim-tasks@reclaim-skills
Or browse and install via the /plugin menu.
Prerequisites:
gem install reclaim
reclaim --help
The skill activates automatically when you mention tasks, Reclaim, or scheduling. You don't need to explicitly invoke it.
List tasks:
Show me my active Reclaim tasks
Create a task:
Create a Reclaim task called "Write proposal" due Friday, P1 priority, 3 hours
Update a task:
Update task abc123 to P2 priority and change due date to next Monday
Complete a task:
Mark task abc123 as complete
For all write operations (create, update, complete, delete), Claude will:
Read operations (list, get, list-schemes) execute immediately without confirmation.
The skill includes three documentation files:
Claude will progressively load these as needed to answer your questions.
Show me my overdue tasks
List my active tasks for today
Update task xyz to P1 priority
Create a task "Review PR" with 30 minutes duration
Add a task "Team standup" tomorrow at 9am, 1 hour
Show details for task abc123
Change the due date of task abc123 to next Friday
Mark task abc123 as complete
Create a 6-hour task "Documentation sprint" that can be split into 1.5 hour chunks, P2 priority, work hours only
Specified in hours (decimal):
0.25 = 15 minutes0.5 = 30 minutes1 = 1 hour1.5 = 90 minutes2 = 2 hours4 = 4 hoursYYYY-MM-DD (e.g., 2025-11-15)YYYY-MM-DDTHH:MM:SS (e.g., 2025-11-15T14:30:00)none, clear, or nullUse aliases for common schemes:
work, working hours, business hours → Work timepersonal, off hours, private → Personal timereclaim list-schemesMIT License - see LICENSE file for details.
Development marketplace for Superpowers core skills library
Harness-native ECC skills, hooks, rules, MCP conventions, and operator workflows
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.