Agent skill
justdoit
Manage tasks via the `justdoit` CLI (Google Tasks + Calendar): next view, list, search, complete/undo, and common workflows.
Install this agent skill to your Project
npx add-skill https://github.com/antoniolg/agent-kit/tree/main/skills/justdoit
SKILL.md
justdoit CLI
justdoit is a CLI for Google Tasks + Calendar. This guide covers the most useful commands and flags so you can work without constantly checking --help.
Daily view (Next)
- Show the "Next" view (overdue/today/this week/next week/backlog):
justdoit nextjustdoit next --idsjustdoit next --backlog=false(hide backlog)
List/search
-
List by list/section:
justdoit list --list <List>justdoit list --list <List> --section <Section>justdoit list --list <List> --section <Section> --all
-
Show IDs:
justdoit list --list <List> --section <Section> --idsjustdoit search "<query>" --list <List> --ids
Complete / Undo
-
Complete by ID:
justdoit done <taskID> --list <List>
-
Complete by exact title (optional section):
justdoit done --list <List> --title "<Exact title>" --section <Section>
-
Undo completion:
justdoit undo <taskID> --list <List>justdoit undo --list <List> --title "<Exact title>" --section <Section>
Tips
- Use
--idswhen you plan to complete or undo by ID. - Use
--allto include completed items where supported.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
gen-pdf
Converts a Markdown file to a styled PDF with DevExpert branding (logo in bottom-right corner). Use when asked to generate a PDF from a Markdown document, or when any DevExpert proposal/document needs to be exported as PDF.
cloudflared-tunnel
Create temporary public URLs for localhost apps using Cloudflare Quick Tunnels with tmux-based process management. Use when you need to preview a local app externally (mobile device, remote collaborator, QA), including host-allowlist fixes when a dev server blocks external hosts.
Manage inbox email. Uses the inbox script and stores metadata (ids) to open or archive messages later.
whatsapp-evo
Manage WhatsApp via Evolution API (v2.x): list chats with unread messages and reply.
create-cli
Design command-line interface parameters and UX: arguments, flags, subcommands, help text, output formats, error messages, exit codes, prompts, config/env precedence, and safe/dry-run behavior. Use when you’re designing a CLI spec (before implementation) or refactoring an existing CLI’s surface area for consistency, composability, and discoverability.
academy-enrollments
Manage academy enrollments by appending rows to a Google Sheet (used by Zapier/n8n to grant LearnWorlds access).
Didn't find tool you were looking for?