cron-mastery
49Skill Claude CodeCodex
A guide for creating, reading, checking, and visualising cron schedules. Cron is a standard format for running commands automatically at specified minutes, hours, dates, months, or weekdays.
Skill Claude CodeCodex
A guide for creating, reading, checking, and visualising cron schedules. Cron is a standard format for running commands automatically at specified minutes, hours, dates, months, or weekdays.
Skill Claude CodeCodex
Skill "deep-interview" from an8079/take-skills, covering deep-interview — socratic deep interview protocol, name, description, when to activate and protocol.
Skill Claude CodeCodex
A low-verbosity working mode that aims to complete clear tasks in as few conversation turns and with as few tokens as possible.
Skill Claude CodeCodex
A YAML-configured system for generating tools that call enterprise-data APIs and combining those calls into multi-step workflows. YAML is a human-readable configuration format.
Skill Claude CodeCodex
Git interactive rebase, history rewriting, and advanced branching strategies. Use when cleaning up commit history before PR, splitting or squashing commits, fixing commit messages, reordering commits, or resolving complex rebase conflicts. Covers git rebase -i, reflog, filter-branch, and bisect combined with rebase…
Skill Claude CodeCodex
A troubleshooting guide for Git, the version-control system used to track code changes. It covers conflicts, undoing commits, branch cleanup, cherry-picking changes, and recovering deleted work with the reflog.
Skill Claude CodeCodex
Skill "hud" from an8079/take-skills, covering hud — real-time task status hud, name, description, when to activate and protocol.
Skill Claude CodeCodex
A generator for realistic JSON test data, including normal examples and unusual values. JSON is a text format commonly used to represent data exchanged by applications.
Skill Claude CodeCodex
Observability engineering: distributed tracing, structured logging, and metrics with OpenTelemetry. Use when implementing observability in microservices, debugging production with traces, writing SLIs/SLOs/SLAs, or setting up the three pillars (logs, metrics, traces). Covers OpenTelemetry SDK, Jaeger, Prometheus…
Skill Claude CodeCodex
Skill "performance-reviewer" from an8079/take-skills, covering performance-reviewer, 触发词, 概述, 核心审查维度 and 1. 前端性能.
Skill Claude CodeCodex
Property-based testing (PBT): generate hundreds of inputs automatically to verify mathematical properties of code. Use when user mentions property testing, QuickCheck, Hypothesis, Shrinking, invariant testing, generative testing, or when unit test coverage feels insufficient. Covers Haskell/QuickCheck…
Skill Claude CodeCodex
Skill "ralplan" from an8079/take-skills, covering ralplan — ralplan structured planning protocol, name, description, when to activate and protocol.