skill-status - Skill Inventory Report 로드된 스킬 목록을 core(bkit 기본)와 project-local로 구분하여 표시. Command: Step 1: Scan Core Skills 1. Read bkit core skills directory: 2. For each skill directory, read SKILL.md frontmatter: - name, classification, description (first line) 3. Count total core skills Step 2: Scan Project-Local Skills 1. Read project skills directory: 2. For each skill, read frontmatter 3. Count total project skills Step 3: Detect Conflicts 1. Compare skill names between core and project 2. If same name exists in both: mark as "override" (project wins) 3. If project skill triggers overlap…