ionfury/homelab

kubesearch

Search kubesearch.dev to research how other homelabs configure Helm charts. Use when: (1) Configuring a new Helm release, (2) Looking for configuration examples, (3) Comparing approaches across repositories, (4) Needing real-world values.yaml patterns, (5) Researching best practices for specific charts, (6) Finding example implementations. "configuration examples", "values.yaml examples", "kubesearch", "homelab examples", "how do other homelabs", "real-world config", "chart configuration", "hel…

First seen Feb 25, 2026

Installation

$ npx skills add ionfury/homelab --skill kubesearch

Also in this package

Other skills from ionfury/homelab · top by installs.

npx skills add ionfury/homelab

Browse all from ionfury/homelab

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Also listed on

Alternate registries and mirrors of this skill.

Repository health

Stars 25
License LICENSE
Default branch main
Open issues 6
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,198 B
  • docs SUMMARY.md 665 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 39 installs

SKILL.md

KubeSearch - Homelab Helm Configuration Research

Search kubesearch.dev to find real-world Helm configurations from other homelab repositories.

Workflow

Step 1 — Find chart: WebFetch https://kubesearch.dev/?search=<chart-name>; → list matching releases with registry paths.

Step 2 — Get repository links: Convert registry path to URL format (replace / with -), then WebFetch https://kubesearch.dev/hr/<url-path>; → list repositories with direct GitHub links to HelmRelease files.

Examples of the URL conversion:

  • ghcr.io/grafana-helm-charts/grafanaghcr.io-grafana-helm-charts-grafana
  • charts.longhorn.io/longhorncharts.longhorn.io-longhorn

Step 3 — Fetch configs: Convert GitHub blob URLs to raw URLs, then fetch 3-5 in parallel:

  • Blob: github.com/<owner>/<repo>/blob/<branch>/<path>
  • Raw: raw.githubusercontent.com/<owner>/<repo>/<branch>/<path>

Selection criteria: recent activity (within 6 months), higher star count, similar chart version, similar infrastructure goals (bare-metal, GitOps, Talos).

Common Homelab Repositories

Repository Focus
onedr0p/home-ops Flux GitOps, extensive automation
bjw-s/home-ops App-template patterns
buroa/k8s-gitops Talos + Flux
mirceanton/home-ops Well-documented configs

See [references/output-format.md](references/output-format.md) for the standard output structure when presenting findings.