awk-posix-compat
FeaturedShell 脚本中 awk 的 POSIX 兼容性指南。 Use when: 编写或审查包含 awk 的 shell 脚本, 尤其是需要 macOS + Linux 跨平台运行的场景。 触发词: awk, BSD awk, POSIX regex, [[:space:]], guard 脚本, 跨平台 shell
Install
Quality Score: 88/100
Skill Content
Details
- Author
- majiayu000
- Repository
- majiayu000/vibeguard
- Created
- 6 months ago
- Last Updated
- today
- Language
- Shell
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
invariant-guard-correctness
当编写或评审"自以为熟悉"的算法(循环/递归/原地修改/边界)时使用;在写代码前先落笔函数契约、循环不变式、终止性论证与边界清单,产出正确性优先的实现与自检;不适用于显然无误的一行式或纯并发同步推理;触发词:循环不变式、二分边界、off-by-one
awk
Expert GNU awk (gawk) one-liner generation and transformation. Use this skill whenever the user asks to process text fields, extract columns, compute sums or aggregates, filter structured output, reformat CSV/TSV, parse logs, generate reports, or do any record/field processing task. Trigger on keywords like "awk", "extract column", "sum a field", "count occurrences", "print field N", "filter by column", "reformat output", "aggregate log data", "process CSV", "TSV", or any request that maps to a field-oriented text transformation. When in doubt, use this skill — awk is often the right tool when sed isn't enough.
hook-standards
Claude Code hook 的規格:什麼行為該用 hook 強制、什麼該留在 CLAUDE.md 判斷層、 deny 與 ask 怎麼選、匹配與失敗紀律、輸出格式、註解義務,以及安裝與更新步驟。 另附三支現行守衛(git-guard、destructive-guard、worktree-hookspath-fix)的逐支規格。 Use when 新增或修改 Claude Code hook、編輯 settings.json 的 hooks 區塊、 審查一支 hook 是否合格,或需要知道目前環境有哪些守衛、它們會擋下什麼。