Golden Chat
Search Slack chat history to find solutions, code snippets, and team decisions.
Installation
- Make sure Claude is on your device and in your terminal.
Skills load from
~/.claude/skills/when Claude Code starts up — so you need it on your machine first. If you don't have it yet, install it once with the command below, then runclaudein any terminal to verify.One-time setupnpm i -g @anthropic-ai/claude-codeAlready have it? Skip ahead.
- Paste into Claude Code or into your terminal.
This copies the whole skill folder into
~/.claude/skills/golden-chat-yusufkaraaslan/— the SKILL.md plus any scripts, reference docs, or templates the skill ships with. Safe default: works for every skill.Faster alternative (instruction-only skills)
Skips the clone and grabs only the SKILL.md file. Don't use this if the skill ships Python scripts, reference markdowns, or asset templates — they won't be downloaded and the skill will fail when it tries to load them.
Quick install (SKILL.md only)Sign up to copy - Restart Claude Code.
Quit and reopen Claude Code (or any other agent that loads from
~/.claude/skills/). New skills are picked up on startup. - Just ask Claude.
Skills auto-activate when your request matches the skill's description — no slash command needed. Trigger phrases live in the skill's own frontmatter; you can read them in the “What this skill does” section above.
Prefer to read the source first? Open on GitHub.
When Claude uses it
Use when testing the golden_chat golden build
What this skill does
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):
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):
print('patched')
Unknown (1 snippets)
Snippet 1 (by alice) (Quality: 4.0/10):
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- #engineeringreferences/random_s3-s3.md- #random
See references/index.md for complete chat structure.
Generated by Skill Seeker | Slack Chat Scraper
Related skills
Generative Code Art
anthropics
Create algorithmic art with p5.js using randomness and interactive parameters.
Poster & Visual Design
anthropics
Create original posters and visual art in PNG and PDF formats.
Claude API Helper
anthropics
Build, debug, and optimize Claude API applications with caching and model migration support.
MCP Server Builder
anthropics
Build protocol servers that connect language models to external APIs and services.