config-loader-helper

config-loader-helper is a skill for Claude Code, Codex from pilinux/gorest. It costs 25 tokens per session (451 once invoked), scanned A, original, MIT.

A troubleshooting aid for configuration failures caused by missing or incorrect environment variables and feature switches.

In plain words
What is it for?
Use it to find required configuration keys, group them by feature, inspect sample settings, and guide local test setup.
Why use it?
It shows which settings are required without exposing secret values and provides a safe way to prepare a local test environment.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

Good fit Use it to find required configuration keys, group them by feature, inspect sample settings, and guide local test setup.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pilinux/gorest/config-loader-helper
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add pilinux/gorest --skill config-loader-helper
Clone the repo
git clone --depth 1 https://github.com/pilinux/gorest

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for config-loader-helper

README.md
[![agentmods](https://agentmods.dev/badge/skills/pilinux/gorest/config-loader-helper/github.svg)](https://agentmods.dev/skills/pilinux/gorest/config-loader-helper)
Your own site
<a href="https://agentmods.dev/skills/pilinux/gorest/config-loader-helper"><img src="https://agentmods.dev/badge/skills/pilinux/gorest/config-loader-helper/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for config-loader-helper

Your own site · 80×15
<a href="https://agentmods.dev/skills/pilinux/gorest/config-loader-helper"><img src="https://agentmods.dev/badge/skills/pilinux/gorest/config-loader-helper.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 451 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00025 $0.00451
Opus 5 $0.00013 $0.00226
Sonnet 5 $0.00005 $0.00090
Haiku 4.5 $0.00003 $0.00045

Measured 10d ago against content hash 33601076710c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

config-loader-helper scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/config-loader-helper/SKILL.md · 56 lines

What it actually says

Config Loader Helper

When to Use

  • Tests or local runs fail due to missing or mis-set environment variables or toggles.

Rules

  • Never ask for or print real secrets.
  • Use the authoritative sources listed below for env var discovery.

Authoritative Sources

  • setTestEnv.sh (test environment)
  • .env.sample (root), example/.env.sample, example2/cmd/app/.env.sample
  • config/*.go (feature checks via os.Getenv)
  • llms.txt (complete env var reference tables)

Workflow

  1. Enumerate required keys: inspect setTestEnv.sh, .env.sample files, and config/*.go for os.Getenv calls and feature checks.
  2. Group by feature: present keys grouped by feature toggle (JWT, RDBMS, Redis, MongoDB, Email, 2FA, CORS, Firewall, etc.).
  3. Provide minimal local setup: recommend source setTestEnv.sh and any per-test overrides.

Key Feature Toggles

  • gconfig.IsRDBMS(), gconfig.IsRedis(), gconfig.IsMongo()
  • gconfig.IsJWT(), gconfig.Is2FA(), gconfig.IsCORS(), gconfig.IsWAF()
  • gconfig.IsEmailService(), gconfig.IsEmailVerificationService()
  • gconfig.IsHashPass(), gconfig.IsCipher()
  • See llms.txt for the complete list.

Output

  • Required keys (grouped by feature).
  • Quick checklist of toggles that enable/disable features.
  • Minimal commands to get tests running locally.

Examples

  • "Which env vars are needed to run password-recovery tests?"
  • "Why is the JWT middleware not activating?"
  • test-runner, source-search, code-navigation
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 56 lines · 25 tokens per session scan A 33601076710c

Subscribe to this mod's changes

config-loader-helper is a skill published in the GitHub repository pilinux/gorest (504 stars, last pushed today), licensed MIT. It adds 25 tokens to every session and 451 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

functions-development

Build serverless Go or Python functions for Falcon Foundry apps. TRIGGER when user asks to "create a function", "write a serverless function", "build backend logic", runs foundry functions create, or needs help with FDK handler patterns, function testing, or collection integration from functions. Also TRIGGER when…

CrowdStrike/foundry-skills · 195 tokens

systematic-debugging

Find the root cause before changing code. Use when encountering any bug, test failure, crash, flaky test, performance regression, or unexpected behavior, before proposing or applying a fix.

clubpay/ronykit · 41 tokens

pinchtab-dev

Develop and contribute to the PinchTab project. Use when working on PinchTab source code, adding features, fixing bugs, running tests, or preparing PRs. Triggers on "work on pinchtab", "pinchtab development", "contribute to pinchtab", "fix pinchtab bug", "add pinchtab feature".

pinchtab/pinchtab · 77 tokens

debugging-failures

Diagnose a failing Ginkgo suite as an agent — always run with --json-report into a predictable temp/gitignored location, read the terminal verdict line, then use jq to extract structured failure details (name, message, file:line, panic value, captured logs). Covers the panicked-vs-failed trap, panic locations pointing…

onsi/ginkgo · 122 tokens

voiden

Create and edit Voiden .void files for API testing. Covers the .void file format and all enabled extension block types.

VoidenHQ/voiden · 28 tokens

code-guidelines-go

Go 1.24–1.27 coding guidelines for the dimetron/pi-go AI agent runtime. Use this skill whenever writing, reviewing, or refactoring ANY Go code in pi-go. This covers idiomatic style, error handling, concurrency, project layout, testing (table-driven, fuzz, benchmarks, synctest), new stdlib usage, golangci-lint v2…

dimetron/pi-go · 124 tokens