bash-linux
CommunityMaster Bash/Linux commands.
AuthorAb-aswini
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill provides essential patterns and commands for efficiently working with Bash and Linux terminals, streamlining development and system administration tasks.
Core Features & Use Cases
- Command Chaining & Piping: Understand operators like
&&,||, and|for complex command sequences. - File & Process Management: Quickly list, find, search, and manipulate files and running processes.
- Text Processing: Utilize powerful tools like
grep,sed, andawkfor data manipulation. - Use Case: When debugging a Node.js application, use
ps aux | grep nodeto find the process ID, thenkill -9 <PID>to terminate it, followed bynpm run dev &to restart it in the background.
Quick Start
Use the bash-linux skill to find all JavaScript files in the current directory and its subdirectories.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: bash-linux Download link: https://github.com/Ab-aswini/Agent-kit-P1/archive/main.zip#bash-linux Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.