Samber技能
ego lite browser
贊助ego lite 是 AI 代理執行網頁自動化最快的瀏覽器,可與 Codex 或 Claude Code 共享您的登入狀態,零成本、零配置。
Alpha Vantage MCP Server
贊助獲取金融市場數據:即時與歷史股票、ETF、期權、外匯、加密貨幣、大宗商品、基本面、技術指標等
Composio
贊助一鍵連接1500+個MCP伺服器
golang-observability
cc-skills-golang/skills/golang-observability
Golang 日常可觀測性 — 生產環境中始終開啟的信號。涵蓋使用 slog 的結構化日誌、Prometheus 指標、OpenTelemetry 分散式追蹤、使用 pprof/Pyroscope 的持續效能分析、伺服器端 RUM 事件追蹤、警報以及 Grafana 儀表板。適用於為生產監控檢測 Go 服務、設定指標或警報、新增 OpenTelemetry 追蹤、將日誌與追蹤關聯、將舊版日誌程式(zap/logrus/zerolog)遷移至 slog、新增...
開發DevOpsgolang-performance
cc-skills-golang/skills/golang-performance
Golang 性能優化模式與方法論 - 若遇到 X 瓶頸,則應用 Y。涵蓋減少分配、CPU 效率、記憶體佈局、GC 調校、池化、快取以及熱路徑優化。適用於當性能分析或基準測試已識別出瓶頸,且需要正確的優化模式來解決時。亦適用於進行性能代碼審查時,提出改進建議或可協助快速識別性能增益的基準測試。不適用於測量方法論(→...
開發程式碼審查golang-popular-libraries
cc-skills-golang/skills/golang-popular-libraries
推薦適合生產環境的 Golang 函式庫與框架。適用於使用者明確要求函式庫建議、想比較替代方案、需要為特定任務選擇函式庫,或專案中正在新增相依套件時。
開發研究程式碼審查golang-project-layout
cc-skills-golang/skills/golang-project-layout
提供設定 Golang 專案佈局與工作區的指引。適用於開始新的 Go 專案、整理現有程式碼庫、設定包含多個套件的單一儲存庫、建立含多個 main 套件的 CLI 工具、決定 cmd/internal/pkg 目錄慣例,或討論套件重構、套件拆分、模組拆分時使用。
開發golang-safety
cc-skills-golang/skills/golang-safety
防禦性Golang編碼,用於防止恐慌、靜態數據損壞及微妙的運行時錯誤。在遇到nil恐慌、追加別名、映射並發訪問、浮點數比較陷阱或零值設計問題時使用。亦適用於審查代碼中的nil安全性、數值轉換溢出、資源生命週期問題(循環中的defer),或切片與映射的防禦性拷貝。
開發程式碼審查安全golang-samber-do
cc-skills-golang/skills/golang-samber-do
在 Golang 中使用 samber/do 進行依賴注入 — 服務容器、生命週期管理、作用域、健康檢查、優雅關閉與模組組織。適用於使用或採用 samber/do 時、程式碼導入 github.com/samber/do 或 github.com/samber/do/v2 時,或將手動建構子注入重構為 DI 容器時。
開發程式碼審查測試golang-samber-hot
cc-skills-golang/skills/golang-samber-hot
在 Golang 中使用 samber/hot 進行記憶體內快取 — 支援淘汰演算法(LRU、LFU、TinyLFU、W-TinyLFU、S3FIFO、ARC、TwoQueue、SIEVE、FIFO)、TTL、快取載入器、分片、過時時重新驗證、遺失鍵快取以及 Prometheus 指標。適用於使用或採用 samber/hot 時、程式碼庫匯入 github.com/samber/hot 時,或專案重複以高頻率載入相同中低基數資源,且需要降低延遲或後端壓力時。
開發資料庫golang-samber-lo
cc-skills-golang/skills/golang-samber-lo
使用 samber/lo 為 Golang 提供的函數式程式設計輔助工具 — 超過 500 個型別安全的泛型函式,適用於切片、映射、通道、字串、數學、元組及並發處理(Map、Filter、Reduce、GroupBy、Chunk、Flatten、Find、Uniq 等)。核心不可變套件(lo)、並發變體(lo/parallel 即 lop)、原地變異(lo/mutable 即 lom)、惰性迭代器(lo/it 即 loi,適用於 Go 1.23+)以及實驗性 SIMD(lo/exp/simd)。適用於使用或採用 samber/lo 時,當程式碼庫匯入...
開發golang-samber-mo
cc-skills-golang/skills/golang-samber-mo
Monadic types for Golang using samber/mo — Option, Result, Either, Future, IO, Task, and State types for type-safe nullable values, error handling, and functional composition with pipeline sub-packages. Apply when using or adopting samber/mo, when the codebase imports `github.com/samber/mo`, or when considering functional programming patterns as a safety design for Golang.
開發程式碼審查golang-samber-oops
cc-skills-golang/skills/golang-samber-oops
在 Golang 中使用 samber/oops 進行結構化錯誤處理 — 錯誤建構器、堆疊追蹤、錯誤碼、錯誤上下文、錯誤包裝、錯誤屬性、使用者訊息與開發者訊息、恐慌恢復,以及日誌整合。適用於正在使用或採用 samber/oops 的情況,或程式碼庫已導入 github.com/samber/oops 時。
開發golang-samber-ro
cc-skills-golang/skills/golang-samber-ro
在 Golang 中使用 samber/ro 實現反應式串流與事件驅動程式設計 — 包含 150 多個型別安全運算子的 ReactiveX 實作、冷/熱可觀察物件、5 種主題類型(Publish、Behavior、Replay、Async、Unicast)、透過 Pipe 的宣告式管線、40 多個外掛(HTTP、cron、fsnotify、JSON、日誌)、自動背壓、錯誤傳播以及 Go 上下文整合。適用於使用或採用 samber/ro 時、程式碼庫匯入 github.com/samber/ro 時,或建構非同步...
開發API資料分析golang-samber-slog
cc-skills-golang/skills/golang-samber-slog
使用samber/slog-****套件為Golang提供結構化日誌擴展——多處理器管道(slog-multi)、日誌取樣(slog-sampling)、屬性格式化(slog-formatter)、HTTP中介軟體(slog-fiber、slog-gin、slog-chi、slog-echo)以及後端路由(slog-datadog、slog-sentry、slog-loki、slog-syslog、slog-logstash、slog-graylog...)。適用於使用或採用slog時,或當程式碼庫已導入任何github.com/samber/slog-*套件時。
開發APIgolang-security
cc-skills-golang/skills/golang-security
Golang的安全最佳實踐與漏洞防範。涵蓋注入攻擊(SQL、命令、XSS)、密碼學、檔案系統安全、網路安全、Cookie、機密管理、記憶體安全及日誌記錄。適用於撰寫、審查或稽核Go程式碼的安全性,或處理涉及加密、I/O、機密管理、使用者輸入處理或身分驗證的高風險程式碼。包含安全工具的配置。
安全程式碼審查開發golang-spf13-cobra
cc-skills-golang/skills/golang-spf13-cobra
We need to translate the given text from English to Traditional Chinese. The text describes a Go library for CLI command trees using spf13/cobra. We must preserve the name "golang-spf13-cobra" but it's not in the text, so we don't include it. Also preserve technical terms like "cobra.Command", "RunE", "Run", "PersistentPreRunE", "Args", "NoArgs", "ExactArgs", "MatchAll", "ValidArgsFunction", "RegisterFlagCompletionFunc", "ShellCompDirective", "SetArgs", "SetOut", "SetErr", "github.com/spf13/cobra". Also preserve URLs? None. Numbers? None. Just translate the rest. The text: "Golang CLI command tree library using spf13/cobra — cobra.Command, RunE vs Run, PersistentPreRunE hook chain, Args validators (NoArgs, ExactArgs, MatchAll, custom), persistent vs local flags, command groups, ValidArgsFunction, RegisterFlagCompletionFunc, ShellCompDirect
開發golang-spf13-viper
cc-skills-golang/skills/golang-spf13-viper
我们要求翻译一段文本,目标语言是繁体中文。需要保留产品名、协议名、URL、数字、技术术语。不要添加声明、解释、Markdown、项目符号、链接、标签、前缀或额外评论。只翻译<text>内的内容,不包括名称除非它出现在源文本中。不要添加"description"等标签。 源文本是英文,描述了一个Golang配置库spf13/viper的功能。需要翻译成繁体中文。注意技术术语如"flag", "env", "file", "KV", "default", "BindPFlag", "SetEnvPrefix", "SetEnvKeyReplacer", "AutomaticEnv", "ReadInConfig", "ConfigFileNotFoundError", "Unmarshal", "mapstructure struct tags", "Sub", "WatchConfig", "OnConfigChange", "hot reload", "viper.New()", "test isolation", "remote KV integration"等应该保留英文或翻译成常见的中文技术术语?要求保留技术术语,但通常中文技术文档中会使用英文
開發API程式碼審查golang-stay-updated
cc-skills-golang/skills/golang-stay-updated
提供資源以掌握 Golang 的最新消息、社群及值得關注的人物。適用於尋找 Go 學習資源、探索新函式庫、尋找社群頻道,或跟上 Go 語言的變更與版本更新。
開發研究golang-stretchr-testify
cc-skills-golang/skills/golang-stretchr-testify
全面指南,介紹 stretchr/testify 在 Golang 測試中的應用。深入涵蓋 assert、require、mock 與 suite 套件。適用於使用 testify 撰寫測試、建立 mock、設定測試套件,或選擇 assert 與 require 時。內容包含 testify 斷言、mock 預期行為、參數匹配器、呼叫驗證、套件生命週期,以及 Eventually、JSONEq 與自訂匹配器等進階模式。當程式碼匯入 github.com/stretchr/testify 時適用。
開發測試程式碼審查golang-structs-interfaces
cc-skills-golang/skills/golang-structs-interfaces
Golang 結構體與介面設計模式 — 組合、嵌入、型別斷言、型別切換、介面隔離、透過介面進行依賴注入、結構體欄位標籤,以及指標接收器與值接收器。在設計 Go 型別、定義或實作介面、嵌入結構體或介面、撰寫型別斷言或型別切換、為 JSON/YAML/DB 序列化新增結構體欄位標籤,或選擇指標接收器與值接收器時,使用此技能。亦在使用者...
開發程式碼審查golang-swagger
cc-skills-golang/skills/golang-swagger
使用 swaggo/swag 的 Golang OpenAPI/Swagger 文件 — 註解標記(@Summary、@Param、@Success、@Router、@Security)、swag init 程式碼生成、框架整合(gin、echo、fiber、chi、net/http)、安全性定義(Bearer/JWT、OAuth2、API 金鑰)以及結構標籤(swaggertype、enums、example、swaggerignore)。適用於在 Go 專案中新增或維護 Swagger/OpenAPI 文件,或當程式碼庫匯入 github.com/swaggo/swag、github.com/swaggo/gin-swagger 等套件時。
開發APIgolang-testing
cc-skills-golang/skills/golang-testing
We need to translate the given text from English to Traditional Chinese. The text describes a Go testing skill. We must preserve the name "golang-testing" but it's not in the text, so we don't include it. We also preserve technical terms like "table-driven tests", "testify suites and mocks", "parallel tests", "fuzzing", "fixtures", "goroutine leak detection with goleak", "snapshot testing", "code coverage", "integration tests", "idiomatic test naming", "Go tests", "Go test CI", "flaky/slow tests", "testify-specific APIs", "samber/cc-skills-golang@golang-stretchr-testify", "measurement methodology". Also preserve URLs? There is no URL. Numbers? None. Technical terms should be kept as is or translated if common? Usually in Chinese tech context, terms like "table-driven tests" might be translated as "表格驅動測試" but often kept in English. The instruction says "preserve product names, protocol names, URLs,
開發測試程式碼審查golang-troubleshooting
cc-skills-golang/skills/golang-troubleshooting
We need to translate the given text from English to Traditional Chinese. The text is a description of a skill for troubleshooting Golang programs. We must preserve the name "golang-troubleshooting" if it appears, but it does not appear in the text. The text includes terms like "pprof", "Delve", "GODEBUG", etc., which should be preserved as is. Also preserve URLs or any numbers. The instruction says not to include labels like "description" or "skill name". Just translate the text inside <text>. The text ends with "or applying..." which seems incomplete, but we translate as is. Translation: 系統性地除錯 Golang 程式 - 找出並修復根本原因。在遇到 Go 程式碼中的錯誤、崩潰、死結或非預期行為時使用。涵蓋除錯方法論、常見 Go 陷阱、測試驅動除錯、pprof 設定與擷取、Delve 除錯器、競賽檢測、GODEBUG 追蹤以及生產環境
開發測試golang-uber-dig
cc-skills-golang/skills/golang-uber-dig
We need to translate the given text from English to Traditional Chinese. The text describes a skill for dependency injection in Golang using uber-go/dig. We must preserve the name "golang-uber-dig" but it's not in the text, so we don't include it. Also preserve technical terms like "uber-go/dig", "Provide/Invoke", "dig.In/dig.Out", "Decorate", "go.uber.org/dig", "samber/cc-skills-golang@golang-uber-fx". The translation should be accurate and natural in Traditional Chinese. Let's translate sentence by sentence: "Implements dependency injection in Golang using uber-go/dig — reflection-based container, Provide/Invoke, dig.In/dig.Out parameter and result objects, named values, value groups, optional dependencies, scopes, and Decorate." Translation: "使用 uber-go/dig 在 Golang 中實現依賴注入 — 基於反射的容器、Provide/Invoke、dig.In/dig.Out 參數與結果
開發APIgolang-uber-fx
cc-skills-golang/skills/golang-uber-fx
Golang application framework using uber-go/fx — fx.New, fx.Provide, fx.Invoke, fx.Module, fx.Lifecycle hooks, fx.Annotate (name/group/As), fx.Decorate, fx.Supply, fx.Replace, fx.WithLogger, and signal-aware Run(). Apply when using or adopting uber-go/fx, when the codebase imports `go.uber.org/fx`, or when wiring services with fx.New. For raw DI without lifecycle, see `samber/cc-skills-golang@golang-uber-dig` skill.
開發APIhumaniseur-fr
cc-skills/skills/humaniseur-fr
從法語文本中移除AI寫作模式,注入語調、個性與靈魂。適用於編輯、審閱、改寫或清理讀起來像ChatGPT/Claude生成的法語內容。人性化、自然化、去AI化。可檢測並修正27種模式:AI詞彙過度使用(crucial, essentiel, notamment, par ailleurs, dans le paysage)、英語優先模型帶來的英式用法(faire du sens, adresser un problème)、系詞迴避、公式化開頭(À l'ère de, Dans le paysage actuel)……
創意通訊influence-and-negotiation
cc-skills/skills/influence-and-negotiation
適用於任何需要他人同意的互動的影響力與談判工具包,即使未以「談判」形式呈現。涵蓋範圍:B2B銷售、薪資檢討、集體協商/工會、嚴肅的一對一會議、決策公告、調解、跨文化交易、招募、聯繫主管、財務長、客戶、供應商或同事、回應回饋、員工人數請求、婉拒、對範圍提出異議、為延遲辯護、解釋決策、提出疑慮、取得...
通訊研究生產力linkedin-ghostwriter
cc-skills/skills/linkedin-ghostwriter
linkedin-ghostwriter — 一個可安裝於AI代理的技能。
行銷通訊創意linkedin-ghostwriting
cc-skills/skills/linkedin-ghostwriting
B2B LinkedIn代筆 — 策略訪談、鉤子設計與貼文內文。當用戶想撰寫LinkedIn內容、創作代筆貼文、為創辦人或高階主管代筆、制定B2B社群策略,或需要LinkedIn的鉤子、貼文結構或文案框架時使用。當用戶分享故事、成果或見解並希望將其轉化為貼文時適用。
行銷通訊創意press-release-writer
cc-skills/skills/press-release-writer
撰寫適用於任何場合、媒體類型和國家的專業新聞稿。當用戶想要撰寫、起草或改進新聞稿、公報、媒體公告、新聞發布或公關聲明時使用——包括產品發布、融資輪次、合作夥伴關係、危機溝通、財報、高層人事任命、活動、併購、開源里程碑及媒體通知。涵蓋所有發布類型、媒體目標(印刷、數位/通訊社、廣播、社交/SMPR、行業媒體)及...
行銷通訊創意promql-cli
cc-skills/skills/promql-cli
用於查詢 Prometheus 及相容 PromQL 引擎(Thanos、Cortex、VictoriaMetrics、Grafana Mimir、Grafana Tempo…)的 CLI 工具 — 支援即時查詢、範圍查詢、指標探索(metrics/labels/meta 子命令)、輸出格式(table/csv/json/graph)。適用於執行 PromQL 查詢、排查具可觀測性軟體的性能問題、調查延遲/錯誤率/飽和度,或分析時間序列資料。
開發DevOps資料分析site-launch-checklist
cc-skills/skills/site-launch-checklist
新網站上線前的啟動檢查清單。統籌分析工具設定(GA4、PostHog、Google Search Console、Ahrefs)、法律合規、安全標頭與稽核、SEO 與 GEO,並透過 Google Trends 驗證關鍵字研究(robots.txt、Sitemap、llms.txt、AI 政策、結構化標記、hreflang)、透過 TONE.md 及對應語言的人性化處理確保文案一致性、OpenGraph 與社交預覽、完整 favicon 集與 manifest、品質把關(Lighthouse、Core Web...
開發研究
第 31–60 個,共 65 個