generate-terminal-command
maintained by NazmusSayad
star
22
account_tree
3
verified_user
MIT License
name: generate-terminal-command description: This rule explains how to generate a terminal command
Use Linux paths
Correct:
go build -o ./output ./input
go build /c/Users/Sayad/...
Incorrect:
go build -o .\\output .\\input
go build C:\\Users\\Sayad\\...
Avoid cd
Correct:
ls -l
Incorrect:
cd ./path; ls -l
chat Comments (0)
Sign in to join the discussion and leave a comment.
Skill Details
GitHub Stars
22
GitHub Forks
3
Created
Jan 2026
Last Updated
il y a 5 mois
tools
tools cli tools
Related Skills
Build your own?
Join 12,000+ developers contributing to the Claude ecosystem.
No comments yet. Be the first to share your thoughts!