cyrene-work-hygiene

cyrene-work-hygiene is a skill for Claude Code, Codex from Playa-0v0/Cyrene-Agent. It costs 56 tokens per session (988 once invoked), scanned A, original, MIT.

A Work-mode rulebook for organizing projects that create, arrange, or deliver several files.

In plain words
What is it for?
It helps structure reports, document collections, analysis projects, and long-running work with folders such as source, working, output, notes, and archive.
Why use it?
It keeps original materials, temporary work, notes, and final deliverables easy to find without overwriting source files.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It helps structure reports, document collections, analysis projects, and long-running work with folders such as source, working, output, notes, and archive.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/playa-0v0/cyrene-agent/cyrene-work-hygiene
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 Playa-0v0/Cyrene-Agent --skill cyrene-work-hygiene
Clone the repo
git clone --depth 1 https://github.com/Playa-0v0/Cyrene-Agent

Made for: Claude Code, 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 cyrene-work-hygiene

README.md
[![agentmods](https://agentmods.dev/badge/skills/playa-0v0/cyrene-agent/cyrene-work-hygiene/github.svg)](https://agentmods.dev/skills/playa-0v0/cyrene-agent/cyrene-work-hygiene)
Your own site
<a href="https://agentmods.dev/skills/playa-0v0/cyrene-agent/cyrene-work-hygiene"><img src="https://agentmods.dev/badge/skills/playa-0v0/cyrene-agent/cyrene-work-hygiene/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 cyrene-work-hygiene

Your own site · 80×15
<a href="https://agentmods.dev/skills/playa-0v0/cyrene-agent/cyrene-work-hygiene"><img src="https://agentmods.dev/badge/skills/playa-0v0/cyrene-agent/cyrene-work-hygiene.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 988 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.00056 $0.00988
Opus 5 $0.00028 $0.00494
Sonnet 5 $0.00011 $0.00198
Haiku 4.5 $0.00006 $0.00099

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

Security

Grade A, and why

cyrene-work-hygiene 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.

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/cyrene-work-hygiene/SKILL.md · 96 lines

What it actually says

Cyrene Work Hygiene

本 Skill 是可变的工作区施工规范:让用户能一眼找到原始资料、进行中的材料和最终交付物。它不替代已有的 Office Skills,也不要求为了整齐而建立空目录。

何时使用

当任务预计会创建、整理或交付一组文件时使用,例如:整理一批资料、完成分析项目、产出报告及附件、持续推进一个工作项目。

以下情况不要使用:普通问答、只读检查、单文件小修改、用户明确要求沿用现有目录且不需要整理。

施工顺序

  1. 先列出工作区当前结构,识别用户已有的原始资料、已有交付物和项目入口。
  2. 选择下面最小可用的目录模板;没有必要的目录不创建。
  3. 新建或移动文件前,说明计划;不得擅自删除、覆盖或大规模移动用户原始资料。
  4. 多文件项目在根目录保留 README.md:写清目标、关键目录和最终交付物的位置。
  5. 完成后确认 output/ 中只放用户需要交付或查看的最终成果;中间材料留在 working/

基本目录模板

1. 轻量交付

适用于一份报告、一个表格、一次性整理结果,且不需要保留复杂过程。

<项目名>/
  README.md
  output/
    <最终交付物>

2. 资料整理或分析项目

适用于有原始资料、处理过程和最终成果的任务。

<项目名>/
  README.md
  source/       用户提供或收集的原始资料;优先只读
  working/      中间表格、草稿、临时转换结果
  output/       最终交付物
  notes/        必要的结论、说明、决策记录

3. 长期工作项目

适用于会跨多次会话持续推进的项目。

<项目名>/
  README.md
  source/
  working/
  output/
  notes/
  archive/      已完成阶段、不再继续修改的材料

文件放置规则

  • 根目录只放 README.md、用户明确需要直接看到的最终成果,以及少量必要入口文件。
  • source/ 保存原始资料;除非用户明确要求,不能覆盖或删除其中内容。
  • working/ 保存草稿、转换产物、过程文件;不把它们和最终交付物混在一起。
  • output/ 保存最终版本。若有多个版本,使用清晰名称,例如 2026-08-10-项目总结.docx,不要使用 final-final-v2
  • notes/ 只记录对后续工作有价值的简短说明;不创建无内容的模板文件。
  • 用户已有明确目录时优先尊重既有结构,只补足缺失的入口说明或交付物位置。

Office 能力路由

当文件处理本身需要专业能力时,读取并使用已有 Skill;本 Skill 只负责项目组织:

任务 使用的已有 Skill
Excel、CSV、预算、数据分析 xlsx
Word、正式报告、合同、可打印文档 docx
PPT、演示文稿、幻灯片 pptx-generator
PDF 创建、审阅、表单、视觉排版 pdf

先判断是否需要对应的 Office Skill;若需要,读取该 Skill 的 SKILL.md 后再执行。不要在这里重复它们的格式、公式、版式或验证规范。

安全边界

  • 所有路径必须位于当前绑定工作区内。
  • 不删除用户文件;清理中间文件前必须取得明确确认。
  • 不为简单任务建立项目目录仪式。
  • 本 Skill 是施工建议,不强制用户接受目录重组;用户指定的结构优先。
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 · 96 lines · 56 tokens per session scan A a7ff06a64cd1

Subscribe to this mod's changes

cyrene-work-hygiene is a skill published in the GitHub repository Playa-0v0/Cyrene-Agent (581 stars, last pushed yesterday), licensed MIT. It adds 56 tokens to every session and 988 once invoked, about $0.0003 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

project-setup-info-local

Comprehensive setup steps to help the user create complete project structures in a VS Code workspace; this tool is designed for full project initialization and scaffolding, not for creating individual files. When to use this tool: user wants to create a new complete project from scratch; setting up entire project…

microsoft/vscode · 263 tokens

update-skills

Create or update repository skills and instructions when major learnings are discovered during a session. Use when the user says "learn!", when a significant pattern or pitfall is identified, or when reusable domain knowledge should be captured for future sessions.

microsoft/vscode · 51 tokens

github-copilot-upgrader

Use this to update the Github Copilot CLI/SDK.

microsoft/vscode · 18 tokens

commit

Commit staged or unstaged changes with an AI-generated commit message that matches the repository's existing commit style. Use when the user asks to 'commit', 'commit changes', 'create a commit', 'save my work', or 'check in code'.

microsoft/vscode · 52 tokens

sync

Sync the current session branch with its upstream branch, or publish the current session branch to a remote. Use when the user asks to sync a branch, pull latest changes, rebase onto upstream, push current branch, publish branch, or set upstream.

microsoft/vscode · 52 tokens

generate-run-commands

Generate or modify run commands for the current session. Use when the user wants to set up or update run commands that appear in the session's Run button.

microsoft/vscode · 36 tokens