Stats
Actions
Tags
From solon-cli
Read files with hashline annotations for reliable line-range editing
How this skill is triggered — by the user, by Claude, or both
Slash command
/solon-cli:hashline-readThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use `sl read` instead of the Read tool when you plan to edit a code file.
Use sl read instead of the Read tool when you plan to edit a code file.
sl read <file> # read entire file with line hashes
sl read <file> --lines 5:20 # read lines 5-20 only
sl read <file> --lines 5: # read from line 5 to EOF
sl read <file> --chunk-size 100 # limit output to 100 lines
Each line: LINE#HASH|CONTENT
Example:
1#ZP|fn main() {
2#MQ| println!("hello");
3#HW|
4#RK|}
sl edit--lines to navigatenpx claudepluginhub huynhhoangphuc/solon --plugin solon-cliGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.