slack-agent

Standardize Slack agent development with tests, linting, and deployment playbooks.

1|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/supersterling/primus --skill slack-agent-supersterling
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slack-agent
Source: https://github.com/supersterling/primus/tree/main/.agents/skills/slack-agent
Command: npx skills add https://github.com/supersterling/primus --skill slack-agent-supersterling

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralizes Slack agent development knowledge, patterns, and quality standards to accelerate building, testing, and deploying Slack apps.

Core Features & Use Cases

  • Provides development patterns for both Chat SDK and Bolt for JavaScript Slack apps
  • Enforces mandatory quality practices including unit tests, end-to-end tests, linting, and TypeScript checks
  • Guides end-to-end deployment and environment configuration across Vercel

Quick Start

Start by outlining your Slack agent goals to begin the guided wizard and generate a tailored plan

Frequently Asked Questions about slack-agent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up unit and end-to-end tests for a Slack bot?

Slack agent testing requires standardized patterns for both unit and end-to-end tests. This skill provides mandatory testing workflows that enforce quality practices like linting and type checking to ensure your Slack bot is production-ready.

What's the best way to deploy a Slack agent to production safely?

The best way to deploy a Slack agent safely is using standardized deployment playbooks. This skill guides environment configuration and enforces mandatory practices including manifest creation, linting, and type checking to ensure safe, production-ready deployments.

Does this Slack development skill work with both Chat SDK and Bolt for JavaScript?

Yes, this Slack development skill works with both Chat SDK and Bolt for JavaScript projects. It provides standardized patterns enabling new apps and existing Slack bots to follow consistent workflows across setup, testing, and production.

How do I configure environment variables for a Slack app deployed on Vercel?

Configuring environment variables for Slack apps on Vercel requires guided deployment playbooks. This skill provides end-to-end deployment guidance and environment configuration to ensure your Slack agent operates safely in production.

Why does my Slack bot deployment fail without a manifest and type checking?

Slack bot deployments fail without manifests and type checking because mandatory quality practices are missing. This skill enforces manifest creation, TypeScript checks, and linting to prevent unsafe deployments and ensure production readiness.