@zack/slack-status-update

Workflow guidance for turning operational findings into concise Slack updates.

Install
agentpm install @zack/slack-status-update@0.1.0
Load
import { loadSkill } from '@agentpm/sdk';
const skill = await loadSkill('@zack/slack-status-update@0.1.0');
Weekly installs
0
0%
Last publish
1d ago
v0.1.0

slack-status-update

slack-status-update is a publishable AgentPM Skill package for drafting and sending concise operational Slack updates.

This package is the concrete export-to-publish example in this repo. It starts from the agentpm export --skill pattern, but the result here is a real Skill source package that can be linted and published.

It depends on:

  • @zack/slack-post-message

Use it for:

  • posting a short incident update to a channel
  • replying in an existing incident thread
  • updating an already-posted message when the situation changes

Files

  • SKILL.md: workflow guidance
  • references/tool-contract.md: compact tool contract summary
  • references/examples.md: invocation examples and message patterns
  • scripts/run.sh: thin wrapper that delegates to agentpm run with inline JSON, --input-file, or plain passthrough

Local development

From this directory:

agentpm lint
agentpm publish --dry-run

The source for this Skill package can be found here.