chipi

28 mods across 1 repository, 2 stars between them.

scoped-agents

25

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…

2 yesterday A 86 tokens original MIT

secrets-scan

26

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…

2 yesterday A 88 tokens original MIT

ship

27

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…

2 yesterday A 81 tokens original MIT

vllm-deploy

28

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.

2 yesterday A 76 tokens original MIT