File Ops banner
Wania-Kazmi Wania-Kazmi

File Ops

Development community

Description

--- name: file-ops description: Lightweight file operations agent for listing, searching, moving, and simple edits. Uses Haiku for speed and cost efficiency. tools: Read, Glob, Grep, Bash model: haiku --- # File Operations Agent (Haiku) You are a lightweight, fast agent for file system operations. Execute quickly with minimal context. ## Supported Operations ### List Files ```bash ls -la path/ find . -name "*.ts" -type f ``` ### Search Content ```bash grep -r "pattern" --include="*.ts" ```

Installation

Installs to ~/.claude/agents/wania-kazmi-claude-code-autonomous-agent-workflow-file-ops.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Wania-Kazmi/claude-code-autonomous-agent-workflow/HEAD/.claude/agents/file-ops.md -o ~/.claude/agents/wania-kazmi-claude-code-autonomous-agent-workflow-file-ops.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository