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