Skip to content

Commit 1640acb

Browse files
committed
Add slack-rich-output skill with 8 reference files
Slack Block Kit, mrkdwn syntax, and rich message formatting reference for building Slack app output. Covers all 13 block types, 19 interactive elements, composition objects, surfaces, Work Objects, and the critical mrkdwn vs standard Markdown distinction.
1 parent 336b9c3 commit 1640acb

10 files changed

Lines changed: 2950 additions & 1 deletion

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# robust-skills
22

3-
Architectural taste for AI-assisted development. Backend patterns (DDD, Hexagonal, Clean Architecture), frontend structure (Feature-Sliced Design), modern CSS, database design (Postgres/Drizzle), system visualization (Mermaid), and modern JavaScript (ES6-ES2025).
3+
Architectural taste for AI-assisted development. Backend patterns (DDD, Hexagonal, Clean Architecture), frontend structure (Feature-Sliced Design), modern CSS, database design (Postgres/Drizzle), system visualization (Mermaid), modern JavaScript (ES6-ES2025), and Slack rich output (Block Kit, mrkdwn).
44

55
```bash
66
npx skills add https://github.com/ccheney/robust-skills
@@ -38,6 +38,14 @@ Modern CSS features and best practices for building interfaces with pure native
3838
npx skills add https://github.com/ccheney/robust-skills --skill modern-css
3939
```
4040

41+
### slack-rich-output
42+
43+
Slack Block Kit, mrkdwn syntax, and rich message formatting for building Slack app output. Use when building Slack apps or bots, formatting messages, constructing Block Kit payloads, creating modals or App Home views, implementing link unfurling, or adding interactive elements. Covers all 13 block types, 19 interactive elements, composition objects, surfaces, Work Objects, and the critical mrkdwn vs standard Markdown distinction. Great skill for AI Slack assistants.
44+
45+
```bash
46+
npx skills add https://github.com/ccheney/robust-skills --skill slack-rich-output
47+
```
48+
4149
### mermaid-diagrams
4250

4351
Generate Mermaid diagrams in markdown. Use when visualizing code, systems, processes, data structures, database schemas, workflows, or API flows. Supports flowcharts, sequence diagrams, ER diagrams, state machines, Gantt charts, mindmaps, C4, class diagrams, and git graphs.

0 commit comments

Comments
 (0)