generate-terminal-command | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / generate-terminal-command

generate-terminal-command

maintained by NazmusSayad

star 22 account_tree 3 verified_user MIT License
bolt View GitHub

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)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 22
GitHub Forks 3
Created Jan 2026
Last Updated il y a 5 mois
tools tools cli tools

Related Skills

figma-use
chevron_right
discover-tui
chevron_right
slash-command-factory
chevron_right
createcli
chevron_right
webbrowser
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.