max-sixty
- 23 skills
- 0 followers
- 9 hours ago last updated
- ▌ Jean Claude · max-sixty bundleThis 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.
- ▌ Check Emails · max-sixtyCheck the whole inbox and present it as a fresh grouped list, surfacing mail that has gone stale as its own group. Use when the user says /check-emails or asks to check their email starting from a clean list.
- ▌ Leaf · max-sixty bundlePresents designs, decisions, findings, or live work as an HTML page the user can comment on and manipulate, and processes reader input delivered from an existing Leaf page. Use for “explain this in HTML,” “write up the findings,” “show me the options,” building a playground, explorer, simulator, or interactive tool, work whose progress or review belongs in a shared page, a `leaf_delivery` tool output, or a `leaf-delivery` message.
- ▌ UI Sweep · max-sixtyAudits shipped examples in a real browser and fixes interaction and visual defects. Use after runtime or theme changes, or as a standing dispatch.
- ▌ Developing Leaf · max-sixty bundleDevelops Leaf itself from the current checkout, including its runtime, protocol, packages, UI exploration, page previews, and browser proof.
- ▌ CI Fix · max-sixtyDebug unsuccessful CI on the default branch. Use when CI fails or is cancelled on main.
- ▌ Review · max-sixty bundleReviews a pull request for code quality and correctness. Use when asked to review a PR or when running as an automated PR reviewer.
- ▌ Triage · max-sixtyTriages new GitHub issues — classifies, reproduces bugs, attempts conservative fixes, and comments. Use when a new issue is opened and needs automated triage.
- ▌ Weekly · max-sixtyWeekly maintenance — reviews dependency PRs and runs any repo-specific weekly tasks defined in running-tend.
- ▌ Nightly · max-sixtyNightly code quality sweep — resolves bot PR conflicts, reviews recent commits, surveys existing code, checks resolved issues, and updates tend workflows.
- ▌ Install Tend · max-sixty bundleSets up tend — an autonomous junior maintainer for a GitHub repo, powered by Claude or OpenAI Codex — that reviews PRs, triages issues, and fixes CI. Creates config, generates workflows, configures secrets and branch protection via API, creates the bot account, and provisions harness authentication. Use when installing tend, when clearing a failing `tend check`, and when changing an installed repo's tend config, generated workflows, secrets, environments, branch protection, or bot access.
- ▌ Code Review · max-sixtyStructured second pass over a diff — correctness and cleanup angles, a verify pass, ranked findings returned to the caller. Use as the independent pass inside a PR review, or when asked for a thorough diff review.
- ▌ Review Runs · max-sixty bundleDaily review of the previous night's CI runs — identifies problems and improves repo-local skills and workflows.
- ▌ Debug Tend Run · max-sixty bundleInvestigates a specific tend GitHub Actions run by downloading its session-log artifacts and parsing the JSONL traces. Surfaces which skill tend loaded, what tools it called with what inputs, files it read or wrote, and where decisions went wrong. Use when asked to "debug a tend run", "investigate a tend run", "why did tend do X", "what did the bot do in CI", "look at the session logs", or to reconstruct tend's behavior step-by-step from a run ID, URL, or PR number.
- ▌ Notifications · max-sixty bundleDrains unread GitHub notifications and resolves conflicts on configured-bot PRs. Runs on a schedule.
- ▌ Running In CI · max-sixty bundleGeneric CI environment rules for GitHub Actions workflows. Use when operating in CI — covers security, CI monitoring, comment formatting, and investigating session logs from other runs.
- ▌ Review Reviewers · max-sixty bundleOutcome-based analysis of tend's CI behavior — checks whether tend's outputs were accepted or rejected, escalating to session logs only when outcomes look wrong.
- ▌ Resolve Conflicts · max-sixtyResolves merge conflicts on configured-bot PRs and, when requested, upstream dependency-bot PRs.
- ▌ Release · max-sixty bundleWorktrunk 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.
- ▌ Running Tend · max-sixty bundleWorktrunk-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.
- ▌ Writing User Outputs · max-sixtyCLI output formatting standards for worktrunk. Load before editing any code that calls warning_message, hint_message, error_message, info_message, eprintln, or println, or that produces strings the user will see (CLI help, progress UI, snapshot text). Documents ANSI color nesting rules, message patterns, and output system architecture.
- ▌ Wt Switch Create · max-sixty bundleCreate a new worktrunk worktree (optionally in another repo) and switch this session's working directory into it. Use when launching a session that should work in its own worktree.
- ▌ Worktrunk · max-sixty bundleGuidance for Worktrunk (the `wt` CLI) — git worktree management, hooks, and config. Load when working out which worktree a `wt` command will act on, or reaching for the global `-C <path>` to target one; editing .config/wt.toml or ~/.config/worktrunk/config.toml; adding, modifying, or debugging hooks (post-merge, post-start, pre-commit, pre-merge, post-switch, etc.); configuring commit message generation or command aliases; or troubleshooting wt behavior. Also answers general worktrunk/wt questions.