cia-data-integration
Installation
SKILL.md
CIA Data Integration Skill
๐ด AI FIRST Quality Principle
Apply the AI FIRST principle: never accept first-pass quality. Minimum 2 iterations. Read all output, improve every section. No shortcuts.
Purpose
This skill provides expertise in consuming JSON exports from the CIA (Citizen Intelligence Agency) platform, implementing robust caching strategies, and ensuring data quality through schema validation.
Core Principles
- CIA is Source of Truth - Never modify CIA's pre-computed data
- Validate Before Cache - Always validate against CIA-provided JSON schemas
- Version Tracking - Track all CIA data updates with timestamps
- Graceful Degradation - Fall back to cached data if CIA unavailable
- Data Freshness - Monitor and alert on stale data (> 24 hours)
- Audit Logging - Log all data operations for traceability