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.
npx agentmods add skills/our-ark/enoch/worknpx skills add our-ark/enoch --skill workgit clone --depth 1 https://github.com/our-ark/enochWhat 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.
| Model | Per session | Once 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 |
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.
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:
/taskFIFO background jobs; - backlog:
/backlogdeferred idle-time work with priority; - cron:
/cronrecurring 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:
- Preserve the request and any conversation context snapshot.
- Keep task execution non-blocking for the active chat conversation.
- Update one chat status message with queued, running, paused, completed, failed, elapsed time, latest update, and review URLs.
- Run queued work through the same authorized repository workflow as foreground
/dowork. - Promote backlog items only when the task queue is idle.
- 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.
- 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. - 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
.enochqueue, memory, and event state in the resident worktree. Remove successful task worktrees after handoff; preserve failed or paused worktrees for inspection and recovery. /task retry <id>retries only a failed task by creating a new task with a new id andparent_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.- 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.
- 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. /task resume <id|all>resumes only paused tasks without changing their ids or causal history.
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.
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.
- 3d ago First seen · 81 lines · 0 tokens per session scan A c55c2832ee56
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.
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 "入职".
lark-im
飞书即时通讯:收发消息和管理群聊。发送和回复消息、搜索聊天记录、管理群聊成员、上传下载图片和文件、管理表情回复、发送应用内/短信/电话加急、发送和处理交互卡片(Interactive Card)、监听卡片按钮回调(card.action.trigger)。当用户需要发消息、查看或搜索聊天记录、下载聊天中的文件、查看群成员、搜索群、创建群聊或话题群、管理标记数据、管理 Feed 置顶(添加/移除/查询置顶会话)、管理标签数据、处理卡片回调时使用。.
feishu
Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.
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.
mochi-remind
Handle due reminders — notify the user with natural language and mark them done.
organize-threads
猫猫辅助整理未分类 thread,分析标题和元数据,建议合适的标签。 Use when: 用户说"帮我整理"、"分类 thread"、点击整理按钮。 Not for: 删除/编辑标签本身。 Output: 按 thread 的标签建议列表。.