config-echo

Cross-reference bluetemberg session memory items with disk configuration.

Updated May 7, 2026
One-click install
npx skills add https://github.com/prototypdigital/claude-marketplace --skill config-echo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: config-echo
Source: https://github.com/prototypdigital/claude-marketplace/tree/main/plugins/devops/skills/config-echo
Command: npx skills add https://github.com/prototypdigital/claude-marketplace --skill config-echo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps users verify that the bluetemberg configuration (rules, agents, skills) loaded in the session matches what's on disk, ensuring correct context for the LLM.

Core Features & Use Cases

  • Session Configuration Check: Recalls bluetemberg items from session memory and cross-references with disk.
  • Platform Compatibility: Detects the active platform and checks the corresponding configuration directories.
  • Reporting: Provides a detailed report on the configuration items' status, including matches and mismatches.
  • Use Case: Ideal for post-sync checks, troubleshooting configuration issues, and onboarding new team members.

Quick Start

Run the 'config-echo' skill to confirm that your bluetemberg configuration is loaded correctly in the current session.

Frequently Asked Questions about config-echo

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

FAQPage Schema
How do I verify configuration consistency between session memory and disk?

To verify configuration consistency, you can run a check that recalls bluetemberg items from session memory and cross-references them with disk to confirm the loaded context matches the files. This ensures correct LLM context.

What is the best way to check session configuration against disk for LLM context?

The best way to check session configuration against disk is to detect the active platform, locate its configuration directories, and generate a detailed report comparing session memory items with disk files for matches and mismatches.

When do I need to run a disk comparison for bluetemberg configurations?

You need to run a disk comparison for bluetemberg configurations during post-sync checks, when troubleshooting configuration issues, or when onboarding new team members to ensure the session memory matches the disk state.

Do I need external dependencies to perform a configuration check on disk?

No, you do not need external dependencies to perform a configuration check on disk. The process relies entirely on internal scripts to recall session memory and cross-reference bluetemberg items without any external packages.

Does platform compatibility affect session and disk consistency checks?

Yes, platform compatibility affects consistency checks because the process detects the active platform to check the corresponding configuration directories, ensuring that the session memory and disk comparison targets the correct file paths.