ソース情報
- リポジトリ
- tools-only/X-Skills
- ソースの最終更新活動
- 2026年2月5日 08:19
- 検出された SKILL.md の言語
- 英語
- スター
- 7
- フォーク
- 1
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/tools-only/X-Skills --skill skill-seekersコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Index of Build Systems Skills
Coordination patterns for distributed dataflow systems including barriers, epochs, and distributed snapshots
Windowing, sessionization, time-series aggregation, and late data handling for streaming systems
SOC 職業分類に基づく
SKILL.md を表示中
| name | skill-seekers |
| description | Generate LLM skills from documentation, codebases, and GitHub repositories |
pip install skill-seekers
# Or: uv pip install skill-seekers
| Source | Command |
|---|---|
| Local code | skill-seekers-codebase --directory ./path |
| Docs URL | skill-seekers scrape --url https://... |
| GitHub | skill-seekers github --repo owner/repo |
skill-seekers pdf --file doc.pdf |
# Analyze local codebase
skill-seekers-codebase --directory /path/to/project --output output/my-skill/
# Package for Claude
yes | skill-seekers package output/my-skill/ --no-open
| Flag | Description |
|---|---|
--depth surface/deep/full | Analysis depth |
--skip-patterns | Skip pattern detection |
--skip-test-examples | Skip test extraction |
--ai-mode none/api/local | AI enhancement |