infrastructure-layer
CommunityValidate and guide infrastructure layer implementation.
Software Engineering#security#database migration#clean architecture#configuration#infrastructure#dependency injection
AuthorYangTaeyoung
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill ensures your application's infrastructure layer is robust, secure, and correctly configured, preventing common issues like DI misconfigurations, insecure secrets, and unmanaged database migrations.
Core Features & Use Cases
- DI Registration Validation: Verifies that all necessary components (Config, Repositories, Runners, Deliveries) are correctly registered with the dependency injection framework (Uber fx).
- Configuration Management: Audits environment variable usage, ensuring proper prefixing, default values, and preventing hardcoded secrets.
- Database Migration Integrity: Checks that migrations have proper Up/Down pairs, include necessary indexes, and support soft deletes.
- Security Audits: Detects hardcoded secrets and potential exposure of sensitive information through environment variables.
- Use Case: Before deploying a new microservice, use this Skill to automatically audit its DI setup, configuration, and migration scripts to catch critical errors and security vulnerabilities.
Quick Start
Run the infrastructure-layer skill to audit the DI registration and configuration files for the current project.
Dependency Matrix
Required Modules
None requiredComponents
scriptsreferences
💻 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: infrastructure-layer Download link: https://github.com/YangTaeyoung/go-clean-arch-toolkit/archive/main.zip#infrastructure-layer 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 223,000+ vetted skills library on demand.