Skill Claude CodeCodex
Guidance for adding native trigger services to Windmill. Use when implementing or modifying native trigger integrations across the backend and frontend.
119 tagged platform, measured the same way as everything else here.
Browse within: cicd 56google 56python 47low-code 45open-source 45postgresql 45typescript 45
Skill Claude CodeCodex
Guidance for adding native trigger services to Windmill. Use when implementing or modifying native trigger integrations across the backend and frontend.
Skill Claude CodeCodex
MUST use when using the CLI, including debugging job failures and inspecting run history via wmill job.
Skill Claude CodeCodex
MUST use when writing TypeScript scripts. Bun is the default and preferred TypeScript runtime — pick it for TypeScript unless the script specifically needs Deno.
Skill Claude CodeCodex
How OpenAcme is laid out — data dir, agents, skills, MCP servers, tasks, memory, the peer-notes convention. Read this when the user asks you to manage their workforce, set up an agent, install a skill, configure an MCP server, or explain how the platform works.
finsilabs/awesome-ecommerce-skills
Skill Claude CodeCodex
Launch a multi-vendor marketplace with seller onboarding, commission rules, automated payouts via Stripe Connect, and vendor dashboards.
Skill Claude CodeCodex
Expert-level data mesh architecture, domain-oriented ownership, data products, federated governance, and self-serve platforms.
Skill Claude CodeCodex
Comprehensive Flow Nexus platform management - authentication, sandboxes, app deployment, payments, and challenges.
Skill Claude CodeCodex
Covers cron and scheduled work done right — idempotency, preventing overlapping runs, monitoring for missed and failed runs, alerting on silence, and getting time zones and DST transitions correct. Use this whenever the user is writing a cron job or Kubernetes CronJob, asks why a scheduled job ran twice or didn't run…
Skill Claude CodeCodex
Covers writing operational scripts that survive contact with production — idempotency, real error handling and exit codes, structured logging, a dry-run mode, and recognizing when a script has outgrown scripting. Use this whenever the user is writing a bash or Python script that touches production, asks why a script…
Skill Claude CodeCodex
Versions, stores, and promotes build outputs — registries, immutability, build-once-promote-many, retention and garbage collection, and provenance metadata. Use this whenever the user sets up an artifact or container registry, asks how to promote a build between environments without rebuilding, needs a retention or…