This handles HIPAA audit logging for any feature that touches protected health information. It logs PHI access, modifications, security events, and admin actions with automatic sanitization to keep actual content out of logs. The implementation includes predefined functions for common patterns, session timeout enforcement at 15 minutes, and a break glass system for emergency access. Most useful when you're building health apps or anything handling sensitive medical data and need to meet the six year audit trail requirement. The checklist approach is solid, though you'll still want legal review before claiming actual HIPAA compliance.
npx skills add https://github.com/erichowens/some_claude_skills --skill hipaa-compliance