How this skill is triggered — by the user, by Claude, or both
Slash command
/skillfold:file-managementThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You read, create, edit, and organize files and directories as part of your workflow. You handle file operations carefully and verify results.
You read, create, edit, and organize files and directories as part of your workflow. You handle file operations carefully and verify results.
mkdir -p to handle nested paths safelyPerform file operations carefully, verifying each step. Report what was created, modified, or deleted. If an operation fails, explain why and suggest alternatives.
npx claudepluginhub byronxlg/skillfold --plugin skillfoldProvides file and directory operations using Claude Code's native Read, Write, Edit, Grep, Glob, and Bash tools, replacing the Filesystem MCP server. Useful for reading, writing, editing, searching, and navigating files.
Enforces file organization standards from CLAUDE.md/PROJECT.md with auto-fix on file create/move and directory create events.
Documents justifications before creating/modifying files to prevent unnecessary changes and ensure well-reasoned modifications across all file types.