Skip to main content
Run any Skill in Manus
with one click
mmalyska
GitHub creator profile

mmalyska

Repository-level view of 27 collected skills across 2 GitHub repositories.

skills collected
27
repositories
2
updated
2026-07-20
repository explorer

Repositories and representative skills

cnpg-cluster-audit
network-and-computer-systems-administrators

Audit CloudNativePG (CNPG) clusters for backup health, S3 storage bloat, and disk-space risk — schedule misconfiguration, WAL/archive_timeout churn, orphaned backups, compression, and PVC resize status. Use when investigating CNPG backup storage growth, a "storage near empty" alert on the backup target (e.g. QNAP), a crash-looping/"Not enough disk space" CNPG cluster, or doing a periodic CNPG health check.

2026-07-20
coder-workspace-template-deploy
network-and-computer-systems-administrators

Push an updated Coder workspace Terraform template and redeploy running workspaces onto it. Use when workspace-template/main.tf changes (resources, volumes, etc.) need to reach live Coder workspaces.

2026-07-07
onlyoffice-stuck-document
network-and-computer-systems-administrators

Diagnose and fix ONLYOFFICE Document Server showing "An error has occurred while opening the file" with no failed requests visible in the browser. Root cause is usually an orphaned task_result row in the docserver's Postgres DB, left over from a conversion interrupted by a pod crash/OOM/restart.

2026-07-03
dev-workflow
network-and-computer-systems-administrators

Task commands, bootstrap sequence, CI/CD, branch/PR workflow, linting, and devcontainer setup for the home-ops repository.

2026-07-03
node-disk-health
network-and-computer-systems-administrators

Use when auditing disk health, filesystem usage, or I/O on cluster nodes — especially when filesystem queries return incomplete results or a node's second drive is missing from metrics.

2026-06-23
talos-node-removal
network-and-computer-systems-administrators

Use when removing, replacing, or decommissioning a Talos node — covers the correct talosctl reset workflow

2026-06-12
cluster-reference
network-and-computer-systems-administrators

Reference for cluster infrastructure components, Talos configuration, network topology, and auto-managed files. Use when querying component roles, versions, IPs, or understanding what files must not be manually edited.

2026-06-11
talos-config-editing
network-and-computer-systems-administrators

How to edit Talos node configs in this repo: which file for which change, strategic merge patch rules, and how to add new config documents.

2026-06-11
Showing top 8 of 16 collected skills in this repository.
simplify
software-developers

Reduce complexity in recently changed code — guard clauses, extract helpers, deduplicate, name constants and conditions. Apply after code review or before shipping. Never changes behavior; reverts any change that breaks tests.

2026-05-21
subagent-driven-development
software-developers

Use when executing implementation plans with independent tasks in the current session

2026-05-15
writing-skills
software-developers

Use when creating new skills, editing existing skills, or verifying skills work before deployment

2026-05-15
finishing-a-development-branch
software-developers

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup

2026-05-15
using-git-worktrees
software-developers

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - ensures an isolated workspace exists via native tools or git worktree fallback

2026-05-15
devcontainer-renovate-digest-pinning
software-developers

How to pin a devcontainer image to a digest and keep it automatically updated by Renovate — using mmalyska/renovate-config devcontainer preset and per-file automerge rule

2026-05-15
devcontainer-secrets-injection
software-developers

Two-mechanism secret injection for devcontainers — Codespaces secrets block and local devcontainer.env file, with WireGuard VPN capabilities — pattern from mmalyska/home-ops

2026-05-15
devcontainer-ghcr-image-pipeline
software-developers

GitHub Actions workflow for building and publishing a custom devcontainer image to GHCR using devcontainers/ci, with tag transformation and Renovate trigger — pattern from mmalyska/home-ops

2026-05-15
Showing top 8 of 11 collected skills in this repository.
Showing 2 of 2 repositories
All repositories loaded