From elnora
Use this skill when the user asks about "Elnora folders", "project folders", "organize files", "move folder", "create folder", "rename folder", "delete folder", or any task involving folder management within Elnora projects.
How this skill is triggered — by the user, by Claude, or both
Slash command
/elnora:elnora-foldersThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Manage folders within Elnora projects via MCP tools. Folders organize files
Manage folders within Elnora projects via MCP tools. Folders organize files hierarchically inside a project.
All folder tools accept an optional org_id parameter (UUID). When provided,
the operation targets that organization instead of the user's active org. The
user must be a member of the target org.
| Tool | Purpose | Key Parameters |
|---|---|---|
elnora_list_folders | List folders in a project | project_id |
elnora_create_folder | Create a new folder | project_id, name, optional parent_id |
elnora_rename_folder | Rename a folder | project_id, folder_id, name |
elnora_move_folder | Move a folder to a new parent | project_id, folder_id, optional parent_id |
elnora_delete_folder | Delete a folder | project_id, folder_id |
project_id (required): The UUID of the project containing the folders.folder_id (required for rename/move/delete): The UUID of the target folder.parent_id (optional): The UUID of the parent folder. Omit to place at root level.name (required for create/rename): The folder name.elnora_list_folders with project_id to see all folders and their hierarchyelnora_list_folders to find the parent folder's IDelnora_create_folder with project_id, name, and parent_idelnora_move_folder with project_id and folder_id, omitting parent_idelnora_list_folders to see current structureelnora_move_folder to relocate folders as neededelnora_rename_folder to update names if requiredelnora_delete_folder with project_id and folder_idAll IDs are UUIDs (e.g., bfdc6fbd-40ed-4042-9ea7-c79a5ec90085).
npx claudepluginhub elnora-ai/elnora-plugins --plugin elnoraOrganizes project directories by mapping folders to work breakdowns or disposition rules, grouping files that change together. Use for repo layout, deciding file placement, or cleaning up messy folders.
Creates, opens, and manages project workspaces in LiveDocs for cross-session memory, long-term tracking like diets or investments, and saving key outputs.
Creates a date-organized workspace folder with static project docs and an assets directory for code, enabling other skills to operate with project context and daily work tracking.