ソース情報
- リポジトリ
- Biznomad/agent-skills
- ソースの最終更新活動
- 2026年8月16日 01:36
- 検出された SKILL.md の言語
- 英語
- スター
- 0
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/Biznomad/agent-skills --skill source-command-standupコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| name | source-command-standup |
| description | Generate a standup update based on your recent Slack activity |
Use this skill when the user asks to run the migrated source command standup.
Use slack_read_user_profile (with no user_id) to get the current user's profile information, including their user ID and display name.
Search for the user's recent messages using slack_search_public with the filter from:<@USER_ID> and after: set to yesterday's date. This captures messages from the last working day.
Review the messages found and categorize them into standup themes:
For messages in threads, use slack_read_thread to get the full context so you can accurately describe what the user contributed.
Format the standup as:
**Standup for <display name> — <today's date>**
**Done:**
- Item 1
- Item 2
**Doing:**
- Item 1
**Blockers:**
- None / Item 1
Present the standup to the user for review. They can edit, adjust, or ask you to post it to a specific channel.