filesystem

Locate Cargo.toml files and update dependency versions across a workspace.

1|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/vanyastaff/paramdef --skill filesystem-vanyastaff
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: filesystem
Source: https://github.com/vanyastaff/paramdef/tree/main/.claude/skills/filesystem
Command: npx skills add https://github.com/vanyastaff/paramdef --skill filesystem-vanyastaff

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides practical patterns for filesystem navigation, code discovery, and basic read/write operations within a project.

Core Features & Use Cases

  • Finding Files: Glob patterns for Rust sources, tests, Cargo manifests.
  • Content Search: Grep patterns with context and counts.
  • Reading/Writing: Partial and multi-file reads; safe edits and replacements.
  • Use Case: Locate all Cargo.toml files and update a dependency version across the workspace.

Quick Start

Find all Cargo.toml files with Glob pattern **/Cargo.toml".