tool-agent-config-diff

Extract and compare Cortex Agent YAML specifications with MD5 hashes.

3|1|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/sfc-gh-miwhitaker/sfe-public --skill tool-agent-config-diff
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tool-agent-config-diff
Source: https://github.com/sfc-gh-miwhitaker/sfe-public/tree/main/_archive/tool-agent-config-diff/.claude/skills/tool-agent-config-diff
Command: npx skills add https://github.com/sfc-gh-miwhitaker/sfe-public --skill tool-agent-config-diff

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the comparison and management of Cortex Agent specifications, aiding in configuration control, versioning, and debugging.

Core Features & Use Cases

  • Agent Spec Extraction: Extract YAML specifications for review and comparison.
  • Config Hashing: Generate MD5 hashes for change detection and version control.
  • Output Formats: Choose from full details, YAML specifications, or JSON exports.
  • Use Case: When you need to ensure that all your agents are consistent across environments and maintain a history of configuration changes.

Quick Start

Use the tool-agent-config-diff skill to compare the configurations of two agents and get a diff report.

Frequently Asked Questions about tool-agent-config-diff

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

FAQPage Schema
How do I compare Cortex Agent configurations to find differences?

To compare Cortex Agent configurations, you can extract their YAML specifications and generate MD5 hashes to detect differences. This process outputs a configuration change report detailing any variations between agent versions.

What is the best way to track version control changes for agent specifications?

Tracking version control changes for agent specifications is done by generating MD5 hashes of their configurations. This allows you to detect changes and maintain a history of configuration updates across environments.

Can I export Cortex Agent configuration details to JSON?

Yes, you can export Cortex Agent configuration details to JSON. The extraction process supports multiple output formats, including full details, YAML specifications, and JSON exports for configuration management.

Do I need SQL and Python to run agent configuration difference checks?

Yes, you need SQL and Python execution capabilities to run agent configuration difference checks. These are required to extract specifications and detect configuration changes for Cortex Agents.

Why does my Cortex Agent specification comparison show inconsistent results across environments?

Cortex Agent specification comparisons show inconsistent results across environments when configurations are not synchronized. Extracting YAML specs and comparing MD5 hashes helps identify these configuration discrepancies for debugging.