Configuration management for applications, tools, and environments. Use when setting up or modifying configs.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add skeletorflet/opencode-supreme-setup --skill config --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Config?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/skeletorflet-config)More formats (shields.io, HTML) on the badges page.
---
name: config
description: Configuration management for applications, tools, and environments. Use when setting up or modifying configs.
---
## config
Manage configuration effectively.
### Best practices
- Env vars for secrets (never hardcode)
- Config files for non-sensitive settings
- Validate at startup (fail fast)
- Type-safe schemas
- Defaults for optional settings
- Different configs per environment
### Tools
- dotenv for env files
- zod/yup for schema validation
- cosmiconfig for loading
- Docker env for containers
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!