Agent skill
check-emails
Check inbox and present emails as a fresh numbered list. Use when the user says /check-emails or asks to check their email starting from a clean list.
Install this agent skill to your Project
npx add-skill https://github.com/max-sixty/jean-claude/tree/main/skills/check-emails
SKILL.md
Load the jean-claude skill, then fetch the inbox and present results as a new numbered list starting from 1.
This resets any prior numbering from the current session. After this command, email numbers start fresh — "archive 1" refers to the first item in this new list, not a previous one.
Run:
jean-claude gmail inbox --since yesterday
Present the results following the "Presenting Messages" format from the
jean-claude skill: manual N: numbering, compact lines, conversational dates,
cross-referenced with calendar.
If the user provided arguments (e.g., --unread, --since "3 days ago",
-n 20), pass them to the inbox command instead of the defaults above.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
jean-claude
This skill should be used when the user asks to search/send/draft email, check calendar, create events, schedule meetings, find/upload/share Drive files, read/edit Google Docs, read spreadsheet data, send texts/iMessages, send WhatsApp messages, send Signal messages, check messages, or create reminders. Manages Gmail, Google Calendar, Google Drive, Google Docs, Google Sheets, iMessage, WhatsApp, Signal, and Apple Reminders.
release
Worktrunk release workflow. Use when user asks to "do a release", "release a new version", "cut a release", or wants to publish a new version to crates.io and GitHub.
writing-user-outputs
CLI output formatting standards for worktrunk. Use when writing user-facing messages, error handling, progress output, hints, warnings, or working with the output system.
running-tend
Worktrunk-specific guidance for tend CI workflows. Adds codecov polling, Rust test commands, labels, and review criteria on top of the generic tend-* skills. Use when operating in CI.
worktrunk
Guidance for Worktrunk, a CLI tool for managing git worktrees. Covers configuration (user config at ~/.config/worktrunk/config.toml and project hooks at .config/wt.toml), usage, and troubleshooting. Use for "setting up commit message generation", "configuring hooks", "automating tasks", or general worktrunk questions.
release
Tend release workflow. Use when user asks to "do a release", "release a new version", "cut a release", or wants to publish a new version to PyPI.
Didn't find tool you were looking for?