chipi

28 mods across 1 repository, 2 stars between them.

chipi/agentic-ai-homelab

Instructions file CodexOpenCode

Instructions for chipi/agentic-ai-homelab, covering agents.md — agentic-ai-homelab (repo-scoped), repo-wide conventions, scoped agents.md in this repo, what overrides this file and lean-ctx.

2 yesterday A 790 tokens original MIT

chipi/agentic-ai-homelab

Instructions file

Instructions for chipi/agentic-ai-homelab: Repo-scoped rules live in AGENTS.md — the harness- agnostic convention this repo uses. Claude Code reads this file; we import AGENTS.md so every harness picks up the same rules.

2 yesterday A 66 tokens original MIT

backend

03

chipi/agentic-ai-homelab

Agent

Backend/API/business-logic bug fixer. Server-side code, data flow, algorithms, error handling, request/response logic. Use for bugs in application logic, API endpoints, computation, validation, and service behavior.

2 yesterday A 45 tokens original MIT

database

04

chipi/agentic-ai-homelab

Agent

Database/data-layer bug fixer. SQL, schema, migrations, ORM queries, transactions, indexing, data integrity, connection handling. Use for bugs involving queries, migrations, data models, or persistence.

2 yesterday A 41 tokens original MIT

docs

05

chipi/agentic-ai-homelab

Agent

Documentation bug fixer. README/docstrings/comments, wrong or stale docs, broken examples, inaccurate instructions, doc-vs-code divergence. Use for bugs where the documentation is wrong, misleading, or out of date.

2 yesterday A 44 tokens original MIT

infra

06

chipi/agentic-ai-homelab

Agent

Infrastructure/deploy bug fixer. Dockerfiles, docker-compose, CI/CD workflows, deploy scripts, env/config, ports, healthchecks. Use for bugs in build, containerization, pipelines, or deployment configuration.

2 yesterday A 44 tokens original MIT

triage

07

chipi/agentic-ai-homelab

Agent

Active triager — normalizes a raw bug issue into a fix-ready L1 problem or rejects it. First pass on every bug-labeled issue; re-entered on harness kick-back with the failed attempt as evidence. Never fixes, never localizes on first pass.

2 yesterday A 60 tokens original MIT

ui

08

chipi/agentic-ai-homelab

Agent

Frontend/UI bug fixer. Components, rendering, state, events, layout/CSS, accessibility, client-side logic. Use for bugs in the user interface, display, interaction, or frontend behavior.

2 yesterday A 41 tokens original MIT

advisor

09

chipi/agentic-ai-homelab

Agent

Deep-reasoning advisor for hard sub-decisions — architecture choices, tricky bug diagnosis, ambiguous specs, risky trade-offs. Consulted by the sonnet-tier executor subagents (planner/implementer/reviewer) via Agent(advisor) when they hit something needing opus-level reasoning. Read-only; returns guidance, does not…

2 yesterday A 69 tokens original MIT

docs-writer

10

chipi/agentic-ai-homelab

Agent

Documentation writer — docstrings, code comments, README/CHANGELOG, and scaffolding new ADR/RFC/recipe docs. Keeps docs honest and the strict docs build green. Bounded utility executor.

2 yesterday A 44 tokens original MIT

implementer

11

chipi/agentic-ai-homelab

Agent

Autonomous implementer for server/API and frontend code — writes and edits code to satisfy a plan or spec, runs the right local validation, keeps changes tight. Consults the advisor for hard design/bug forks; runs secrets-scan before proposing a commit. Never pushes without approval.

2 yesterday A 60 tokens original MIT

planner

12

chipi/agentic-ai-homelab

Agent

Strategic planner — decompose a task into a concrete ordered plan, surface the critical files, and freeze the contracts/interfaces before implementation. Use before non-trivial multi-step work. Consults the advisor for hard architectural forks. Read-only.

2 yesterday A 50 tokens original MIT

reviewer

13

chipi/agentic-ai-homelab

Agent

Ruthless code reviewer — reviews a diff for correctness bugs, security issues, and rule violations, returns structured findings by severity. Read-only, does not fix. Consults the advisor to confirm a subtle finding; runs secrets-scan over the diff.

2 yesterday A 54 tokens original MIT

tester

14

chipi/agentic-ai-homelab

Agent

Bounded test writer/runner — writes focused unit/integration tests (including the failing repro for a bug), runs the right test target, reports pass/fail. Mechanical executor; escalates blockers back to its caller, not to an advisor.

2 yesterday A 51 tokens original MIT

close-arc

15

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…

2 yesterday A 88 tokens original MIT

compose-check

16

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…

2 yesterday A 75 tokens original MIT

dgx-status

17

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.

2 yesterday A 73 tokens original MIT

docs-preflight

18

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…

2 yesterday A 97 tokens original MIT

fleet-stats

19

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…

2 yesterday A 78 tokens original MIT

gpu-mode

20

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…

2 yesterday A 117 tokens original MIT

homelab-endpoint

21

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.

2 yesterday A 82 tokens original MIT

new-doc

22

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.

2 yesterday A 79 tokens original MIT

obs-boot

23

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…

2 yesterday A 80 tokens original MIT

repro-first

24

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.

2 yesterday A 68 tokens original MIT