Sube-py/awesome-skills
Skill Claude CodeCodex
Determine whether today (or a given date) is a working day in mainland China by querying holiday-cn yearly JSON from jsDelivr and applying holiday/makeup-workday rules. Use when users ask questions like "今天是不是工作日", "这天要不要上班", "是不是节假日/调休补班", or when a workflow needs a reliable workday boolean.
Sube-py/awesome-skills
Skill Claude CodeCodex
List and inspect local Codex session history by reading /.codex/sessionindex.jsonl, /.codex/sessions/, and /.codex/archivedsessions/. Default to unarchived sessions in /.codex/sessions/. Use when users ask what Codex sessions exist, want each session's id or title, need to know which project or workspace a session…
Sube-py/awesome-skills
Skill Claude CodeCodex
Read and manage GitLab issues through the glab CLI. Use when a user provides an issue ID and repository and asks to view issue details, comments, or uploaded images, publish comments, update assignees or labels, or manage issue time tracking (estimate/spent time) without using the web UI.
Sube-py/awesome-skills
Skill Claude CodeCodex
Install, update, secure, daemonize, expose through Cloudflare Tunnel, and enable speech input for the open-source Open Codex UI application. Use when a user asks to install or enable Open Codex UI, configure its login daemon, set its access password, install or manage the sherpa-onnx bilingual speech model…
Sube-py/awesome-skills
Skill Claude CodeCodex
Query Grafana Loki logs that are organized by labels such as projectname or project, env, and filename, where filename distinguishes nginx, web, worker, stdout, and stderr streams. Use when Codex needs to inspect logs with logcli, discover available projects or environments, list a project's log files, narrow to a…