From be0d51ec00766cc9b791b59329fcda2af041db02 Mon Sep 17 00:00:00 2001 From: Arjun <6592213+arkml@users.noreply.github.com> Date: Wed, 25 Feb 2026 16:34:57 +0530 Subject: [PATCH] skill changes --- .../core/src/application/assistant/skills/slack/skill.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/x/packages/core/src/application/assistant/skills/slack/skill.ts b/apps/x/packages/core/src/application/assistant/skills/slack/skill.ts index afb3ce0d..d60582c2 100644 --- a/apps/x/packages/core/src/application/assistant/skills/slack/skill.ts +++ b/apps/x/packages/core/src/application/assistant/skills/slack/skill.ts @@ -125,6 +125,7 @@ agent-slack channel --help - **Summarize, don't dump** — When showing channel history, summarize the key points rather than pasting everything - **Prefer Slack URLs** — When referring to messages, use Slack URLs over raw channel names when available - **Use --limit** — Always set reasonable limits to keep output concise and token-efficient +- **Resolve user IDs** — Messages contain raw user IDs like \`U078AHJP341\`. Use \`agent-slack user get \` to resolve them to real names before presenting to the user. Batch-resolve all unknown IDs upfront rather than one at a time. - **Cross-reference with knowledge base** — Check if mentioned people have notes in the knowledge base `;