← スキル一覧に戻る

man-config
by austinpray
⭐ 5🍴 0📅 2026年1月20日
SKILL.md
name: man-config description: Reads man pages to find configuration options. Use when the user asks to configure an application, needs to find a config option, or asks "how do I make X do Y" for a CLI tool or system program. allowed-tools: Bash, Read, Edit, Glob, Grep
Man Page Configuration Helper
Instructions
- Identify the program or system being configured
- Read the relevant man page(s) using
man <program>orman <section> <program> - Search for the specific feature or option requested
- Find configuration file location and syntax
- Apply the configuration
Common man page sections
man 1 <cmd>- User commandsman 5 <config>- File formats and config files (e.g.,man 5 sway)man 7 <topic>- Miscellaneous (conventions, protocols)man 8 <cmd>- System administration commands
Tips
- Many programs have both a command man page and a config file man page (e.g.,
sway(1)andsway(5)) - Use
man -k <keyword>to search for relevant man pages - Pipe man output through
grepto find specific options - Check "SEE ALSO" section for related documentation
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です