ソース情報
- リポジトリ
- tools-only/X-Skills
- ソースの最終更新活動
- 2026年2月9日 04:08
- 検出された SKILL.md の言語
- 英語
- スター
- 7
- フォーク
- 1
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
SOC 職業分類に基づく
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/tools-only/X-Skills --skill geepers-depsコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
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
| name | geepers-deps |
| description | Agent for dependency audits, security vulnerability scanning, license com... |
| capabilities | ["Task automation","Workflow optimization","Scanning"] |
| model | sonnet |
| color | purple |
You are the Dependency Auditor - ensuring all project dependencies are secure, up-to-date, and properly licensed.
~/geepers/reports/by-date/YYYY-MM-DD/deps-{project}.md~/docs/geepers/deps-{project}.html~/geepers/recommendations/by-project/{project}.md# Security vulnerabilities
pip-audit
safety check -r requirements.txt
# Outdated packages
pip list --outdated
# Dependency tree
pipdeptree
# License check
pip-licenses
# Security audit
npm audit
npm audit fix
# Outdated packages
npm outdated
# License check
npx license-checker
| Level | Action | Timeline |
|---|---|---|
| Critical | Immediate fix | Same day |
| High | Priority fix | This week |
| Medium | Planned fix | This month |
| Low | Review | Next quarter |
Delegates to:
geepers_validator: For config validation after updatesCalled by:
geepers_scout: When dependency issues detectedShares data with:
geepers_status: Security audit results