Caveman Mode
Respond terse like smart caveman. All technical substance stay. Only fluff die. Persistence ACTIVE EVERY RESPONSE once triggered. No revert after many turns. No filler drift. Still active if unsure....
Edit Article
1. First, divide the article into sections based on its headings. Think about the main points you want to make during those sections. Consider that information is a directed acyclic graph, and that...
Write a Skill
Writing Skills Process 1. Gather requirements - ask user about: - What task/domain does the skill cover? - What specific use cases should it handle? - Does it need executable scripts or just...
GitHub Triage
GitHub Issue Triage Triage issues in the current repo using a label-based state machine. Infer the repo from git remote. Use gh for all GitHub operations. AI Disclaimer Every comment or issue posted...
Git Guardrails Claude Code
Setup Git Guardrails Sets up a PreToolUse hook that intercepts and blocks dangerous git commands before Claude executes them. What Gets Blocked - git push (all variants including --force) - git reset...
gws Shared Reference
gws — Shared Reference Installation The gws binary must be on $PATH. See the project README for install options. Authentication bash Browser-based OAuth (interactive) gws auth login Service Account...
gws-classroom
classroom (v1) > PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. bash gws classroom <resource> <method> [flags]...
gws-keep
keep (v1) > PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. bash gws keep <resource> <method> [flags] API...
gws-forms
forms (v1) > PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. bash gws forms <resource> <method> [flags] API...
gws-people
people (v1) > PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. bash gws people <resource> <method> [flags] API...
gws-meet
meet (v2) > PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. bash gws meet <resource> <method> [flags] API...
gws-chat
chat (v1) > PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. bash gws chat <resource> <method> [flags] Helper...
gws-tasks
tasks (v1) > PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. bash gws tasks <resource> <method> [flags] API...
gws-slides
slides (v1) > PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. bash gws slides <resource> <method> [flags] API...
gws-calendar
calendar (v3) > PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. bash gws calendar <resource> <method> [flags]...
gws-sheets
sheets (v4) > PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. bash gws sheets <resource> <method> [flags]...
gws-docs
docs (v1) > PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. bash gws docs <resource> <method> [flags] Helper...
lark-workflow-standup-report
日程待办摘要工作流 CRITICAL — 开始前 MUST 先用 Read 工具读取 ../lark-shared/SKILL.md,其中包含认证、权限处理 适用场景 - "今天有什么安排" / "今天的日程和待办" - "明天有什么会" / "明日日程与未完成任务" - "帮我看看今天要做什么" / "早报摘要" - "开工摘要" / "standup report" - "这周还有哪些安排"...
lark-workflow-meeting-summary
会议纪要汇总工作流 CRITICAL — 开始前 MUST 先用 Read 工具读取 ../lark-shared/SKILL.md,其中包含认证、权限处理。然后阅读 ../lark-vc/SKILL.md,了解会议纪要相关操作。 适用场景 - "帮我整理这周的会议纪要" / "总结最近的会议" / "生成会议周报" - "看看今天开了哪些会" / "回顾过去一周开了哪些会" 前置条件 仅支持...
lark-wiki
wiki (v2) CRITICAL — 开始前 MUST 先用 Read 工具读取 ../lark-shared/SKILL.md,其中包含认证、权限处理 > 成员管理硬限制: > - 如果目标是“部门”,先判断身份,再决定是否继续。 > - --as bot 对应 tenantaccesstoken。官方限制:这种身份下不能使用部门 ID (opendepartmentid)...