ソース情報
- リポジトリ
- Railly/agent-brain
- ソースの最終更新活動
- 2026年7月23日 04:35
- 検出された SKILL.md の言語
- 英語
- スター
- 22
- フォーク
- 3
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/Railly/agent-brain --skill morningコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| name | morning |
| description | Morning briefing - curated task list from multiple sources |
Morning brain shouldn't decide priorities. Systems decide. This command curates everything into one focused view.
| # | Tool | Call | Purpose |
|---|---|---|---|
| 1 | Read | 02_Journal/daily/{YESTERDAY}.md | Carry-over tasks from "## Tomorrow" section |
| 2 | Read | 02_Journal/weekly/week-{YEAR}-W{WEEK_NUM}.md | MITs + weekly goal |
| 3 | Grep | priority: [12] in 05_Areas/content-creation/ideas/ | High-priority content ideas |
| 4 | Glob | 01_Inbox/*.md | Count unprocessed inbox clips |
Compute dates mentally (you know today's date from system context).
Only run these if the tools are available:
| # | Tool | When | Purpose |
|---|---|---|---|
| 1 | Calendar integration | If configured | Today's events |
| 2 | Filesystem search | ~/Programming/**/.git (maxdepth 3) | Discover local repos for activity check |
Combine all results:
# Morning Focus - {WEEKDAY}, {TODAY}
## Today's Calendar
{events if calendar available, or "No calendar configured"}
## Must Do (from yesterday)
{tasks from "Tomorrow" section, or "No carry-over" if empty}
## Weekly MITs Progress
{numbered MITs with completion status}
## Creative Opportunities
{top 2-3 content ideas from grep}
Inbox: {n} clips pending
## Suggested Focus Order
1. Morning: {highest priority task}
2. Midday: {deep work}
3. Afternoon: {creative/content}