ソース情報
- リポジトリ
- Abilityai/abilities
- ソースの最終更新活動
- 2026年4月16日 12:00
- 検出された SKILL.md の言語
- 英語
- スター
- 11
- フォーク
- 3
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/Abilityai/abilities --skill find-connectionsコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Generate an agent-specific `/update-dashboard` skill that keeps `dashboard.yaml` current for Trinity. Analyzes the agent's purpose and data sources, proposes metrics, gets user approval, then scaffolds a schedulable skill.
Modify an existing playbook based on conversation context or explicit instructions. Use when user wants to update, fix, extend, or refine a playbook they already have.
Create a new skill or playbook. Guides through requirements gathering and generates the appropriate template based on complexity.
SOC 職業分類に基づく
SKILL.md を表示中
| name | find-connections |
| description | Discover connections between notes in the Brain vault |
| user-invocable | true |
| argument-hint | [note-name or 'all'] |
| allowed-tools | Read, Grep, Glob, Write |
Discover and map connections between notes in the Brain vault.
$ARGUMENTS - Either a specific note name or "all" for vault-wide analysis
If specific note:
If "all" or no argument:
Brain/02-Permanent/ for recent notes (last 14 days)For each note, identify:
[[wiki-links]]Search for related notes:
For each key concept:
Grep in Brain/02-Permanent/ for the concept
Exclude the source note itself
Track which notes mention this concept
Categorize found connections:
[[note]]Output connection map:
## Connection Analysis for [Note/Vault]
### Direct Connections (X notes)
- [[Note A]] - explicitly linked
- [[Note B]] - explicitly linked
### Suggested Connections (X notes)
- **Note C** - shares concept "X" (high relevance)
- **Note D** - shares tags [tag1, tag2]
### Thematic Clusters
1. **Cluster: Topic Name** (X notes)
- Note 1, Note 2, Note 3
### Isolated Notes (no connections)
- Note X - consider linking to [suggestions]
Ask user:
If yes, update the notes' Connections section with new [[links]].
Append to Brain/CHANGELOG.md:
## [Today's Date]
- Connection analysis: Found X new connections
- Clusters identified: [list]