bynextlevelbuilder· 18 skills
Use whenever the agent creates, writes, moves, or renames a file in a team/delegate (shared) workspace, OR when the user asks to organize, clean up, restructure, audit, or find files in any workspace or the Vault, OR when starting a multi-file task or named project. Enforces a purpose-based folder convention (flat mode: notes/, data/, outputs/, scripts/, archive/; project mode: projects/<slug>/{docs,assets,source,reports,research}/), per-agent namespacing under shared/<agent_key>/, and pre-write discovery via memory_search, vault_search, knowledge_graph_search to surface related files and avoid duplicates. Trigger before any write_file or exec at workspace root, when starting a project, generating reports/assets/exports, delegating, or when the user says "messy", "where did I save", "tổ chức lại", "dọn workspace", "tạo report", "find related", "search vault". Do NOT trigger for read-only ops, edits inside an existing project tree (cloned repo), or short-lived files deleted in the same turn.
$npx -y skills add nextlevelbuilder/goclaw --skill workspace-organizingInstalls into the current project.
Run `npx skills use "https://github.com/nextlevelbuilder/goclaw" --skill "nextlevelbuilder/goclaw/workspace-organizing"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/nextlevelbuilder/goclaw" that are relevant to the current task. Run `npx skills add "https://github.com/nextlevelbuilder/goclaw"` and select the relevant skills, then follow their instructions.