Validates the structural mapping between abstract frameworks and concrete code contexts to ensure implementation accuracy.
Analogia is an epistemic protocol for Claude Code designed to bridge the gap between high-level abstractions and practical implementation. When Claude suggests a pattern, framework, or mental model, this skill identifies mapping uncertainties and generates project-specific instantiations for user validation. By constructing explicit structural correspondences, it ensures that the logical integrity of an architectural pattern or abstract concept is preserved when applied to your unique project context, preventing conceptual mismatches before they reach your codebase.
主要功能
01Detects mapping uncertainty between abstract theories and concrete code implementation.
0288 GitHub stars
03Constructs explicit domain correspondences between source and target structures.
04Implements a refinement loop for adjusting mappings based on user feedback.
05Provides a terminalization trace showing exactly how uncertainty was resolved.
06Generates concrete instantiations for user-guided validation of mapping adequacy.
使用场景
01Verifying that a suggested design pattern (e.g., CQRS) correctly maps to your existing service architecture.
02Mapping high-level business logic requirements to low-level implementation details.
03Validating the application of security frameworks to a specific, unconventional tech stack.