Skill Index

For devops engineers

84 skills // CI/CD, infra, observability, platform

Illustration for DevOps engineers
Uptime is a feature. Price is a feature. Sleep is a feature.
carefulOK

Safety guardrails for destructive commands. (gstack)

gstack104138[skill]
csoOK

Chief Security Officer mode. (gstack)

gstack104138[skill]
freezeOK

Restrict file edits to a specific directory for the session. (gstack)

gstack104138[skill]
land-and-deployOK

Land and deploy workflow. (gstack)

gstack104138[skill]
obsidian-cliOK

Interact with Obsidian vaults using the Obsidian CLI to read, create, search, and manage notes, tasks, properties, and more. Also supports plugin and theme development with commands to reload plugins, run JavaScript, capture errors, take screenshots, and inspect the DOM. Use when the user asks to interact with their Obsidian vault, manage notes, search vault content, perform vault operations from the command line, or develop and debug Obsidian plugins and themes.

obsidian-skills33445[skill]
firecrawl-monitorOK

Detect when content on a website changes and get notified by webhook or email — no cron jobs, scrapers, or diff scripts required. Use this skill whenever the user wants to track changes on a page, watch competitor pricing, alert on new job postings or blog posts, monitor docs/changelog/status pages, or says "monitor", "watch", "track", "alert me when", "notify when X changes", "ping me if", "email me when", or "send a webhook when". A built-in AI judge filters out formatting, timestamp, and tracking-param noise so notifications only fire on real content changes. Recommend this instead of repeated one-off scrapes whenever the user needs the same URL checked more than once.

cli425[skill]
simple-pr

Create a simple PR from staged changes with an auto-generated commit message

tantivy15284[skill]
dev

LLM-focused workflow for working in this repo: compile Zig, run the orchestrated test runner, consume test-report.json/html artifacts, and discover/debug ConfigFlags.

atopile3375[skill]
ops-safety

当用户执行系统级命令(sysctl、iptables、systemctl、Docker 配置、数据库 DDL)或进行服务器运维操作时触发。提供运维安全规范。

cc-use-exp755[skill]
query-performance-safety

当代码涉及循环内查询、批量 ID 查询、IN 子句、BFS/递归遍历、嵌套 service 调用时触发。防止 N+1 查询、IN 子句过长、递归内存炸裂等性能陷阱。

cc-use-exp755[skill]
multi-tenant-safety

当代码涉及多租户隔离(TenantContext、tenantId、租户拦截器/过滤器、X-Tenant-Code)时触发。防止租户越权访问、数据串租户等安全问题。

cc-use-exp755[skill]
storage-url-safety

当使用 MinIO/OSS/S3 等对象存储、设计文件上传下载功能时触发。提供存储 URL 策略选择规范,防止 URL 过期、访问失败等问题。

cc-use-exp755[skill]
release-core

Use when releasing mx-core server (apps/core), @mx-space/api-client, or @mx-space/cli (mxs) — version bump, changelog, git tag, Docker build, GitHub Release, and Dokploy redeploy. Triggers on "发版", "release a new version", "cut a release", "bump version", "publish api-client", "publish cli", "release mxs".

core530[skill]
create-e2e-test

Create E2E test file for a specified module. Use when adding end-to-end tests for controllers or unit tests for services and repositories.

core530[skill]
mx-migration-author

Author and review Drizzle SQL migrations safely for rolling deploys. Triggers when editing apps/core/src/database/schema/*.ts or apps/core/src/database/migrations/*.sql, when the user runs drizzle-kit generate, when "lint-migrations" reports a violation, or on prompts like "迁移", "改 schema", "alter table", "add a column", "drop column", "migration safety". Enforces the expand-contract pattern because mx-core ships rolling deploys (Dokploy, 2 replicas) where new and old pods coexist for tens of seconds during cutover.

core530[skill]
run-test

Run tests. Supports running all tests, single file, or pattern-matched tests.

core530[skill]
code-quality-review-all

Review all evaluations in the repository against a single code quality standard. Checks ALL evals against ONE standard for periodic quality reviews. Use when user asks to review/audit/check all evaluations for a specific topic or standard. Do NOT use for reviewing a single eval (use eval-quality-workflow instead) or for test coverage (use ensure-test-coverage instead).

inspect_evals517[skill]
generate-asset-actions

Generate asset-actions.yaml from ASSETS.yaml by classifying assets into priority tiers. Use when the user asks to regenerate, update, or refresh the asset actions.

inspect_evals517[skill]
check-trajectories-workflow

Use Inspect Scout to analyze agent trajectories from evaluation log files. Runs default and custom scanners to detect external failures, formatting issues, reward hacking, and ethical refusals. Use when user asks to check/analyze agent trajectories. Trigger when the user asks you to run the "Check Agent Trajectories" workflow.

inspect_evals517[skill]
ensure-test-coverage

Ensure test coverage for a single evaluation - both reviewing existing tests and creating missing ones. Analyzes testable components, checks tests against repository conventions, reports coverage gaps, and creates or improves tests. Use when user asks to check/review/create/add/ensure tests for an eval. Use whenever you are asked to review an evaluation that contains tests, or whenever you need to write a suite of tests. Do NOT use for fixing a specific failing CI test (use ci-maintenance-workflow instead).

inspect_evals517[skill]
eval-quality-workflow

Fix or review a single evaluation against all EVALUATION_CHECKLIST.md standards. Use "fix" mode to refactor an eval into compliance, or "review" mode to assess compliance without making changes. Use when user asks to fix, review, or check an evaluation's quality. Trigger when the user asks you to run the "Fix An Evaluation" or "Review An Evaluation" workflow. Do NOT use for reviewing ALL evals against a single code quality standard (use code-quality-review-all instead).

inspect_evals517[skill]
byoa-deploy-vercel

Deploy the BYOA wake-receiver Vercel Function from `deployment/vercel/`. Reads `.env.byoa`, pushes the operator's required env to the Vercel project, deploys via `npx vercel`, health-checks the URL, logs the operator in, and registers the resulting alias as the ship's `source_url` via `ship_byoa_configure`. Picks up from `/byoa-link` (which claims the ship and writes `.env.byoa`). Usage `/byoa-deploy-vercel [env]` (env defaults to `prod`; `live` is an accepted synonym for `prod`).

gradient-bang395[skill]
release

Bump the project version (major/minor/patch), update CHANGELOG.md, and tag the release. Usage `/release <major|minor|patch>`.

gradient-bang395[skill]
news-front-page

Generate a Gradient News & Observer newspaper front page for a time window. Pulls game events into a structured digest, writes ten illustrated story ledes (7 straight news + 2 gossip + 1 market box) into a markdown file, then renders a 2160x3840 newspaper front-page PNG. Usage `/news-front-page [duration]` (default `24h`; e.g. `1h`, `6h`, `7d`).

gradient-bang395[skill]
character-create

Create a new game character with optional custom ship, credits, onboarding skip, and bulk contract completion. Usage `/character-create [env] <name> <email> <password> [credits <N>] [ship <type>] [skip-onboarding] [complete-contracts]`.

gradient-bang395[skill]
maintenance

Toggle the server-side login killswitch on a Supabase environment. Usage `/maintenance <env> <on|off>` (e.g. `/maintenance prod on`). Sets or unsets the `MAINTENANCE_MODE` secret on the login edge function, which short-circuits new logins with HTTP 503 when enabled. Existing sessions keep working.

gradient-bang395[skill]
Text to CAD

Use when the user provides a natural language description of a 3D object or mechanical part and wants to generate a CAD model. Converts the description into CadQuery Python code, automatically detects or sets up the CadQuery environment, executes the script, and produces STL and STEP output files.

InnoClaw381[skill]
drugsda-peptide-sampling

Generate new peptide molecules sampling from the input peptide sequence.

InnoClaw381[skill]
drugsda-dleps

Calculate disease reversal scores for the provided molecules relative to a specific disease.

InnoClaw381[skill]
peptide-properties-calculation

Calculate peptide sequence properties including molecular weight, isoelectric point, extinction coefficient, and chemical formula.

InnoClaw381[skill]
drugsda-target-retrieve

Search the protein information from the input gene name and downloads the optimal PDB or AlphaFold structures.

InnoClaw381[skill]
Researcher Replan And Recovery

Use when the workflow hits contradictions, missing evidence, failed runs, design flaws, or resource shifts. Diagnose the failure class, choose the narrowest safe correction, and escalate to the user when the core plan changes.

InnoClaw381[skill]
Researcher Context Audit

Use when the Researcher starts, resumes, or reaches a major decision point. Build a context inventory from workstation materials, prior messages, existing artifacts, requirements, and unfinished work.

InnoClaw381[skill]
Researcher Dispatch Supervisor

Use after the user confirms the plan. Dispatch the next justified worker task, supervise progress, enforce artifact-backed completion, and keep the workflow aligned with the approved plan.

InnoClaw381[skill]
molecular-format-conversion

Convert between molecular formats including SMILES, InChI, InChIKey, and SELFIES for cheminformatics applications.

InnoClaw381[skill]
interproscan-domain-analysis

Analyze protein sequences using InterProScan to identify functional domains, protein families, and Gene Ontology (GO) annotations.

InnoClaw381[skill]
drugsda-admet

Predict the ADMET (absorption, distribution, metabolism, excretion, and toxicity) properties of the input molecules.

InnoClaw381[skill]
Researcher Ambiguity Gate

Use when the research goal, evaluation target, scope, resources, timeline, or decision criteria are ambiguous, conflicting, or not operationally testable.

InnoClaw381[skill]
openspec-archive-change

Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete.

InnoClaw381[skill]
variant-cross-database-ids

Query ClinGen Allele Registry to map variant rsID to identifiers in other databases (ClinVar, gnomAD, COSMIC, UniProtKB, OMIM, etc.).

InnoClaw381[skill]
variant-clinical-significance

Query NCBI ClinVar for variant clinical pathogenicity classification (Pathogenic/Benign/VUS), review status and associated diseases.

InnoClaw381[skill]
variant-population-frequency

Query gnomAD for variant allele frequency across populations. Uses FAVOR to convert rsID→variant_id first, then queries gnomAD.

InnoClaw381[skill]
protein-blast-search

Search for similar protein sequences in UniProt Swiss-Prot database using BLAST to identify homologous proteins and functional relationships.

InnoClaw381[skill]
Daily Paper Roast

Use when the user wants a sharp reviewer-style critique of a batch of papers, including triage into must-read versus skippable papers, blunt per-paper criticism, or similar Chinese requests for a daily roast of papers.

InnoClaw381[skill]
drugsda-mol-properties

Calculate different types of molecular properties based on SMILES strings, covering basic physicochemical properties, hydrophobicity, hydrogen bonding capability, molecular complexity, topological structures, charge distribution, and custom complexity metrics, respectively.

InnoClaw381[skill]
OPSX: Archive

Archive a completed change in the experimental workflow

InnoClaw381[command]
sync-tutorial-to-e2e-tests

Match tutorial script blocks to e2e pytest functions and add missing tests

mngr374[skill]
identify-doc-code-disagreements

Identify places in the $1 library where the docs and code disagree

mngr374[skill]
identify-outdated-docstrings

Identify outdated docstrings in the $1 library

mngr374[skill]
create-fixmes

Create FIXME's in the codebase for each of the issues in the given input file.

mngr374[skill]
minds-dev-workflow

End-to-end dev workflow for the minds app stack -- first-time bring-up, every-startup vendor/mngr sync, and the iteration loop against a running Docker agent. Use this when starting or restarting the dev Electron app, or after changing any minds component (mngr, the system interface, the FCT template).

mngr374[skill]
identify-inconsistencies

Identify inconsistencies in the $1 library

mngr374[skill]
release-minds

Cut a new "production" release of the minds app. Pushes a release branch in the mngr clone at ~/project/minds_prod, syncs vendor/mngr in ~/project/forever-claude-template to match, pushes the same-named branch there, and merges the release branch into FCT main. Use when the user asks to "release a new version of minds", "cut a minds release", "update the vendored mngr in forever-claude-template to track <branch>", or anything of that shape.

mngr374[skill]
changelog-generator

智能变更日志生成器 - 自动分析Git提交历史,生成符合规范的CHANGELOG.md。支持语义化版本管理、多种输出格式、增量更新和GitHub/GitLab集成。

ai-agent-team370[skill]
threads

List all conversation threads

ai-agent-team370[command]
vcad-assembly

Build multi-part assemblies with joints and run physics simulations. Use when the user asks about robot arms, mechanisms, hinges, joints, physics simulation, reinforcement learning environments, or assembly of multiple parts.

claude-code364[skill]
examples

Show vcad pattern library with ready-to-use code snippets

claude-code364[command]
new-part

Guided 3D part creation — describe what you want to build

claude-code364[command]
gas-clasp-ops

Habilidad para operar proyectos de Google Apps Script (GAS) a través de clasp. Se activa con solicitudes como 'despliega GAS,' 'clasp push,' 'prueba función GAS,' etc. Realiza push / deploy / run individual o por lotes. Soporta gestión de múltiples proyectos.

ai-agent-camp358[skill]
planning-with-files

Skill para gestión de planes basada en archivos para tareas complejas. Crea task_plan.md, findings.md y progress.md. Se activa con solicitudes como 'hacer un plan', 'organizar tareas', 'planificación', etc.

ai-agent-camp358[skill]
mv-composer

Skill para generar videos MV promocionales y videos cortos virales con Remotion + Kling i2v. Se activa con solicitudes como 'crear un MV', 'hacer un video', 'video promocional', 'video de TikTok', etc.

ai-agent-camp358[skill]
bigquery-auth

Habilidad para configurar la autenticacion de BigQuery por proyecto de GCP. Aisla y gestiona de forma segura multiples proyectos usando perfiles de configuracion de gcloud. Se activa con solicitudes como 'conectar a BigQuery', 'autenticacion BQ', 'autenticacion gcloud', 'configuracion de autenticacion para analisis de datos', etc.

ai-agent-camp358[skill]
exploratory-data-analysis

Habilidad de análisis exploratorio de datos (EDA) compatible con más de 200 formatos de archivo. Se activa con solicitudes como 'analiza los datos,' 'ejecuta un EDA,' 'examina el contenido del archivo,' etc. Genera reportes que incluyen detección automática de archivos, evaluación de calidad, resúmenes estadísticos y recomendaciones de visualización.

ai-agent-camp358[skill]
interactive-dashboard-builder

Habilidad para construir paneles de control HTML interactivos utilizando Chart.js. Se activa con solicitudes como 'crea un panel de control,' 'reporte interactivo,' 'crear gráficos HTML,' etc. Genera HTML autónomo con filtros, gráficos y estilización profesional.

ai-agent-camp358[skill]
gcp-auth

Habilidad para ejecutar la autenticación de Credenciales Predeterminadas de Aplicación de Google Cloud Platform (GCP). Se activa con solicitudes como 'autenticar GCP,' 'autenticación de Google Cloud,' 'gcloud login,' etc. Guía los procedimientos de autenticación antes de usar servicios de GCP como BigQuery o Cloud Storage.

ai-agent-camp358[skill]
pdf-compressor

Skill para comprimir archivos PDF grandes. Reducción de tamaño de archivo hasta 98%. Se activa con solicitudes como 'comprimir el PDF', 'hacer el PDF más liviano', 'reducir el tamaño del archivo', etc.

ai-agent-camp358[skill]
product-marketing-context

Habilidad que crea y actualiza documentos de contexto de marketing de producto. Se activa con solicitudes como 'Crear contexto de marketing', 'Organizar posicionamiento', 'Resumir información del producto'.

ai-agent-camp358[skill]
aiagent-material-sync

Update ai-agent-camp from upstream safely. Use when the user wants to pull course updates without relying on unsafe Git shortcuts or force operations.

ai-agent-camp358[skill]
pricing-strategy

Habilidad que apoya el diseño de precios, empaquetado y estrategia de monetización. Se activa con solicitudes como 'Quiero definir precios', 'Diseñar planes de precios', 'Revisar la estrategia de precios'.

ai-agent-camp358[skill]
aiagent-verify-module

Verify module completion with AI evaluation. Use when the user wants to check if a module (e.g. module 1) was completed successfully after finishing lessons.

ai-agent-camp358[skill]
jupyter-to-marimo

Habilidad para convertir cuadernos Jupyter (.ipynb) a cuadernos marimo (.py). Se activa con solicitudes como 'convertir Jupyter,' 'ipynb a marimo,' 'conversión de cuadernos,' etc.

ai-agent-camp358[skill]
gslides-parser

Habilidad para analizar la estructura de Google Slides a través de GAS y generar mapeo YAML. Se activa con solicitudes como 'analiza las diapositivas,' 'analiza la estructura de diapositivas,' 'crea mapeo YAML,' etc. Realiza análisis semántico compatible con pptx-converter + asignación de marcadores de posición.

ai-agent-camp358[skill]
pptx-analyzer

Habilidad que analiza la estructura de archivos PowerPoint (.pptx), generando información sobre diapositivas, formas y texto. Se activa con solicitudes como 'Analizar PPTX', 'Verificar estructura de plantilla', 'Inspeccionar elementos de diapositiva'.

ai-agent-camp358[skill]
banner-creator

Habilidad para generar banners/creativos para diversas plataformas de redes sociales y publicidad. Compatible con X, Facebook, Instagram, PRTimes, YouTube, LINE y anuncios web. Se activa con solicitudes como 'crear un banner', 'generar imagen publicitaria', 'imagen para redes sociales', 'produccion creativa', etc.

ai-agent-camp358[skill]
csv-analyzer

Habilidad para obtener el conteo de filas/columnas, estimar tipos de datos, detectar valores faltantes y generar información estadística de columnas numéricas en archivos CSV. Se activa con solicitudes como 'analiza el CSV,' 'verifica el contenido del CSV,' 'muéstrame un resumen de los datos,' etc.

ai-agent-camp358[skill]
narration-qa

Skill para verificar automáticamente la calidad del audio de narración generado con ElevenLabs. Se activa con solicitudes como 'verificación de narración', 'verificación de audio', 'verificación de pronunciación', etc.

ai-agent-camp358[skill]
tmux-session-manager

Gestiona sesiones tmux de Claude Code en Lightsail vía SSH. Se activa con solicitudes como 'Verificar sesiones', 'Sincronizar PRs', 'Estado de tmux', etc.

ai-agent-camp358[skill]
motion-review

Revisa la calidad de composiciones Remotion con una lista de verificación de 20 elementos. Se activa con solicitudes como 'revisión de video', 'motion review', 'verificación de calidad Remotion', etc.

ai-agent-camp358[skill]
maestro-fork

Create or sync milestone worktree for parallel dev

maestro-flow340[command]
manage-learn

Capture and search learning insights and tips

maestro-flow340[command]
maestro-amend

Generate overlays to fix workflow command deficiencies

maestro-flow340[command]
manage-harvest

Extract knowledge from artifacts into wiki/spec/issues

maestro-flow340[command]
quality-refactor

Use when accumulated tech debt needs systematic identification and safe reduction

maestro-flow340[command]
maestro-tools-register

Register tool specs - extract, generate, or optimize

maestro-flow340[command]