slack-app-scaffold

Scaffold Slack applications with Bolt for JavaScript and the Slack CLI.

13|3|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/phrazzld/agent-skills --skill slack-app-scaffold
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slack-app-scaffold
Source: https://github.com/phrazzld/agent-skills/tree/main/packs/scaffold/slack-app-scaffold
Command: npx skills add https://github.com/phrazzld/agent-skills --skill slack-app-scaffold

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of transforming existing services, scripts, or workflows into functional Slack applications, enabling seamless integration with Slack's event-driven architecture.

Core Features & Use Cases

  • Scaffolding: Quickly generate a new Slack app project structure using Bolt for JavaScript and the Slack CLI.
  • Integration: Adapt existing functionality to work within Slack via events, commands, modals, or automations.
  • Use Case: You have a Python script that generates a daily report. Use this Skill to create a Slack command (/run-report) that triggers the script and posts the results directly into a Slack channel.

Quick Start

Use the slack-app-scaffold skill to create a new Slack app project named 'my-reporting-app'.

Frequently Asked Questions about slack-app-scaffold

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

FAQPage Schema
How do I build a Slack app with Bolt for JavaScript?

To build a Slack app with Bolt for JavaScript, use a scaffolding tool to generate the project structure, which sets up event handling, slash commands, and modals for workflow automation.

Can I turn an existing Python script into a Slack slash command?

Yes, you can turn an existing Python script into a Slack slash command by scaffolding a Bolt app to trigger the script via a command like `/run-report` and post the results into a channel.

Do I need the Slack CLI to develop and deploy Bolt apps?

Yes, you need the Slack CLI along with Node.js and npm installed in your environment to scaffold, develop, and deploy Bolt for JavaScript applications.

What is the best way to integrate existing services into Slack workflows?

The best way to integrate existing services into Slack workflows is scaffolding a Bolt app that handles events, commands, modals, and automations within Slack's event-driven architecture.

Does scaffolding a Slack app support modals and automations?

Yes, scaffolding a Slack app supports modals and automations, facilitating enhanced user interaction and workflow automation directly within Slack environments.