read-configs

Discover project configuration files and identify dependencies, env vars, and CI/CD settings.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Roger-Parkinson-EHP/agentic --skill read-configs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: read-configs
Source: https://github.com/Roger-Parkinson-EHP/agentic/tree/main/5.2-Coding-Assistants/5.2.1-Claude-Code/skills/read-configs
Command: npx skills add https://github.com/Roger-Parkinson-EHP/agentic --skill read-configs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Find and understand project configuration files. Discovers build configs, dependencies, env vars, CI/CD, and tool settings without reading full files.

Core Features & Use Cases

  • Config discovery: Locate common config files across languages.
  • Environment & CI/CD: Identify env vars, CI workflows, and build tools.
  • Use Case: Quickly assess a project’s configuration to understand dependencies and deployment steps.

Quick Start

From the repo root, run:

Common config files

ls -la *.yaml *.yml *.toml *.json .ini .env 2>/dev/null