file-operations

Community

Instantly analyze files, no manual digging.

Authormhattingpete
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Manually gathering file statistics, line counts, or content details can be time-consuming and error-prone. This Skill automates file analysis, providing quick insights into your codebase without modifying any files.

Core Features & Use Cases

  • Detailed Metadata: Get file size, line counts, and modification times for single or multiple files.
  • Content Analysis: Analyze code structure, count functions, classes, or imports within files.
  • Pattern Search: Quickly find TODOs, FIXMEs, or specific code patterns across your project.
  • Use Case: Ask for a comprehensive analysis of app.py to get its size, line count, and a breakdown of functions and classes, all in seconds.

Quick Start

Get file size and modification time

bash stat -f "%z bytes, modified %Sm" app.py

Count lines in a file

bash wc -l app.py

Read file content for analysis

Read(file_path="app.py")

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: file-operations
Download link: https://github.com/mhattingpete/claude-skills-marketplace/archive/main.zip#file-operations

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.