Productivity & Automationlow risk
metagit-config-refresh
Refresh or bootstrap `.metagit.yml` using deterministic discovery and validation flows. Use when configuration is missing, stale, or incomplete for workspace operations.
metagit-ai/metagit-cli·src/metagit/data/skills/metagit-config-refresh/SKILL.md
85/ 100Quality
Install this skill
Choose your coding agent and copy a project or personal installation command.
Project installation.agents/skills/metagit-config-refresh
npx skills add https://github.com/metagit-ai/metagit-cli/tree/482dfb3b7a407ca5e541657a6fcc9af619818243/src/metagit/data/skills/metagit-config-refresh -a codex -yPersonal installation~/.agents/skills/metagit-config-refresh
npx skills add https://github.com/metagit-ai/metagit-cli/tree/482dfb3b7a407ca5e541657a6fcc9af619818243/src/metagit/data/skills/metagit-config-refresh -a codex -g -yProject installation.claude/skills/metagit-config-refresh
npx skills add https://github.com/metagit-ai/metagit-cli/tree/482dfb3b7a407ca5e541657a6fcc9af619818243/src/metagit/data/skills/metagit-config-refresh -a claude-code -yPersonal installation~/.claude/skills/metagit-config-refresh
npx skills add https://github.com/metagit-ai/metagit-cli/tree/482dfb3b7a407ca5e541657a6fcc9af619818243/src/metagit/data/skills/metagit-config-refresh -a claude-code -g -yProject installation.agents/skills/metagit-config-refresh
npx skills add https://github.com/metagit-ai/metagit-cli/tree/482dfb3b7a407ca5e541657a6fcc9af619818243/src/metagit/data/skills/metagit-config-refresh -a github-copilot -yPersonal installation~/.copilot/skills/metagit-config-refresh
npx skills add https://github.com/metagit-ai/metagit-cli/tree/482dfb3b7a407ca5e541657a6fcc9af619818243/src/metagit/data/skills/metagit-config-refresh -a github-copilot -g -yProject installation.agents/skills/metagit-config-refresh
npx skills add https://github.com/metagit-ai/metagit-cli/tree/482dfb3b7a407ca5e541657a6fcc9af619818243/src/metagit/data/skills/metagit-config-refresh -a cursor -yPersonal installation~/.cursor/skills/metagit-config-refresh
npx skills add https://github.com/metagit-ai/metagit-cli/tree/482dfb3b7a407ca5e541657a6fcc9af619818243/src/metagit/data/skills/metagit-config-refresh -a cursor -g -yProject installation.agents/skills/metagit-config-refresh
npx skills add https://github.com/metagit-ai/metagit-cli/tree/482dfb3b7a407ca5e541657a6fcc9af619818243/src/metagit/data/skills/metagit-config-refresh -a gemini-cli -yPersonal installation~/.gemini/skills/metagit-config-refresh
npx skills add https://github.com/metagit-ai/metagit-cli/tree/482dfb3b7a407ca5e541657a6fcc9af619818243/src/metagit/data/skills/metagit-config-refresh -a gemini-cli -g -yNative Gemini CLI
gemini skills install https://github.com/metagit-ai/metagit-cli.git --scope workspace --path src/metagit/data/skills/metagit-config-refresh⚠ Installation uses the open-source skills CLI. Inspect the source and permissions before running the command.
Skill instructions
View source on GitHub ↗# Refreshing Project Config Use this skill to keep `.metagit.yml` accurate and operational. ## Workflow 1. Check workspace activation and config validity. 2. Run bootstrap plan mode first. 3. Review generated changes against expected workspace topology. 4. Apply config updates and validate schema before continuing. ## Command Wrapper - `./skills/metagit-bootstrap/scripts/bootstrap-config.sh [root_path] [mode] [seed_context]` ## Output Contract Return: - config health state before/after - generated update summary - any manual follow-up needed ## Safety - Prefer plan/dry-run first for large config updates. - Keep changes bounded to target workspace intent.