# Save

> Save infrastructure information (repos, servers, ports, databases) to configuration files for future use

- Skill: `eron1703/save` (Agent Skill)
- Install (CLI): `npx skillmds@latest add eron1703/save`
- Raw SKILL.md: https://api.skillmd.com/api/skills/eron1703/save/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: eron1703 (https://skillmd.com/u/eron1703)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/eron1703/save

---


# Save Configuration Information

**Purpose:** Persistently store infrastructure details so they're available in all future sessions.

**When to use:** User provides new information about repositories, servers, ports, databases, or other infrastructure.

## Configuration Files

- **Repositories** → `$(cat ~/.claude/.config-loader-path)/config/git-repos.yaml`
- **Servers** → `$(cat ~/.claude/.config-loader-path)/config/servers.yaml`
- **Ports** → `$(cat ~/.claude/.config-loader-path)/config/ports.yaml`
- **Databases** → `$(cat ~/.claude/.config-loader-path)/config/databases.yaml`
- **CI/CD** → `$(cat ~/.claude/.config-loader-path)/config/cicd.yaml`
- **Environment** → `$(cat ~/.claude/.config-loader-path)/config/environment.yaml`

## Process

1. Identify information type
2. Ask user for confirmation
3. Use Edit tool to update appropriate YAML file
4. Confirm what was saved and where

**Security:** Never save actual credentials - only references to password managers.

