npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@agentworkforce/persona-slack-comms

v0.1.3

Published

AgentWorkforce slack-comms persona pack — comms-only Slack liaison for a multi-agent engineering team: relays human Slack messages to the agent team and surfaces milestones, decisions, blockers, and security incidents back to humans via relayfile writebac

Readme

@agentworkforce/persona-slack-comms

The slack-comms AgentWorkforce persona, published as a persona pack so consumers install the same definition with the workforce CLI instead of hand-maintaining divergent copies.

The persona is a comms-only Slack liaison for a multi-agent engineering team. It owns every human-facing Slack message for the project's channel via relayfile writeback, relays human messages to the engineering agent team over agent-relay, and surfaces milestones, decisions, blockers, and security incidents back to humans. It never writes code — it relays, surfaces, and escalates.

Install

agentworkforce install @agentworkforce/persona-slack-comms
# or, to refresh an existing copy:
agentworkforce install @agentworkforce/persona-slack-comms --overwrite

The CLI copies personas/slack-comms.json (and its slack-comms.md agentsMd sidecar) into the consumer's .agentworkforce/workforce/personas/ (the directory the persona loader scans). package.json advertises the pack via:

"agentworkforce": { "personas": "personas" }

Connect Slack through relayfile first so the .integrations/slack/... mount and .integrations/discovery/slack/... discovery tree are present before launch.

Skills

The persona pulls its operating skills from published collections (not repo-local file paths), so a launch never hard-fails on a missing sidecar:

  • @agent-relay/setting-up-relayfile — the relayfile mount + writeback-as-files recipe (mount layout, writeback status/retry, creds/cloud-mount gotchas).
  • @agent-relay/workspace-layout — navigate a mount via LAYOUT.md / .layout.md and the by-title/ by-id/ by-name/ alias subtrees instead of guessing paths, to locate Slack channels/threads/messages.
  • @agent-relay/writeback-as-files — the drop-JSON-at-the-canonical-path writeback contract: .schema.json discovery, idempotency keys, relayfile writeback list / status, and .relay/dead-letter/ recovery.
  • @agent-relay/orchestrating-agent-relay — outside-the-team relay reference for CLI-first reading of team state (milestones / decisions / blockers).
  • @agent-workforce/persona-relayfile-mount — mount-field policy (allow-list idiom, readonlyPatterns scope, per-agent dotfile overlay, .git sandbox).

Key behaviors

The full operating spec lives in the agentsMd sidecar personas/slack-comms.md:

  • Two-way liaison — relay inbound human messages to the agent team; surface outbound team milestones / decisions / blockers / security incidents to humans.
  • Escalate, don't decide — never choose an implementation path; route decisions to the team and report back.
  • Writeback-as-files — reply by writing JSON files under the mounted Slack writeback path, then verify the flush via the mount state.json (status: ready, pendingWriteback: 0) before reporting a message delivered.
  • Threaded, brief-yet-detailed style with real <@MEMBERID> mentions.
  • Drop-guard — treat ~/.agentworkforce/pear/integration-events.log as the source of truth; any received without a matching injecting is a dropped message recovered via a temporary out-of-band relayfile read (a stopgap until the server-side injection fix lands, not permanent infrastructure).

Programmatic usage

import persona from '@agentworkforce/persona-slack-comms';

console.log(persona.id); // slack-comms

Publishing

Published via the Publish Internal Persona Packs GitHub workflow (.github/workflows/publish-internal-personas.yml) using npm provenance (trusted publishing). The workflow publishes all @agentworkforce/persona-* packs by default, or one or more selected packs via the package input.