file-analyzer

Analyzes file content to produce structured reports on type, encoding, and statistics.

Updated Jan 2, 2026
One-click install
npx skills add https://github.com/Hor1zonZzz/demo-cli --skill file-analyzer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: file-analyzer
Source: https://github.com/Hor1zonZzz/demo-cli/tree/main/.demo-cli/skills/file-analyzer
Command: npx skills add https://github.com/Hor1zonZzz/demo-cli --skill file-analyzer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps automate the analysis of file contents, providing quick insights on structure, size, and quality. It saves time by turning manual inspection into structured reports.

Core Features & Use Cases

  • File content analysis: Identify file type, encoding, and structure.
  • Statistics & quality cues: Compute line counts, complexity indicators, and notable patterns.
  • Use Case: Quickly assess a codebase by generating a concise report for each file, helping you prioritize refactors.

Quick Start

Provide the path to the target file, for example: analyze "src/app.py".