synthesis-absence-coordination

synthesis-absence-coordination is a skill for Claude Code, Codex from synthesisengineering/synthesis-skills. It costs 165 tokens per session (3,963 once invoked), scanned A, original, Apache-2.0.

A process for arranging the handoff of decisions, responsibilities, and contact details when someone is away for vacation, travel, family reasons, or medical leave.

In plain words
What is it for?
It helps prepare absence notices, organize coverage and reachability, notify the right people in the right order, and schedule the handoff's reversal.
Why use it?
It reduces stalled work by making clear who covers each responsibility, what can wait, and how urgent issues should be handled.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present.

Part of the synthesis-skills plugin — 63 skills, 4 hooks shipped together

Good fit It helps prepare absence notices, organize coverage and reachability, notify the right people in the right order, and schedule the handoff's reversal.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/synthesisengineering/synthesis-skills/synthesis-absence-coordination
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add synthesisengineering/synthesis-skills --skill synthesis-absence-coordination
Clone the repo
git clone --depth 1 https://github.com/synthesisengineering/synthesis-skills

Made for: Claude Code, Codex.

Or install synthesis-skills, the plugin that ships this one along with the rest of its 63 skills, 4 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for synthesis-absence-coordination

README.md
[![agentmods](https://agentmods.dev/badge/skills/synthesisengineering/synthesis-skills/synthesis-absence-coordination/github.svg)](https://agentmods.dev/skills/synthesisengineering/synthesis-skills/synthesis-absence-coordination)
Your own site
<a href="https://agentmods.dev/skills/synthesisengineering/synthesis-skills/synthesis-absence-coordination"><img src="https://agentmods.dev/badge/skills/synthesisengineering/synthesis-skills/synthesis-absence-coordination/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for synthesis-absence-coordination

Your own site · 80×15
<a href="https://agentmods.dev/skills/synthesisengineering/synthesis-skills/synthesis-absence-coordination"><img src="https://agentmods.dev/badge/skills/synthesisengineering/synthesis-skills/synthesis-absence-coordination.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 165 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,963 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00165 $0.03963
Opus 5 $0.00082 $0.01982
Sonnet 5 $0.00033 $0.00793
Haiku 4.5 $0.00016 $0.00396

Measured 12d ago against content hash 95cd881b5230, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

synthesis-absence-coordination scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (test_validate_config.py, validate_config.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/synthesis-absence-coordination/SKILL.md · 354 lines

How it starts

The opening of the file, as written. The whole thing — 354 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Absence Coordination

Version 1.0.0 (2026-08-12)

An absence is a handoff, not an announcement

Most "out of office" tooling answers one question: is this person away? That is the least useful question anyone has.

The questions people actually have are: who decides in their place, what can wait, and can I reach them if it truly cannot. An absence notice that omits those does not remove a blocker — it relocates it, from your calendar into someone else's inbox, where it sits until you get back and discover a week of stalled decisions.

This skill treats an absence as a handoff with a scheduled reversal. Every protocol below follows from that.

It also treats an absence as a relationship event. Who hears first, who hears what, and who never hears at all are not implementation details. They are the whole thing.

Configuration contract

All specifics — names, addresses, tiers, channels, lead times, group IDs — live in a private config the skill reads at load time:

~/.synthesis/absence-coordination/config.yaml

The skill is generic and publishable; the config is neither. Full schema: references/config-schema.md. Starting point: example-config.yaml. Per-tier draft skeletons: references/message-templates.md. Fifteen-minute adoption path: references/quickstart.md. Validate with:

python3 validate_config.py ~/.synthesis/absence-coordination/config.yaml

If the config is missing, STOP and say so. Announcing an absence without knowing the tier order is not a partial success; it is the specific failure this skill exists to prevent. Never hardcode a name, address, or channel that belongs in config.

Shared config. Where synthesis-chief-of-staff is installed, this skill reads its preferences file for calendar accounts, assistant relationships, and travel-disclosure rules rather than duplicating them. One fact, one home. If both files define the same fact, the chief-of-staff config wins and this skill's copy is a bug.

Read the full file on GitHub · 354 lines

Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 354 lines · 165 tokens per session scan A 95cd881b5230

Subscribe to this mod's changes

synthesis-absence-coordination is a skill published in the GitHub repository synthesisengineering/synthesis-skills (19 stars, last pushed today), licensed Apache-2.0. It adds 165 tokens to every session and 3,963 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories