identify

Installation
SKILL.md

Identity System (Detection)

Purpose: Surface problems, friction, and bottlenecks before they compound. When to trigger: Audits, debugging, pre-work analysis, or when something feels off.

Detection Categories

1. Code Health

Run these checks:

  • Type errors: npx tsc --noEmit
  • Build errors: npm run build
  • Lint issues: Check for warnings
  • Unused imports/variables
  • Circular dependencies
Installs
3
GitHub Stars
386
First Seen
Feb 4, 2026
identify — majiayu000/claude-skill-registry