By OpenKit-Ltd
OpenKit's Agent Skills (open SKILL.md standard) — prompt engineering, docs, and internal workflows. Works in Claude, Codex/ChatGPT, Cursor, and more.
Analyses the user's email history to build a personalised `inbox-reply-drafter` skill that writes replies in their voice. Reads full email threads (sent and received together) so it understands not just tone but how the user responds to different kinds of incoming email. Reads `user-context` before doing anything; bootstraps `build-user-context` first if not installed. Trigger when the user asks to build their inbox voice, set up their reply drafter, train Claude on how they write emails, or refresh a stale drafter. Also trigger when the user says their existing drafter sounds wrong or out of date. Also trigger when the user asks to draft or reply to an email and no `inbox-reply-drafter` is installed; offer to build the drafter or produce a one-off draft. Prompts for analysis depth (Quick / Standard / Thorough), reads and synthesises, then generates a single-file SKILL.md the user installs as `inbox-reply-drafter`.
Interviews the user and researches their email to produce a personalised `user-context` skill that captures who they are professionally, who they work with, what projects matter, and how they communicate. Run this skill first, before any other inbox skill. Trigger when the user says they want to set up the OpenKit inbox skills, build their user context, install the inbox assistant, get started with inbox triage, or any phrasing that indicates first-time setup of the inbox suite. Also trigger when the user says their context is stale, their role has changed, or they want to refresh the user-context skill. This skill is the prerequisite for build-inbox-voice and inbox-triage; both depend on the user-context skill that this one produces. Combines targeted multiple-choice questions with autonomous email research, then generates a single SKILL.md file the user installs as `user-context`.
Reads the user's inbox over a specified window and produces a structured brief sorting everything into Urgent (needs the user today), Watching (going stale, including chases they're waiting on), and Skip (newsletters, CC noise, automated alerts, counted not summarised). Renders as an inline visual widget of stacked, colour-coded priority cards that expand on click for fuller context. Reads `user-context` first; bootstraps `build-user-context` if not installed. Trigger whenever the user asks for an inbox brief, morning email summary, what's in their inbox, what needs their attention, what came in overnight, an inbox triage, or any phrasing asking Claude to sort or summarise their email. Also trigger when invoked by a scheduled run passing a `window` parameter. Read-only: does not draft or send anything.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
OpenKit's collection of Agent Skills — reusable, model-invoked
capabilities built on the open SKILL.md standard, so they work across Claude (Code,
Cowork, claude.ai), Codex / ChatGPT, Cursor, Gemini CLI, Copilot, and any
other agent that reads SKILL.md.
This repo is set up so the same GitHub repo works for both the cross-tool
npx skillsinstaller and the native Claude Code plugin marketplace. Pick whichever route your users prefer.
One link, skills only. Unzipping gives a flat list of three .md files — one per skill,
nothing to click through.
Download — the link for the website:
https://github.com/OpenKit-Ltd/skills/releases/latest/download/openkit-inbox-skills.zip
Unzip and you get, side by side:
build-user-context.md
inbox-triage.md
build-inbox-voice.md
In Claude's web/desktop app, add each one under Customize → Skills (start with
build-user-context — the other two build on it). For Claude Code, use npx skills add or
/plugin from the Install section below instead; those pull straight from the repo.
Claude Cowork plugin file — openkit-tools-plugin.zip installs all three as one plugin
via Cowork's "upload a custom plugin file":
https://github.com/OpenKit-Ltd/skills/releases/latest/download/openkit-tools-plugin.zip
These
releases/latest/download/…URLs are permanent — they always serve the newest release, so hard-code them on the OpenKit site once and never touch them again. A new release is cut whenever av*tag is pushed (CI rebuilds these artifacts). See CONTRIBUTING.md.
npx skills (easiest, works across 30+ agents)npx skills add OpenKit-Ltd/skills
No Claude session required, no restart — it drops the skills into the right place for
whichever agent you have installed. Add -g for a global (all-projects) install, or
--list to preview what's in the repo first.
/plugin marketplace add OpenKit-Ltd/skills
/plugin install openkit-tools@openkit
Then run a skill directly, e.g. /openkit-tools:inbox-triage. Update later with
/plugin marketplace update openkit.
No commands — you add each skill through the UI:
openkit-inbox-skills.zip (link at the top) and unzip it — you get three .md files
(build-user-context.md, inbox-triage.md, build-inbox-voice.md).build-user-context,
since the other two build on it.For teams: on Team/Enterprise plans an org owner can add the skills once under Organization settings → Skills so they appear automatically for everyone.
Cowork installs plugins (bundles of skills), so a single install delivers the whole kit — no picking skills one by one. Two ways:
+
→ Add marketplace → enter OpenKit-Ltd/skills → install openkit-tools. Every
skill becomes available immediately (type / in chat or Cowork to see them).openkit-tools-plugin.zip from
Releases and use the upload
option on the Plugins page.For teams: an org owner can distribute the marketplace org-wide and mark the plugin as required / auto-installed, so everyone gets all the skills with zero manual steps.
Maintainers: rebuild the download artifacts locally with
bash scripts/build-skill-zips.sh(outputs todist/). CI does this automatically on eachv*tag and attaches them to the matching GitHub Release.
These three skills make up the OpenKit Inbox suite. Set them up in order — start with
build-user-context, which the other two depend on.
| Skill | What it does |
|---|---|
build-user-context | Run first. Interviews you and researches your email to generate your personalised user-context skill — who you are, who you work with, the projects that matter, and how you write. Prerequisite for the rest. |
inbox-triage | Reads your inbox over a chosen window and returns a structured brief — Urgent / Watching / Skip — as colour-coded priority cards that expand on click. Read-only; never drafts or sends. Uses user-context. |
build-inbox-voice | Analyses your sent/received threads to build an inbox-reply-drafter skill that writes replies in your voice. Uses user-context. |
npx claudepluginhub openkit-ltd/skills --plugin openkit-toolsCore skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.
Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).