sync-agent-infra

Detect and fix drift among agent-infrastructure files like skills, crates, and workflows.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/x402agent/openclawd-stack --skill sync-agent-infra
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sync-agent-infra
Source: https://github.com/x402agent/openclawd-stack/tree/main/openclawd-stack/OpenShell-main/.agents/skills/sync-agent-infra
Command: npx skills add https://github.com/x402agent/openclawd-stack --skill sync-agent-infra

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Detect and fix drift across the agent-first infrastructure files. These references must stay in sync as skills, crates, workflows, and templates change, otherwise guidance and automation can break.

Core Features & Use Cases

  • Inventory audit and consistency checks across AGENTS.md, CONTRIBUTING.md, README.md, and skill references within templates.
  • Cross-reference reconciliation to align skill inventories, workflow chains, issue/PR templates, and architecture tables.
  • Safe drift repair by guiding updates or applying fixes to keep all references coherent after changes.

Quick Start

Run the drift-check workflow from the repository root after modifying skills, crates, or workflow relationships.

Frequently Asked Questions about sync-agent-infra

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

FAQPage Schema
How do I detect infrastructure drift across agent workflow files?

To detect infrastructure drift across agent workflow files, run a drift-check workflow from the repository root to inventory and validate inter-file references, ensuring all components remain aligned after structural modifications.

What causes broken references in skill templates and workflows?

Broken references in skill templates and workflows are caused by changes to skills, crates, or templates without subsequently reconciling cross-file dependencies, which disrupts guidance and automation chains.

How do I reconcile cross-references between AGENTS.md and CONTRIBUTING.md?

Reconcile cross-references between AGENTS.md and CONTRIBUTING.md by running an inventory audit that validates and aligns skill inventories, workflow chains, and architecture tables across these infrastructure files.

When do I need to validate inter-file references after modifying skills?

You need to validate inter-file references after modifying skills whenever structural changes occur, as drift-checking must run after any modification to maintain consistency across all workflow and template dependencies.

Can I automatically apply fixes to repair drift in agent infrastructure files?

Yes, you can apply fixes to repair drift in agent infrastructure files through safe drift repair, which guides updates or directly applies fixes to keep all references coherent after changes.

What is the best way to keep issue and PR templates aligned with skill inventories?

The best way to keep issue and PR templates aligned with skill inventories is cross-reference reconciliation, which audits and updates template references to maintain consistency across all agent infrastructure components.