ReeseKenn/frontend-interview-answer-coach
一个面向中文前端面试的 Codex Skill。它不会只给出百科式解释,而是先帮助候选人理解知识点,再生成适合真实面试表达的 1–2 分钟口述稿。
一个面向中文前端面试的 Codex Skill。它不会只给出百科式解释,而是先帮助候选人理解知识点,再生成适合真实面试表达的 1–2 分钟口述稿。
npx skills add ReeseKenn/frontend-interview-answer-coach一个面向中文前端面试的 Codex Skill。它不会只给出百科式解释,而是先帮助候选人理解知识点,再生成适合真实面试表达的 1–2 分钟口述稿。
Recently updated agent-skill-related GitHub repository: hunghung12092005/agent-skills-toolkit.
An AI agent live on your desktop
The foundational knowledge distillation pattern for building and maintaining an AI-powered Obsidian wiki. Based on Andrej Karpathy's LLM Wiki architecture. Use this skill whenever the user wants to understand the wiki pattern, set up a new knowledge base, or needs guidance on the three-layer architecture (raw sources → wiki → schema). Also use when discussing knowledge management strategy, wiki structure decisions, or how to organize distilled knowledge. This is the "theory" skill — other skills handle specific operations (ingesting, querying, linting).
小红书聚光投放AI运营助手 - OpenClaw Skill-xiaohonshujuguangAI
Codex skill for probing local environments and preventing repeated shell, encoding, and path mistakes.
Functional programming helpers for Golang using samber/lo — 500+ type-safe generic functions for slices, maps, channels, strings, math, tuples, and concurrency (Map, Filter, Reduce, GroupBy, Chunk, Flatten, Find, Uniq, etc.). Core immutable package (lo), concurrent variants (lo/parallel aka lop), in-place mutations (lo/mutable aka lom), lazy iterators (lo/it aka loi for Go 1.23+), and experimental SIMD (lo/exp/simd). Apply when using or adopting samber/lo, when the codebase imports github.com/samber/lo, or when implementing functional-style data transformations in Go. Not for streaming pipelines (→ See `samber/cc-skills-golang@golang-samber-ro` skill).