ソース情報
- リポジトリ
- Kesua/agentic-vault
- ソースの最終更新活動
- 2026年3月18日 11:50
- 検出された SKILL.md の言語
- 英語
- スター
- 2
- フォーク
- 1
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/Kesua/agentic-vault --skill regular-day-startコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| name | regular-day-start |
| description | Wrapper skill: run the vault morning routine across regular skills. |
This is a Claude Code mirror of regular_day_start from .agents/skills/.
Original source: .agents/skills/regular_day_start/SKILL.md
Skill class: regular
Run the vault’s morning automations in one go. This is best-effort: each step runs even if a prior step fails, and you get a summary at the end.
regular_git_submodules_pullregular_gcal_todayregular_daily_brief_todoistregular_process_emailsregular_web_daily_briefpowershell -NoProfile -ExecutionPolicy Bypass -File 90_System\Skills\git_submodules_pull\git_submodules_pull.ps1 -Mode remote.\.venv\Scripts\python.exe 90_System\Skills\gcal_today\gcal_today.py sync.\.venv\Scripts\python.exe 90_System\Skills\daily_brief_todoist\daily_brief_todoist.py sync.\.venv\Scripts\python.exe 90_System\Skills\process_emails\process_emails.py sync.\.venv\Scripts\python.exe 90_System\Skills\Web_Daily_Brief\web_sources.py fetch --pretty > 70_Exports\sources.json.\.venv\Scripts\python.exe 90_System\Skills\Web_Daily_Brief\web_daily_brief.py render --sources-file 70_Exports\sources.json --output-file 70_Exports\daily_news.md.\.venv\Scripts\python.exe 90_System\Skills\Web_Daily_Brief\web_daily_brief.py apply --content-file 70_Exports\daily_news.mdregular_create_links.