From schedule-manager
Create a single Todoist task. Sets project, due date, priority, labels per user input or sensible defaults.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin schedule-managerThis skill uses the workspace's default tool permissions.
1. **Read config.** Todoist MCP alias and `defaults.todoist_project_id`.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
Read config. Todoist MCP alias and defaults.todoist_project_id.
Gather fields:
defaults.todoist_project_id, falls back to inbox)Confirm if the task is going somewhere other than the default project.
Create via Todoist MCP. Capture task ID and URL.
Report the task link.
batch-create-tasks.assign-priorities and assign-dates exist for that.