agent-ops

Audit and reorganize the .agent directory and antigravity-config files.

7|2|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/LuisSambrano/antigravity-config --skill agent-ops-luissambrano
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-ops
Source: https://github.com/LuisSambrano/antigravity-config/tree/main/skills/7-meta/agent-ops
Command: npx skills add https://github.com/LuisSambrano/antigravity-config --skill agent-ops-luissambrano

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the common issue of disorganization and non-standard file structures within an AI agent's workspace, ensuring a clean and maintainable environment.

Core Features & Use Cases

  • File Auditing: Identifies and flags files that do not conform to expected standards.
  • Automated Reorganization: Moves files to their correct directories (e.g., docs, scripts, rules).
  • Naming Convention Enforcement: Detects and suggests renames for files and directories violating kebab-case standards.
  • Cleanup: Removes temporary or unnecessary files.
  • Use Case: After an AI agent has been working on a project for a while, files can become scattered. Running this skill will automatically tidy up the workspace, moving stray scripts to /scripts and documentation to /docs, and ensuring all naming conventions are followed.

Quick Start

Use the agent-ops skill to organize the current agent workspace.

Frequently Asked Questions about agent-ops

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

FAQPage Schema
How do I enforce kebab-case naming conventions for files in my agent workspace?

To enforce kebab-case naming conventions, agent-ops audits the file tree and detects naming violations, then suggests renames for files and directories that do not conform to workspace policies.

What is the best way to automatically reorganize loose files in an AI agent directory?

Automated reorganization is handled by auditing the .agent directory, categorizing loose files, and routing them to their correct directories like /scripts or /docs.

How do I audit and clean up temporary files in an antigravity-config workspace?

You can clean up temporary files by running an autonomous trash collection sweep that audits the root directory and removes unnecessary files from the workspace.

Can I use agent-ops to enforce code standards without manual file management?

Yes, agent-ops executes autonomous steps for root audit, categorization, routing, and naming convention sweeps to maintain code standards without manual intervention.

What limitations exist when reorganizing files into the /scripts and /docs directories?

The reorganization focuses on the .agent directory and antigravity-config, meaning it handles loose files by moving them to expected directories but does not modify external project structures.

Why does my workspace audit still show loose files after running the naming convention sweep?

Loose files may still appear if they are newly created after the audit, because the sweep only processes files present during the autonomous root audit and categorization phase.