← スキル一覧に戻る

command-line-tools
by ywatanabe1989
⭐ 0🍴 0📅 2025年12月31日
SKILL.md
name: command-line-tools description: Best practices for common command-line tools. Use when working with specific CLI commands like rm, tree, and other Unix utilities.
Command-Line Tools Skill
When to Use
- Using file manipulation commands
- Working with directory trees
- Performing file operations
- Writing scripts that use CLI tools
Tool Guidelines
File Removal (rm)
Safe deletion practices: @rm.md
Directory Tree (tree)
Proper usage of tree command: @tree.md
General Principles
- Always verify file paths before destructive operations
- Use appropriate flags for safety (e.g., -i for interactive)
- Understand the implications of recursive operations
- Keep backups before batch operations
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です