mcpbeat Sign in

Golden Chat Agent Skill

Use when testing the golden_chat golden build

2k tokens
context cost
the whole folder, loaded on every use
4
files
instructions only
0
copies elsewhere
how many repositories repackaged it
14681
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/yusufkaraaslan/Skill_Seekers --skill golden-chat

What comes with it

2โ€‰960 bytes besides the instruction
references/engineering_s1-s2.md
references/index.md
references/random_s3-s3.md

The instruction itself

11 sections, as written by the author

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*

  • 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

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

Other skills for the same job

different authors, same section of the catalogue
Hunt Ato
by elementalsouls

Hunt account takeover taxonomy โ€” 9 distinct paths to ATO, plus chains. Paths: (1) password reset flaws (host-header injection redirects token, predictable/numeric token, Referer leak, no-expiry/reuse), (2) email change without re-auth, (3) OAuth account-link CSRF, (4) MFA bypass (per hunt-mfa-bypass), (5) session fixation, (6) JWT manipulation (forge token to another identity; crypto details โ†’ hunt-jwt-crypto), (7) password change without step-up (chain with login timing/length oracle), (8) social-recovery / security-question brute-force, (9) SSO subdomain takeover at OAuth redirect_uri. Chains: cookie theft + password oracle + no step-up = persistent ATO; lax redirect_uri = auth-code theft; dangling-CNAME takeover at redirect_uri = ATO. Validate: demonstrate real takeover of test account B from attacker A's session; OOB/Collaborator confirm blind token-leak steps. Use when hunting ATO chains, testing password reset / email change / MFA / OAuth / session / JWT, or chaining primitives toward Critical.

3k tokens
Doca Eth
by NVIDIA
vendor

> Use this skill for hands-on DOCA Ethernet packet-queue work on a BlueField DPU or ConnectX NIC โ€” bringing up a `doca_eth_rxq` or `doca_eth_txq` on a port / representor / SF, picking among the four `enum doca_eth_rxq_type` values (`_REGULAR` / `_CYCLIC` / `_MANAGED_MEMPOOL` / `_SHARED_MEMPOOL`), sizing burst or scatter-gather length against the `_cap_*` queries, submitting `doca_eth_txq_task_send` / `_lso_send` (carrying packet `doca_buf`s โ€” no `doca_eth_frame` struct exists), or debugging DOCA_ERROR_* from an Ethernet call. Trigger on arrive", "send-task returns AGAIN at line rate", "which queue type for fixed-MTU ingress", "device open fails without sudo", or "is L3 checksum offload available here". Refuse and route elsewhere for installing DOCA, flow-rule / steering programming, hostโ†”DPU control messaging, or RDMA data movement.

19k tokens
Crisis Response Planner
by aaron-he-zhu

Use when the user asks to "build our social crisis protocol", "mentions are exploding โ€” what do we do first", or "when do we pause the posting queue"; produces a 1-5 severity ladder with tunable Estimated trigger thresholds (mention-velocity multiples vs the 7-day listening baseline, sentiment flip, journalist/regulator contact, employee-conduct class), the first-mechanical-action rule โ€” pause ALL scheduled posts AND paid amplification, with dated state markers dropped to the channels proposal protocol and reconciled post-incident โ€” a pre-approved holding-statement library with committed update cadences, when-NOT-to-post rules, a spokesperson/approval matrix, and a post-crisis retro template; re-runs the social-quality-auditor pre-publish gate before un-pausing the queue. Not for email deliverability incidents (blocklist, spam-rate spikes) โ€” use deliverability-qa; inside a launch window launch-day-conductor owns incident handling. ็คพๅช’ๅฑๆœบ้ข„ๆกˆ/ๆš‚ๅœ้˜Ÿๅˆ—/ๅฃฐๆ˜Žๅบ“/ๅ‘่จ€ไบบ็Ÿฉ้˜ต

4k tokens
Message Test Designer
by aaron-he-zhu

Use when the user asks to "test our messaging before we scale it", "design a message-market-fit panel", or "run a 5-second comprehension test on our new tagline"; produces a message-test design spec โ€” hypothesis, panel and recruit criteria, comprehension / 5-second / message-market-fit (Wynter-style) protocols, stimulus set drawn from the canon, success thresholds, and a stop/revise decision rule โ€” for the TALE Evaluate phase so the message is validated before any paid scale. It designs the test; it never runs the experiment or adjudicates a claim. Not for running the panel or A/B experiment โ€” use send-experiment-designer or ad-test-designer; not for analyzing the results โ€” use performance-analyzer; not for authoring the message itself โ€” use message-system-architect. ๆถˆๆฏๆต‹่ฏ•/็†่งฃๅบฆๆต‹่ฏ•/้ขๆฟ่ฎพ่ฎก/ไบ”็ง’ๆต‹่ฏ•/ๆถˆๆฏๅธ‚ๅœบๅฅ‘ๅˆ

4k tokens
Send Experiment Designer
by aaron-he-zhu

Use when the user asks to "design an email A/B test", "set up a multivariate subject/CTA test", "run a send-time test", "build a hold-out group", or "is this email result statistically and practically material?"; produces a falsifiable hypothesis, one-variable-per-cell matrix, sample-size/MDE/duration/power plan, and an effect/uncertainty read from own ESP data. Applies only a precommitted owner-approved action rule; the helper never chooses a business action. Not for EQS/vetoes or writing the email. ้‚ฎไปถABๆต‹่ฏ•่ฎพ่ฎก/ๅคšๅ˜้‡ๆต‹่ฏ•/ๅ‘้€ๆ—ถ้—ดๆต‹่ฏ•/็•™ๅ‡บ็ป„/ๆ˜พ่‘—ๆ€งๅˆคๅฎš

4k tokens
Firebase In App Messaging
by evanca

Use when running in-app message campaigns, triggering/suppressing messages, configuring opt-in data collection, testing on specific devices, or handling message callbacks.

1k tokens
Emailautomationskill
by aiskillstore

Use when Codex, Hermes, OpenClaw, Claude Code, Cowork, or another AI agent needs to plan, review, implement, audit, or improve email work focused on behavioral triggers, lifecycle journeys, automation governance, and operational safeguards. Triggers include requests about trigger inventory, automation QA, journey optimization, stale-flow cleanup, event-driven lifecycle fixes, and governance reviews.

4k tokens
Mailtrap Testing With Sandbox
by lingxling

Capture outbound email in Mailtrap Email Sandbox for development, staging, CI, HTML inspection, spam checks, and fake inbox tests.

2k tokens

How to use it

Copy the folder

Take yusufkaraaslan/golden-chat from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side โ€” one of them will be ignored.