takeaseatventure

5 mods across 3 repositories, 3 stars between them.

cron-doctor

01

takeaseatventure/devops-skills

Skill Claude CodeCodex

Diagnose and validate cron expressions before they ship. Catches the five silent death-traps: impossible dates that never fire, OR-semantics that fire too often, midnight spikes, uneven step drift, and leap-year February 29.

2 1mo ago A 52 tokens

dockerfile-auditor

02

takeaseatventure/devops-skills

Skill Claude CodeCodex

Audit Dockerfiles for layer bloat, cache-busting patterns, security smells, and best-practice violations. Use when a user writes or reviews a Dockerfile, when a Docker image is too large, when builds are slow, or when hardening a container for production. Pro skill — requires a takeaseat All-Access license.

2 1mo ago A 74 tokens

env-drift-hunter

03

takeaseatventure/devops-skills

Skill Claude CodeCodex

Detect environment variable drift across .env files before deploy. Use when a user has multiple .env files (.env, .env.local, .env.staging, .env.production), when debugging "works on my machine" config issues, or when setting up a new environment. Scans 12 languages (Node, Python, Ruby, Go, Rust, Java, PHP, Docker…

2 1mo ago C 113 tokens

sql-sentinel

04

takeaseatventure/sql-sentinel

Skill Claude CodeCodex

Audit SQL for the cost & performance anti-patterns that burn warehouse credits. Catches SELECT , full-table scans, non-sargable predicates, Cartesian joins, NULL-trap NOT IN, and 17 more rules. Scores warehouse health 0-100 and outputs a prioritized cost-reduction plan for BigQuery, Snowflake, Redshift, and Postgres.

1 1mo ago A 77 tokens original MIT

cron-mcp

05

takeaseatventure/cron-mcp

MCP server Claude CodeCodexCursor

MCP cron validator for AI agents; flags impossible schedules and other silent cron bugs. Runs locally from the cron-mcp-server npm package.

0 22d ago A tokens not measured original MIT