skill-good

star 1

A code formatting skill that counts lines and words in text files. Use this skill when you need basic file statistics.

pcingola By pcingola schedule Updated 1/24/2026

name: skill-good description: A code formatting skill that counts lines and words in text files. Use this skill when you need basic file statistics. compatibility: Works with any text files.

File Statistics Skill

This skill provides basic statistics for text files.

Available Scripts

stats.py

Counts lines, words, and characters in a text file. Accepts a file path as argument and prints the counts.

Example usage:

python stats.py myfile.txt

Output:

Lines: 42
Words: 156
Characters: 892
Install via CLI
npx skills add https://github.com/pcingola/book_agentic_patterns --skill skill-good
Repository Details
star Stars 1
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator