---
name: Golden Chat
slug: golden-chat
category: AI Engineering
description: Golden Chat lets an agent search Slack chat history from a team export to find solutions, code snippets, decisions, and troubleshooting steps discussed in channels.
github: "https://github.com/yusufkaraaslan/Skill_Seekers/tree/development/tests/golden/phase2/chat"
language: Python
stars: 14756
forks: 1503
install: "npx degit https://github.com/yusufkaraaslan/Skill_Seekers/tree/development/tests/golden/phase2/chat ~/.claude/skills/chat"
installs_to: ~/.claude/skills/chat
source_path: tests/golden/phase2/chat/SKILL.md
collection_size: 25
category_size: 2451
collection_url: "https://dirskills.com/collections/yusufkaraaslan/Skill_Seekers"
added: 2026-08-14T07:12:56.083Z
last_synced: 2026-08-14T07:12:56.083Z
canonical_url: "https://dirskills.com/skills/golden-chat"
---

# Golden Chat

Golden Chat lets an agent search Slack chat history from a team export to find solutions, code snippets, decisions, and troubleshooting steps discussed in channels.

**Install:**

```bash
npx degit https://github.com/yusufkaraaslan/Skill_Seekers/tree/development/tests/golden/phase2/chat ~/.claude/skills/chat
```

## README

# Golden_Chat Slack Chat Skill

Use when testing the golden_chat golden build

## 📋 Slack Chat Information

**Platform:** Slack

**Source:** fixtures/slack-export/

**Total Messages:** 6

**Unique Users:** 3

**Channels:** #engineering, #random

## 💡 When to Use This Skill

Use this skill when you need to:
- Find solutions discussed in golden_chat chat history
- Reference code snippets shared by team members
- Understand team decisions and architectural discussions
- Look up troubleshooting steps from past conversations
- Find shared links and resources from the team

## 📖 Content Overview

**Total Sections:** 3

**Content Breakdown:**

- **#engineering**: 2 sections
- **#random**: 1 sections

## 🔑 Key Discussion Topics

*Topics frequently discussed in chat*

- **Troubleshooting**: 1 conversations
- **Setup**: 1 conversations

## 📝 Top Code Snippets

*High-quality code shared in chat*

### Python (2 snippets)

**Snippet 1** (by bob) (Quality: 9.5/10):

```python
def long_helper():
    y0 = 0
    y1 = 1
    y2 = 2
    y3 = 3
    y4 = 4
    y5 = 5
    y6 = 6
    y7 = 7
    y8 = 8
    y9 = 9
    y10 = 10
    y11 = 11
    y12 = 12
    y13 = 13
    y14 = 14
    y15 = 15
    y16 = 16
    y17 = 17
    y18 = 18
    y19 = 19
    y20 = 20
    y21 = 21
    y22 = 22
    y23 = 23
    y24 = 24
    y25 = 25
    y26 = 26
    y27 = 27
    y28 = 28
    y29 = 29
    y30 = 30
    y31 = 31
    y32 = 32
    y33 = 33
    y34 = 34
    y35 = 35
    y36 = 36
    y37 = 37
    y38
...
```

**Snippet 2** (by bob) (Quality: 7.0/10):

```python
print('patched')
```

### Unknown (1 snippets)

**Snippet 1** (by alice) (Quality: 4.0/10):

```unknown
kubectl get pods
```

## 🔗 Shared Links (21)

*Key resources shared in chat*

- https://example.com/resource/0 (by alice, in #engineering)
- https://example.com/resource/1 (by carol, in #random)
- https://example.com/resource/2 (by alice, in #engineering)
- https://example.com/resource/3 (by carol, in #random)
- https://example.com/resource/4 (by alice, in #engineering)
- https://example.com/resource/5 (by carol, in #random)
- https://example.com/resource/6 (by alice, in #engineering)
- https://example.com/resource/7 (by carol, in #random)
- https://example.com/resource/8 (by alice, in #engineering)
- https://example.com/resource/9 (by carol, in #random)
- https://example.com/resource/10 (by alice, in #engineering)
- https://example.com/resource/11 (by carol, in #random)
- https://example.com/resource/12 (by alice, in #engineering)
- https://example.com/resource/13 (by carol, in #random)
- https://example.com/resource/14 (by alice, in #engineering)
- https://example.com/resource/15 (by carol, in #random)
- https://example.com/resource/16 (by alice, in #engineering)
- https://example.com/resource/17 (by carol, in #random)
- https://example.com/resource/18 (by alice, in #engineering)
- https://example.com/resource/19 (by carol, in #random)

*... and 1 more links*

## 📊 Chat Statistics

- **Total Messages**: 6
- **Total Threads**: 1
- **Code Snippets**: 3
- **Shared Links**: 21
- **Unique Users**: 3
- **Channels**: 2

**Channel Activity:**

- #engineering: 5 messages, 2 users
- #random: 1 messages, 1 users

## 🗺️ Navigation

**Reference Files:**

- `references/engineering_s1-s2.md` - #engineering
- `references/random_s3-s3.md` - #random

See `references/index.md` for complete chat structure.

---

**Generated by Skill Seeker** | Slack Chat Scraper
