← スキル一覧に戻る
name: name
description: “Find out process id of processes consuming desired port no and kill those processes,Use this skill when we need to free up a desired port no that is occupied by a process, or when user request to free up port or on error

name
by sohampirale
Skills for Agentic coding and Agentic apps
⭐ 0🍴 0📅 2025年12月27日
SKILL.md
name: name
description: “Find out process id of processes consuming desired port no and kill those processes,Use this skill when we need to free up a desired port no that is occupied by a process, or when user request to free up port or on error port is already in use when starting a new process”
Purpose
- If desired port for new process to start is occupied/already in use due to i.force stopping old process (cntl+z) without proper realease of resources such as port no ii.backgroud processes running that occupy the desired port -Find out process id's of running processes on a desirec port no & kill those processes with process id received
Variables
KILL_PROCESSES : True
Instructions
- Read workflow steps clearly
- Do not interfere with any
port_nothat isn't requested - Do NOT assume any
port_noon your own - Do not kill processes of browser visiting a port
- NO need to read the
.claude/free_port_in_use/helpers.pyfile
Workflow
-
- Understand clearly the EXACT
port_nothat needs to be freed
- Understand clearly the EXACT
-
- Read
.claude/free_port_in_use/tools.pyfile
- Read
-
- Use
.claude/free_port_in_use/tools.py: def list_process_ids(port_nod)tool to get all process ids
- Use
-
- Use
.claude/free_port_in_use/tools.py: def kill_process_ids(process_ids:list[...])tool to kill all processes using desiredport_no
- Use
-
- Respond with clear summary of work done
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です