ソース情報
- リポジトリ
- Railly/agent-brain
- ソースの最終更新活動
- 2026年7月23日 04:35
- 検出された SKILL.md の言語
- 英語
- スター
- 22
- フォーク
- 3
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
SOC 職業分類に基づく
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/Railly/agent-brain --skill relinkコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
| name | relink |
| description | Scan notes and suggest missing backlinks between related topics |
Find connections between notes in 03_Garden/.
Scan all notes
List all files in 03_Garden/concepts/, 03_Garden/tools/, 03_Garden/people/
Build knowledge graph
Find missing connections
Suggest links For each suggestion:
[[rust-ownership]] ↔ [[react-hooks]]
Reason: Both discuss memory/reference management patterns
[[clerk-auth]] → [[saas-patterns]]
Reason: SaaS patterns note references auth, could link back
Apply links (with confirmation)
[[suggested-note]] to Connections sectionReport
Scanned: 12 notes
Found: 5 missing connections
Applied: 3 (2 skipped)
Orphans: [[old-note]] (consider archiving)
/relink - Full scan, suggest all/relink rust - Focus on notes mentioning "rust"/relink --apply - Auto-apply without confirmation/relink --orphans - Only show disconnected notes