What problem does it solve? Teams connecting coding agents, research workspaces, design tools, MCP services, and deployment integrations to a project often lack a safe, auditable way to verify permissions, data exposure, and readiness before enabling them, risking credential leaks or silent provider failures. ## Core Features & Use Cases - Capability Inspection: Check availability, permissions, data exposure, cost, and failure behavior of any tool or provider before registering it. - Deterministic Registry Management: Use the capabilities.py script to inspect, register, validate, and disable entries in the canonical .agentic/capabilities.json registry, which stores identifiers and readiness facts but never credentials. - Readiness Reporting: Produce an updated capability registry plus a plain-language readiness report, treating unavailable providers as visible blocked states rather than silently substituting them. - Use Case: Before wiring a new MCP service into your agent workflow, run this Skill to confirm authority and data boundaries, register the capability, and get explicit approval gates before uploading data or changing production access. ## Quick Start Use $agentic-engineering-capabilities to inspect and register the new MCP service for this project.