with one click
count-lines
Count the number of lines in a given file
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Count the number of lines in a given file
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Manage the BioAPEX current-feature workflow from scoping through review and completion
Turn an analysis request into a Slurm-ready execution plan with commands, resource assumptions, and job structure.
Scale a buffer recipe to a target volume and compute component masses/volumes.
Save a fetched summary or document to the knowledge base for later retrieval (e.g. after PubMed/UniProt lookup).
Interpret scRNA clusters using marker genes and suggest cell type or state.
Critically evaluate a perturbation hypothesis — challenge assumptions, propose negative controls, and flag confounders.
| name | count_lines |
| description | Count the number of lines in a given file |
| version | 1 |
| category | general/utilities |
| requires_tools | ["read_file","python_repl"] |
| requires_network | false |
| user_invocable | true |
| tags | ["file","line-count","utility"] |
| aliases | ["line_counter"] |
| stage | utilities |
| stability | stable |
| safety_level | low |
Count the number of lines in a specified file that the agent is allowed to read.
Use this skill when the user asks for the line count of a project file or wants a quick sanity check on file length.
read_file to fetch the file content. Do not guess or fabricate the count.python_repl or a reliable internal count based on newline splitting.File: relative pathLine count: integerNote: mention that empty lines are includedUser: "Count lines in knowledge/golden-tasks.md."
→ Read the file, count the lines, and report the total.