DevOps & Security skills

Browse reusable Agent Skills, each with a clear purpose and practical guidance.

ci-cd

Guides understanding and working with Apache Beam's CI/CD system using GitHub Actions. Use when debugging CI failures, understanding test workflows, or modifying CI configuration.

8.63k repo starsObserved in 2 repos
DevOps & Security

git-safety

Critical safety guardrails for protected branches: never commit, push, or force-push directly to main, latest, or release branches; no destructive history rewrites without explicit user approval. Use before any git operation that touches protected branches, before force-push, reset --hard, history rewrite, or branch deletion, or whenever the user asks about merging, pushing, or release branches.

8.62k repo starsObserved in 1 repos
DevOps & Security

ci-log-retrieval

Retrieve and investigate failing Lean CI job logs. Use when a CI job fails and you need to fetch its logs, or when monitoring a CI run for failures.

8.49k repo starsObserved in 1 repos
DevOps & Security

appstore

Prepare and validate a MiaoYan Mac App Store build. Not for GitHub Releases.

8.43k repo starsObserved in 1 repos
DevOps & Security

commit-push

Commit staged/unstaged changes and push to the remote branch in one step

8.41k repo starsObserved in 3 repos
DevOps & Security

terminal

Use Desktop Commander for terminal and command-line work, especially anything that needs a shell whose state persists across turns: Python/Node REPLs, database shells, dev servers and other long-running processes, SSH into remote machines, and Windows PowerShell. Also handles everyday terminal tasks — navigating folders, choosing the right command for the user's shell (PowerShell, cmd, bash, zsh), running Docker/curl/cloud-CLI commands, inspecting processes and ports, and saving recurring workflows as scripts — even when the user doesn't say "Desktop Commander" or "terminal." Reach for it on pasted errors like "command not found", "permission denied", "EADDRINUSE", "address already in use", "npm ERR!", "ModuleNotFoundError", or "ENOENT", and on intents like "what's using port 3000", "kill that process", "ssh into my server", or "why won't my dev server start". Works on Windows, macOS, and Linux. Never run destructive commands without explicit confirmation.

8.33k repo starsObserved in 1 repos
DevOps & Security

compute-env-setup

Set up a reproducible Feynman compute environment for research jobs. Use when a task needs Python/R packages, GPU libraries, containers, Modal, SSH, caches, or managed model runtime setup.

8.30k repo starsObserved in 1 repos
DevOps & Security

docker

Execute research code inside isolated Docker containers for safe replication, experiments, and benchmarks. Use when the user selects Docker as the execution environment or asks to run code safely, in isolation, or in a sandbox.

8.30k repo starsObserved in 1 repos
DevOps & Security

remote-compute-modal

Dispatch Feynman research notebook or experiment jobs to Modal. Use when a task has explicitly chosen Modal for bounded cloud compute, GPU jobs, or reproducible remote execution.

8.30k repo starsObserved in 1 repos
DevOps & Security

remote-compute-ssh

Run Feynman research jobs on SSH, Slurm, or lab hosts. Use when a task needs remote host setup, job submission, log harvest, artifact sync, or GPU/cluster execution outside Modal.

8.30k repo starsObserved in 1 repos
DevOps & Security