Organize banner
PolderLabsVOF PolderLabsVOF

Organize

Development community

Description

--- description: Conservatively organize an OpenKan board using its local HTTP API. --- Organize the OpenKan board at `http://127.0.0.1:7777/`. 1. Read `/api/board`, `/api/tasks-index`, and relevant task details. 2. Identify miscategorized, related, stale, or underspecified tasks. 3. Preserve tasks in In Progress or Review unless they are clearly abandoned. 4. Build the smallest useful batch of move, tag, priority, effort, area, archive, or restore operations. 5. Submit the operations to `P

Installation

Installs to ~/.claude/skills/polderlabsvof-openkan-organize/SKILL.md

Terminal
mkdir -p ~/.claude/skills/polderlabsvof-openkan-organize && curl -fsSL https://raw.githubusercontent.com/PolderLabsVOF/openkan/HEAD/commands/organize.md -o ~/.claude/skills/polderlabsvof-openkan-organize/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository