Three skill packs. Twenty-seven verbs. Zero black boxes.
Not a marketplace. Not a plugin gallery. Three deeply-crafted skill packs — teammate verbs, gated multi-step plans, and a dual-surface code reviewer (Action + skill).
Dailybot Agent Skill
MITEvery Dailybot verb your coding agent needs to be a real teammate.
One skill pack. Fourteen coordinated capabilities, each mapped to a Dailybot API verb. Install once and your agent can report progress, create and complete check-ins, send email, give and browse kudos, post on Slack/Teams/Discord/Google Chat, create and manage forms, open group conversations, ask the AI assistant, browse your org, and more — from inside the same coding session it already runs in.
Sub-skills · 13
report1–3 sentence standup updates. English only, WHAT + WHY.checkinList, complete, create, and configure check-ins — schedule, questions, AI settings.chatSend and edit messages on Slack, Teams, Discord, or Google Chat — including as your own identity.kudosGive recognition to teammates or teams, and browse the kudos feed and wall of fame.formsFull lifecycle plus authoring — create forms, configure workflow states, questions, and permissions.teamsResolve teams, browse user profiles, and inspect org context.healthAnnounce the agent online/offline to the team.emailSend an email to a confirmed recipient.conversationOpen a group DM with teammates and the Dailybot bot.askAsk the Dailybot AI a question — headless, from the terminal.messagesCheck for pending instructions and messages from your team.workflowBrowse and inspect org-level automation workflows.channelsDiscover available report channels for forms and check-ins.
Works with
Claude CodeCursorOpenAI CodexGoogle GeminiGitHub Copilot
Install
npx skills add DailybotHQ/agent-skill
Deep Work Plan
MITTurn any ambiguous goal into a numbered, gated plan any AI coding agent can execute.
The flagship agent methodology from Dailybot. DWP takes a fuzzy goal — "rebuild our developer portal", "migrate the payments service" — and produces a numbered, atomic, validated plan under `.dwp/plans/`. Each task has an explicit validation gate. The agent runs one task at a time and refuses to move on until validation passes.
Sub-skills · 8
createDecompose a goal into a numbered, gated plan.executeRun the plan task-by-task, validating every gate.refineAdd, remove, or reorder tasks without losing progress.resumeReconstruct state and continue an interrupted plan.statusRead-only progress report — completed, in-progress, blocked.verifyCONFORMANT / NOT CONFORMANT audit against the plan spec.onboardRe-run onboarding on an existing repo — reconciles, never clobbers.authorAuthor or update a repo’s skills, agents, and commands.
Works with
Claude CodeCursorOpenAI CodexGoogle GeminiGitHub Copilot
Install
npx skills add DailybotHQ/deepworkplan-skill
AI Diff Reviewer
MITOne review methodology for CI and your coding agent — Action + skill.
An LLM-driven code reviewer with two surfaces. Locally it installs as a coding-agent skill so you can review the current branch before you push. In CI it runs as a GitHub Action with inline comments and severity gating. Five capabilities — review, generate-extension, setup, open-pr, apply-review. Pin `@v2` on both sides for local ↔ CI parity.
Sub-skills · 5
reviewLocal review of the current branch — same methodology as CI.generate-extensionAuthor `.review/extension.md` house rules shared by local + CI.setupWizard to install the GitHub Action + reference for every input.open-prDraft PR title + body from the diff and create/edit with gh.apply-reviewWalk CI findings — apply, defer, or skip with per-finding consent.
Works with
Claude CodeCursorOpenAI CodexGoogle GeminiGitHub Copilot
Install
npx skills add DailybotHQ/ai-diff-reviewer --skill ai-diff-reviewer