work

A workflow for managing work that should continue outside the current chat. It supports one-time queued tasks, deferred backlog items, recurring scheduled jobs, status updates, and learning records for certain skill changes.

In plain words
What is it for?
Use it to queue background jobs, defer work for later, schedule recurring tasks, or monitor task progress through the configured chat provider.
Why use it?
It prevents longer-running work from being treated as a single foreground conversation. It also keeps task state, progress, failures, and review links available for later tracking.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/our-ark/enoch/work
Any agent
npx skills add our-ark/enoch --skill work
Clone the repo
git clone --depth 1 https://github.com/our-ark/enoch

Made for: Claude Code, Codex.

Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 882 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00000 $0.00882
Opus 5 $0.00000 $0.00441
Sonnet 5 $0.00000 $0.00176
Haiku 4.5 $0.00000 $0.00088

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

Security

Grade A, and why

work 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 3d 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.

src/enoch/skills/work/SKILL.md · 81 lines

How it starts

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

Work

Purpose

Use this skill when Enoch should manage persistent work instead of treating every request as a single foreground chat turn.

The work skill covers three core execution modes:

  • queue: /task FIFO background jobs;
  • backlog: /backlog deferred idle-time work with priority;
  • cron: /cron recurring scheduled jobs;

It also covers:

  • single-message task status updates through the configured chat provider;
  • automatic skill-only learning artifacts after successful work.

Boundary

Worker state is local runtime state under .enoch/:

  • .enoch/task_queue.json
  • .enoch/backlog.json
  • .enoch/cron.json
  • .enoch/artifacts/learning/

Do not treat every successful job as inheritable. Enoch records an inheritable learning artifact only when completed work changes a skill package under src/<agent>/skills/<skill-name>/.

Operation

When work is queued:

  1. Preserve the request and any conversation context snapshot.
  2. Keep task execution non-blocking for the active chat conversation.
  3. Update one chat status message with queued, running, paused, completed, failed, elapsed time, latest update, and review URLs.
  4. Run queued work through the same authorized repository workflow as foreground /do work.
  5. Promote backlog items only when the task queue is idle.
  6. Run cron checks in an independent scheduler rather than after chat polling. Claim due occurrences atomically and enqueue them at the front of the task queue. Keep at most one pending, running, or paused task per schedule. Interval targets are fixed-rate: after downtime, coalesce missed targets into one immediate task and advance to the first anchored target still in the future.
  7. When agent runtime authentication, quota, or rate limits are unavailable, move the active task to paused, stop the worker before it consumes later tasks, and warn the human. /task resume <id|all> moves selected paused tasks back to the front with the same ids and context after access is available again.
  8. Keep the agent-instance branch as the resident control worktree. Give every code task its own linked worktree and branch from the latest available authoritative revision supplied by the VCS provider, and run the agent runtime, tests, commits, publication, and review handoff there. Keep .enoch queue, memory, and event state in the resident worktree. Remove successful task worktrees after handoff; preserve failed or paused worktrees for inspection and recovery.
  9. /task retry <id> retries only a failed task by creating a new task with a new id and parent_task_id; never rewrite the original failure. Preserve the request, context, source, provenance, and any recoverable task workspace/revision. Before new execution, reconcile recorded review identities with the configured review provider; reuse a validated open or landed review instead of duplicating work. If a retry fails, retry that latest failed task so the causal chain remains linear.
  10. Give each running task a worker lease. Recovery must not requeue a task while its owner process is alive, and only the lease owner may publish a terminal task transition or final status message.
  11. Classify failures before deciding whether to retry. Automatically retry only explicit transient failures such as network interruption, rate limiting, or temporary upstream unavailability, with bounded backoff and at most three attempts. Treat dirty worktrees, validation failures, task timeouts, permission or configuration errors, and unknown failures as non-retryable. Record attempt, failure code, failure class, and retry disposition in task events. Keep /task retry <id> as the explicit human override.
  12. /task resume <id|all> resumes only paused tasks without changing their ids or causal history.

Read the full file on GitHub · 81 lines

Files

What ships with it

1 file 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. 3d ago First seen · 81 lines · 0 tokens per session scan A c55c2832ee56

Subscribe to this mod's changes

work is a skill published in the GitHub repository our-ark/enoch (11 stars, last pushed 3d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 882 tokens. 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

hr-onboarding

A new-hire onboarding plan as a single page — first week schedule, buddy + manager intro, learning track, equipment checklist, and "you're set when…" outcomes. Use when the brief mentions "onboarding", "new hire", "first week plan", or "入职".

nexu-io/open-design · 62 tokens

lark-im

飞书即时通讯:收发消息和管理群聊。发送和回复消息、搜索聊天记录、管理群聊成员、上传下载图片和文件、管理表情回复、发送应用内/短信/电话加急、发送和处理交互卡片(Interactive Card)、监听卡片按钮回调(card.action.trigger)。当用户需要发消息、查看或搜索聊天记录、下载聊天中的文件、查看群成员、搜索群、创建群聊或话题群、管理标记数据、管理 Feed 置顶(添加/移除/查询置顶会话)、管理标签数据、处理卡片回调时使用。.

larksuite/cli · 140 tokens

feishu

Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.

Hmbown/CodeWhale · 33 tokens

reflect

Review recent work, find repeated workflow patterns, and suggest reusable skills, agents, commands, config changes, or playbooks. Use when the user asks to learn from past sessions, improve recurring workflows, or identify what should be turned into reusable agent instructions.

alvinunreal/oh-my-opencode-slim · 53 tokens

mochi-remind

Handle due reminders — notify the user with natural language and mark them done.

kirodotdev/KiroCrew · 20 tokens

organize-threads

猫猫辅助整理未分类 thread,分析标题和元数据,建议合适的标签。 Use when: 用户说"帮我整理"、"分类 thread"、点击整理按钮。 Not for: 删除/编辑标签本身。 Output: 按 thread 的标签建议列表。.

zts212653/clowder-ai · 65 tokens