chipi/agentic-ai-homelab

How I work with agentic AI: personal patterns, homelab infra (vLLM, Ollama, Grafana Alloy, LibreChat), project scaffolding. Not best practices - what I run.

This repository also configures its own agents. See what agentic-ai-homelab tells them →

2Stars on the repository
28Mods indexed here, across every type
yesterdayLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

close-arc

01

chipi/agentic-ai-homelab

Skill Claude CodeCodex

Close a work arc — write the next docs/history/NNNN- .md continuity entry, update the history index and mkdocs nav, strike completed items in docs/wip/NEXTSTEPS.md, append any D-NNNN operational decisions to 0002-decisions.md, and suggest the version tag. Use when wrapping up a multi-step session or a milestone. Keeps…

not rated 2 yesterday A 88 tokens original MIT

compose-check

02

chipi/agentic-ai-homelab

Skill Claude CodeCodex

Pre-deploy sanity check for Docker Compose stacks. Validates each compose file with docker compose config (read-only), then flags undefined interpolation variables and missing .env before the stack is brought up. Use before docker compose up, when editing a compose file, or whenever asked to validate or check a…

not rated 2 yesterday A 75 tokens original MIT

dgx-status

03

chipi/agentic-ai-homelab

Skill Claude CodeCodex

One-shot read-only health snapshot of the DGX host — GPU mode, GPU utilization and compute-app count, nvidia-smi memory and processes, and running containers. Use to answer "what is the DGX doing right now" before deploying, switching GPU mode, or debugging a stuck endpoint. Strictly read-only; never changes state.

not rated 2 yesterday A 73 tokens original MIT

docs-preflight

04

chipi/agentic-ai-homelab

Skill Claude CodeCodex

Validate that the docs site builds cleanly in strict mode before committing or pushing docs changes. Detects the project's docs toolchain (Makefile docs target, MkDocs, Sphinx, Docusaurus, mdBook) and runs its strict build, then reports PASS/FAIL with the exact unresolved refs or warnings. Use when about to commit or…

not rated 2 yesterday A 97 tokens original MIT

fleet-stats

05

chipi/agentic-ai-homelab

Skill Claude CodeCodex

Show per-subagent invocation counts and token/cost spread by model tier from the current Claude Code transcript — proves whether the model-tiered fleet (haiku/sonnet/opus) actually spreads token cost. Use to see who was invoked, how often, tokens per agent/model, and escalation rate. Local and read-only (no…

not rated 2 yesterday A 78 tokens original MIT

gpu-mode

06

chipi/agentic-ai-homelab

Skill Claude CodeCodex

Coordinate which vLLM owns the single DGX GPU before using a local vLLM endpoint. Checks the active mode (code/research/idle/BROKEN-BOTH) read-only, and switches only on explicit request. Use before pointing any tool at a local vLLM (http:// :9000/v1 or :8003/v1), when a vLLM call fails to connect, or when asked to…

not rated 2 yesterday A 117 tokens original MIT

homelab-endpoint

07

chipi/agentic-ai-homelab

Skill Claude CodeCodex

Resolve a homelab service name to its real endpoint URL and how to call it — DGX host, vLLM coder-next/autoresearch slots, Ollama, observability labels. Use when an agent or client needs to point at a homelab service, when writing config that consumes one, or when asked "what's the URL for X". Read-only.

not rated 2 yesterday A 82 tokens original MIT

new-doc

08

chipi/agentic-ai-homelab

Skill Claude CodeCodex

Scaffold a new documentation file — ADR, RFC, recipe, or wip note — from the repo's conventions, assign the next number/slug, wire it into the mkdocs nav, update the section index, and keep the strict build green. Use when starting an ADR/RFC/recipe/design note, or when asked to write up a decision or a runbook.

not rated 2 yesterday A 79 tokens original MIT

obs-boot

09

chipi/agentic-ai-homelab

Skill Claude CodeCodex

Boot or verify the Grafana Alloy observability stack (DGX → Grafana Cloud). Walks the runbook — Grafana Cloud creds → .env → docker compose up → verify in Grafana Explore → import dashboards → pin image tags. Read and verify steps are safe; the compose up is gated on explicit approval. Use when standing up or checking…

not rated 2 yesterday A 80 tokens original MIT

repro-first

10

chipi/agentic-ai-homelab

Skill Claude CodeCodex

For a real bug, write a failing test (or fixture / matrix row) that reproduces it BEFORE fixing — the test becomes the regression guard. Use when starting on a reported bug, a production incident, or any "it's broken" investigation. Enforces reproduce-before-fix and never-invent-root-causes.

not rated 2 yesterday A 68 tokens original MIT

scoped-agents

11

chipi/agentic-ai-homelab

Skill Claude CodeCodex

Scaffold a per-folder AGENTS.md and wire it into the repo-root AGENTS.md scoped table. Use when adding folder-specific agent rules, splitting a monolithic root AGENTS.md into per-folder files, or when asked to create or scope an AGENTS.md for a subdirectory. Enforces that AGENTS.md is the source of truth and CLAUDE.md…

not rated 2 yesterday A 86 tokens original MIT

secrets-scan

12

chipi/agentic-ai-homelab

Skill Claude CodeCodex

Scan for secrets (API keys, tokens, private keys, credentials, real .env files) before committing or pushing — enforces "never commit secrets". Prefers gitleaks if installed; otherwise uses high-signal patterns. Reports findings by file:line with the value redacted. Use before any commit/push, when adding config or…

not rated 2 yesterday A 88 tokens original MIT

ship

13

chipi/agentic-ai-homelab

Skill Claude CodeCodex

The pre-push ritual — rebase onto the trunk, run the right validation gates, confirm green, show the diff, and push only after explicit approval. Enforces never-push-without-approval, always-rebase-before-push, and green-local-then-push. Use when about to push a feature branch or open a PR. The push itself is gated on…

not rated 2 yesterday A 81 tokens original MIT

vllm-deploy

14

chipi/agentic-ai-homelab

Skill Claude CodeCodex

Safely bring a local vLLM stack up. Runs the read-only preflight (gpu-mode check, compose-check, .env presence) then hands you the exact deploy command for approval. Use when deploying or restarting coder-next / autoresearch / openwebui. Never runs up/down itself — the mutating step is gated on explicit approval.

not rated 2 yesterday A 76 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: