What problem does it solve?
Operators of ruflo-based agent swarms need a quick way to verify whether AGNTCY interoperability packages are installed, which transport (local or SLIM) is active, and whether CASA policy enforcement is enabled, without manually inspecting configuration.
Core Features & Use Cases
- Package availability check: Reports whether the @claude-flow/agntcy TypeScript package or the ruflo-agntcy Rust crate is installed as an optional dependency.
- Transport and enforcement status: Shows whether local in-process or SLIM transport is active per swarm, and whether CASA intent-envelope enforcement (allow/deny/budget/expiry) is enabled.
- Honest fallback: Until upstream AGNTCY packages exist, the skill reports "not configured — see ADR-380" instead of fabricating a healthy status.
- Use Case: After deploying a hive-mind swarm, ask for the AGNTCY status to confirm no SLIM transport or CASA enforcement is active before enabling coordination features.
Quick Start
Ask the assistant to show the current AGNTCY, SLIM, and CASA integration status for this project.