skill-rebuild

Synchronizes the local agent environment with the latest Vault templates and global skills.

1|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/tkogut/agents-os-core --skill skill-rebuild-tkogut
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-rebuild
Source: https://github.com/tkogut/agents-os-core/tree/main/global_skills/skill-rebuild
Command: npx skills add https://github.com/tkogut/agents-os-core --skill skill-rebuild-tkogut

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When the AGENTS-OS environment reports tool access errors or global configuration changes need to be applied across multiple projects, the local setup can drift out of sync with the Golden Standard (The Vault). This Skill forces a resynchronization so templates, symlinks, and global skills match the latest version. ## Core Features & Use Cases - Environment Resynchronization: Runs the INSTALL.sh script from the agents-os-core repository to refresh the local agent environment. - Template Updates: Updates the ~/.antigravity/templates/ directory with the newest Vault templates. - Symlink Repair: Refreshes symlinks inside the Snap sandbox to restore broken tool access. - Use Case: After pulling global configuration changes to AGENTS-OS v6.0, trigger a rebuild so every project on the machine immediately uses the updated templates and skills. ## Quick Start Ask the agent to rebuild the system and refresh the global skills so the local environment syncs with the latest Vault standard.

Frequently Asked Questions about skill-rebuild

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I refresh global skills in AGENTS-OS?▼

Trigger the skill-rebuild skill, which runs the INSTALL.sh script from the agents-os-core repository. This updates the ~/.antigravity/templates/ directory and refreshes symlinks in the Snap sandbox.

How to fix tool access errors in the Antigravity agent environment?▼

Tool access errors usually indicate broken symlinks in the Snap sandbox. Running a system rebuild refreshes those symlinks and resynchronizes the environment with the Vault templates, restoring access.

When should I run a system rebuild instead of updating a single project?▼

Run a rebuild when you want global configuration changes applied across multiple projects at once, or when the system itself reports errors. Single-project updates only affect that repository's local setup.

Does skill-rebuild modify my project files?▼

No, it operates on the global environment level. It updates the ~/.antigravity/templates/ directory and Snap sandbox symlinks rather than touching individual project repositories.