temporal-go
No SKILL.md available for this skill.
View on GitHubMore from brojonat/llmsrules
k8s-deployment
Deploy services to Kubernetes with Docker multi-stage builds, kustomize overlays, and Makefile automation. Use when creating Dockerfiles, writing k8s manifests, or setting up deployment pipelines.
12python-cli
Build Python CLIs with Click using subcommand groups. Use when creating or modifying a Python command-line interface, adding subcommands, or structuring a CLI package.
12pyproject-config
Configure Python projects with pyproject.toml including build system, console scripts, ruff linting, and pytest. Use when setting up a new Python project, configuring tooling, or adding entry points.
11openai-agents
Build multi-agent systems with the OpenAI Agents SDK, including tool definitions, handoffs, context management, and webhook validation. Use when creating OpenAI agent flows, defining tools, or handling agent handoffs in Python or Go.
11bayesian-mixture-models
Fit Bayesian Gaussian mixture models with PyMC for soft clustering with full uncertainty. Use when the user needs probabilistic cluster assignments, latent heterogeneity modeling, zero-inflated data, or principled model selection for number of clusters. Covers Dirichlet priors, label switching, LOO-CV model comparison, and applications beyond clustering.
5regression
Build a production-ready regression model on tabular data using XGBoost with conformalized quantile regression for prediction intervals. Use when the user needs to predict a continuous target from tabular features (price, sales, demand, time-to-event, score) and report uncertainty alongside the point estimate. Default to this for any tabular regression task.
4