원클릭으로
maintaining
Maintenance skill for dependency, ignore-file, config, and environment-example hygiene
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Maintenance skill for dependency, ignore-file, config, and environment-example hygiene
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | maintaining |
| description | Maintenance skill for dependency, ignore-file, config, and environment-example hygiene |
| license | MIT |
| compatibility | opencode |
| metadata | {"audience":"developers","workflow":"maintenance"} |
.env.example when environment variables are added, removed, or renamed.Use nested-safe patterns when appropriate.
.gitignore entries**/node_modules/
**/.next/
**/.turbo/
**/dist/
**/build/
**/__pycache__/
**/.pytest_cache/
.history/
**/.env
**/.env.*
.dockerignore entries**/node_modules/
**/.next/
**/.turbo/
**/dist/
**/build/
**/__pycache__/
.history/
**/.git/
**/.env
**/.env.*
.env directly..env directly..env.example as the checked-in contract for environment variables..env..env.example matches current requirementsBackend delivery skill for APIs, services, databases, and AI integrations with docs-first implementation
Cleanup skill for post-change validation, consistency checks, and finishing discipline
Debugging skill for disciplined investigation, evidence-based fixes, and documented outcomes
DevOps skill for build pipelines, containers, CI, deployment configuration, and operational safety
Documentation skill for concise, high-signal project docs that stay synchronized with implementation
Frontend delivery skill for deliberate, production-quality interfaces with strong implementation discipline