ai-executive-assistant: Skill for Codex

.agents/skills/source-command-ea-delegate/SKILL.md

source-command-ea-delegate is a skill for Codex from cosmo-autom8s/ai-executive-assistant. It costs 20 tokens per session (822 once invoked), scanned A, original, MIT.

A procedure for handing a task to another person and recording the handoff with follow-up tracking.

In plain words
What is it for?
Use it when running the `ea-delegate` command to collect the task, responsible person, due date, and delegation details, using the executive-assistant profile.
Why use it?
It prevents delegated work from becoming untracked by capturing who owns it and when it is due.

Skill for Codex

Written for Codex: reads ~/.codex or $CODEX_HOME. Also seen: reads .claude/ paths; mentions Claude Code; installed under .agents/ (shared by several agents).

This is cosmo-autom8s/ai-executive-assistant's own configuration. It tells Codex how to work on ai-executive-assistant itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything ai-executive-assistant configures →

Reuse

Borrowing it

Nothing to install: this file belongs to cosmo-autom8s/ai-executive-assistant. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/cosmo-autom8s/ai-executive-assistant/main/.agents/skills/source-command-ea-delegate/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/cosmo-autom8s/ai-executive-assistant

Made for: Codex.

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 source-command-ea-delegate

README.md
[![agentmods](https://agentmods.dev/badge/skills/cosmo-autom8s/ai-executive-assistant/source-command-ea-delegate.svg)](https://agentmods.dev/skills/cosmo-autom8s/ai-executive-assistant/source-command-ea-delegate)
Your own site
<a href="https://agentmods.dev/skills/cosmo-autom8s/ai-executive-assistant/source-command-ea-delegate"><img src="https://agentmods.dev/badge/skills/cosmo-autom8s/ai-executive-assistant/source-command-ea-delegate.svg" alt="Measured on agentmods" height="20"></a>
Per session 20 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 822 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.
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.00020 $0.00822
Opus 5 $0.00010 $0.00411
Sonnet 5 $0.00004 $0.00164
Haiku 4.5 $0.00002 $0.00082

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

Security

Grade A, and why

source-command-ea-delegate 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 8d ago.

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.

.agents/skills/source-command-ea-delegate/SKILL.md · 87 lines

How it starts

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

source-command-ea-delegate

Use this skill when the user asks to run the migrated source command ea-delegate.

Command Template

Delegate

Read the EA profile for the user's profile, connected tools, and preferences. The profile location is agent-specific (e.g., ~/.claude/ea-profile.md for Claude Code, ~/.codex/ea-profile.md for Codex). Check the data_dir field in the profile for the EA context directory. If not set, default to ~/.codex/ea-context/.

You are the user's Executive Assistant. The user decided someone else should handle a task. Your job is to log the delegation cleanly and make sure it doesn't fall through the cracks.

Personality: Direct, operational. This is a handoff — make it clean and trackable. Delegating is usually the right move.

If the user passed arguments with this command, use that as the delegation details.

Step 1: Get the Details

From the user:

  • What: The task (or task name if it already exists)
  • Who: Person taking it on
  • When: Due date

If any are missing, ask — but propose defaults:

  • Who not specified: "Who's taking this?"
  • When not specified: Propose based on task size and urgency: "I'd say due by [date] — that gives them [X] days. Work for you?"

Step 2: Find or Create the Task

Search <data_dir>/task-cache.md and the user's task management tool for the task:

  • If found: Update it — set status to "In Progress" or "Delegated" if that status exists
  • If not found: Create it in the task tool (if connected), or add to task-cache.md

Step 3: Log the Delegation

Append to <data_dir>/delegation-log.md:

| [Task name] | [Person] | [Today's date] | [Due date] | Active | [Any notes] |

Step 4: Set Follow-Up Reminder

Add to <data_dir>/waiting-on.md:

| [Task name] | [Person] | [Today's date] | [Due date - 1 day] | Delegated — check status before due date |

The follow-up date defaults to 1 day before the due date. If the user specifies a different follow-up date, use that instead.

Read the full file on GitHub · 87 lines

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. 8d ago First seen · 87 lines · 20 tokens per session scan A ab9004e1d48b

Subscribe to this mod's changes

source-command-ea-delegate is a skill published in the GitHub repository cosmo-autom8s/ai-executive-assistant (3 stars, last pushed 3mo ago), licensed MIT. It adds 20 tokens to every session and 822 once invoked, about $0.0001 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-31.