organize-task-files

organize-task-files is a skill for Claude Code, Codex from platonai/Browser4. It costs 49 tokens per session (838 once invoked), scanned A, original, Apache-2.0.

A file-management tool for task files moving through a workflow from draft to pushed code. It finds, pairs, groups, deduplicates, and moves `.full.md` and `.issues.md` files.

In plain words
What is it for?
Use it to summarise task pipelines, list files, match evaluation and issue files, find duplicates or empty issue files, and move tasks between stages.
Why use it?
It makes it easier to see which tasks are complete, missing a matching file, duplicated, or sitting in the wrong workflow stage.

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/platonai/browser4/organize-task-files
Any agent
npx skills add platonai/Browser4 --skill organize-task-files
Clone the repo
git clone --depth 1 https://github.com/platonai/Browser4

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 organize-task-files

README.md
[![agentmods](https://agentmods.dev/badge/skills/platonai/browser4/organize-task-files.svg)](https://agentmods.dev/skills/platonai/browser4/organize-task-files)
Your own site
<a href="https://agentmods.dev/skills/platonai/browser4/organize-task-files"><img src="https://agentmods.dev/badge/skills/platonai/browser4/organize-task-files.svg" alt="Measured on agentmods" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 838 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.00049 $0.00838
Opus 5 $0.00024 $0.00419
Sonnet 5 $0.00010 $0.00168
Haiku 4.5 $0.00005 $0.00084

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

Security

Grade A, and why

organize-task-files 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 4d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/organize.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.

coworker/skills/organize-task-files/SKILL.md · 89 lines

How it starts

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

Organize Task Files

Manages .full.md (evaluation outputs) and .issues.md (extracted issues) files across the Coworker task state machine pipelines.

When to Use

  • "organize task files"
  • "show me what tasks are in each pipeline stage"
  • "find unpaired .full.md and .issues.md files"
  • "find duplicate task files"
  • "find empty issues files (zero issues found)"
  • "move task files from X to Y"
  • "clean up the issues draft directory"

How It Works

  1. Scans coworker/tasks/ (issues, main) for .md task files
  2. Parses filenames with pattern YYYYMMDD-HHMMSS-taskname.{full,issues}.md or plain taskname.md
  3. Groups by task name, detects pairs/dupes/orphans, classifies by pipeline stage

Usage

Run the bundled script:

python3 coworker/skills/organize-task-files/scripts/organize.py COMMAND [OPTIONS]

Commands

Command Description
summary Overview of all pipelines: file counts per stage, type breakdown
list List all task files with full paths, grouped by pipeline stage
pairs Match .full.md ↔ .issues.md pairs; flag orphans
dupes Find duplicate task names across directories and stages
empty Find .issues.md files with "0 issues found"
move Move matching files between pipeline stages (dry-run by default)

Options

Flag Description
--dir DIR Only scan a specific directory (default: all task dirs)
--dry-run Show what would happen without making changes (default for move)
--force Actually perform moves (use with move)
--json Output as JSON for scripting

Examples

# Overview of all pipelines
python3 coworker/skills/organize-task-files/scripts/organize.py summary

# Find unpaired files in issues draft
python3 coworker/skills/organize-task-files/scripts/organize.py pairs --dir issues/draft

# List all duplicate task names
python3 coworker/skills/organize-task-files/scripts/organize.py dupes

# Find empty .issues.md files (zero issues)
python3 coworker/skills/organize-task-files/scripts/organize.py empty

# Preview moving empty issues files to a discard directory
python3 coworker/skills/organize-task-files/scripts/organize.py move --dir issues/draft --filter empty --target coworker/tasks/issues/review/done/discard

# Actually perform the move
python3 coworker/skills/organize-task-files/scripts/organize.py move --dir issues/draft --filter empty --target coworker/tasks/issues/review/done/discard --force

Read the full file on GitHub · 89 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. 4d ago First seen · 89 lines · 49 tokens per session scan A c7d55c609d03

Subscribe to this mod's changes

organize-task-files is a skill published in the GitHub repository platonai/Browser4 (1,120 stars, last pushed yesterday), licensed Apache-2.0. It adds 49 tokens to every session and 838 once invoked, about $0.0002 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.