auto-hardcoding
OfficialEliminate hardcoding with config-driven safety
Software Engineering#security#configuration#environment#refactor#code-quality#hardcoding#config-injection
AuthorCorvalis-LLC
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Configuration discipline: no hardcoded URLs, ports, timeouts, or magic numbers in business logic. Corrects localhost assumptions, inline credentials, unnamed numeric constants, and missing config injection. This ensures code that connects to services, sets timeouts, configures pools, or uses tunable values always uses external configuration sources.
Core Features & Use Cases
- Enforces a strict config-based approach for all environmental values, removing implicit dependencies on localhost or inline credentials.
- Validates startup-time config wiring, ensuring defaults and environment-sourced values are present before runtime.
- Provides a safe path to refactor legacy code by replacing literals with a typed config object and injection points.
Quick Start
Refactor your code to source URLs, timeouts, and credentials from a config object at startup, replacing all hardcoded values.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: auto-hardcoding Download link: https://github.com/Corvalis-LLC/Crow-Stack/archive/main.zip#auto-hardcoding Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 510,000+ vetted skills library on demand.