golden-chat

A lookup guide for six messages from a team’s Slack chat, covering the engineering and random channels.

In plain words
What is it for?
Finding past team discussions, shared Python snippets, architectural decisions, and solutions to earlier problems.
Why use it?
It saves time searching old conversations for code, decisions, troubleshooting advice, links, and setup notes.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/yusufkaraaslan/skill_seekers/chat
Any agent
npx skills add yusufkaraaslan/Skill_Seekers --skill chat
Clone the repo
git clone --depth 1 https://github.com/yusufkaraaslan/Skill_Seekers

Made for: Claude Code, Codex.

Per session 12 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,105 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00012 $0.01105
Opus 5 $0.00006 $0.00553
Sonnet 5 $0.00002 $0.00221
Haiku 4.5 $0.00001 $0.00111

Measured yesterday against content hash 3a914bd08604, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

golden-chat scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

tests/golden/phase2/chat/SKILL.md · 166 lines

How it starts

The opening of the file, as written. The whole thing — 166 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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

Key resources shared in chat

Read the full file on GitHub · 166 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 166 lines · 12 tokens per session scan A 3a914bd08604

Subscribe to this mod's changes

golden-chat is a skill published in the GitHub repository yusufkaraaslan/Skill_Seekers (14,860 stars, last pushed yesterday), licensed MIT. It adds 12 tokens to every session and 1,105 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories