TXT FILES/SKILL.md
# skill There is no Linux command called `skill`. However, there is a command called `kill` that can be used to send a signal to a process. The `skill` command is a misspelling of the `kill` command. The `kill` command is used as follows: ``` kill [options] [pid] ``` * `options`: These are optional flags that can be used to control the behavior of the `kill` command. * `pid`: This is the process ID of the process that you want to send a signal to. For example, the following command will sen
npx skillsauth add samankhalife/linux-tutorial TXT FILESInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
There is no Linux command called skill. However, there is a command called kill that can be used to send a signal to a process. The skill command is a misspelling of the kill command.
The kill command is used as follows:
kill [options] [pid]
options: These are optional flags that can be used to control the behavior of the kill command.pid: This is the process ID of the process that you want to send a signal to.For example, the following command will send a SIGKILL signal to the process with PID 1234:
kill -9 1234
The kill command can be used to send a variety of signals to a process, including:
The kill command is a useful tool for managing processes. It can be used to stop processes that are not responding or that are consuming too much resources.
Here are some of the benefits of using kill:
Here are some of the drawbacks of using kill:
The kill command is a powerful tool that can be used to manage processes. However, it is important to use it carefully and to understand the potential risks before you use it.
tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
A CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.