Tag: file-system
Mandatory permission for file deletion operations
This skill acts as a mandatory guardrail, intercepting all file deletion attempts (e.g., rm, fs.rm). It enforces explicit user permission via a dedicated request before any file system modification can proceed.
Manage and Sync Local Agent Skills
This tool standardises, validates, and synchronises locally maintained skills into various agent directories. It manages the entire lifecycle, including converting non-standard sources into the required SKILL.md format and handling symlink-…
Gather basic system and file information
This skill enables the agent to execute predefined Python scripts to gather operational details, including basic system information (OS, Python version) and listing the contents of specified directories.
File-based planning for complex agentic tasks
This skill implements a structured, file-based planning methodology, treating the filesystem as persistent working memory. It manages complex, multi-step tasks by maintaining state, findings, and progress across dedicated markdown files.
Mandatory permission check for file deletion
This skill intercepts all file deletion operations, including using commands like rm or fs.rm, ensuring explicit user consent is obtained before any files are removed from the disk. It enforces a strict workflow requiring a permission check…