Organize for Openclaw

A proactive organization tool that learns user preferences to structure files and folders during the active workflow.

ivangdavila
v1.0.0
Feb 12, 2026
8
1.8k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install organize

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install organize using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Organize?

The Organize skill transforms file management from a cleanup chore into an integrated part of the development process. By analyzing patterns within Openclaw Skills, this tool anticipates where new files should live and how existing structures should scale. It focuses on future-proofing your projects by applying the 10x test, ensuring that current directory structures can handle significant growth without becoming cluttered or inaccessible.

This skill operates on the core principle that organization is not a separate task but a continuous improvement process. Every time a file is touched or created, the Organize skill evaluates the context against established patterns to suggest the most logical placement, ensuring your workspace remains clean and navigable as the project evolves.

Organize Use Cases

  • Proposing optimal file locations when creating new assets based on learned project patterns.
  • Suggesting logical grouping structures when multiple related files are detected in a single directory.
  • Enforcing and applying consistent naming conventions across a workspace using Openclaw Skills.
  • Identifying inefficiencies in current folder structures and proposing reorganizations to reduce future search effort.

How Organize Works

  1. OBSERVE: The skill monitors your file operations and notices structural trends while you work.
  2. PROPOSE: It generates a formal organization suggestion, including reasoning, before any action is taken.
  3. CONFIRM: You provide an explicit OK or establish an always for X rule to skip future confirmations.
  4. APPLY: The skill executes the reorganization and documents the specific changes made to the environment.
  5. LEARN: User preferences and confirmed patterns are recorded in a patterns.md file for future reference.

Organize Setup

To get started with this skill within the Openclaw Skills ecosystem, you need to define your foundational preferences. Initialize your project by creating or updating two core files:

  • principles.md: Document your fundamental organization logic.
  • patterns.md: This file will be automatically updated as the skill learns your habits.

To enable the skill in your environment, use the standard activation command:

openclaw skills enable organize

Organize Data Schema & Taxonomy

The Organize skill utilizes a simple but effective metadata taxonomy to track preferences and project structure:

Component Description
principles.md Stores the high-level organizational fundamentals and ground rules.
patterns.md A dynamic registry of learned user preferences and confirmed naming conventions.
Proposal Format A structured template used to communicate suggested moves, renames, and reasoning.

Organize Advanced Features

  • 10x Scale Testing: Automatically evaluates if a proposed directory structure will remain functional if the project size grows by an order of magnitude.
  • Lifecycle Awareness: Suggests organization based on the expected lifecycle of a file, including archiving and versioning strategies.
  • Automated Preference Tracking: Transitions from manual confirmation to auto-apply mode once a pattern is confirmed multiple times within Openclaw Skills.
  • Strategic Reorganization: Identifies deep-seated structural problems and calculates the effort and risk associated with significant workspace shifts.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*