๐Ÿ“„ skillStalePromisingmedium

KyleAMathews/claude-code-ui

by KyleAMathews

Claude Code session tracker UI with real-time updates via Durable Streams

Supported Platforms

๐Ÿค– Claude Code

Stars

413

Skill Type

๐Ÿงช Product Verification

Quality Score

90/200

License

Unknown

Forks

43

Last Updated

Jun 11, 2026

Discovered

Apr 13, 2026

Validation

Passed

github.com/KyleAMathews/claude-code-ui

Quality Breakdown

90/ 200

Content Signals

โ—‹Gotchas/Edge Cases+40
โœ“Progressive Disclosure+30
โ—‹Trigger Description+20
โ—‹Verification/Safety+20
โœ“Code Examples+15
โ—‹Composability+15

Repo Health

โ—‹Recent Activity+15
โœ“Scripts/Automation+10
โœ“Real Usage (Issues)+10
โœ“Single Responsibility+10
โœ“Config/Persistence+10
โœ“Install Instructions+5

Multi-platform bonus: +5 pts if tool supports 2+ platforms. Score derived from 12 structural signals โ€” not stars or popularity.

Trust & Verification

medium

Requires extended permissions (shell access, subagents). Review before use.

Stale

No commits in 90-365 days and no tagged releases.

Unverified skill. Always review source code before installing any skill from an unknown author.

Risk Assessment

  • Daemon watches and reads user's ~/.claude/projects/ directory - accesses sensitive local Claude session data
  • Daemon executes git commands and GitHub API calls - can interact with version control and external services
  • Setup script (packages/daemon/scripts/setup-hooks.sh) configures hooks that may modify system state
  • Multiple hook scripts (permission-request.sh, user-prompt-submit.sh, session-end.sh) execute during session lifecycle
  • AI integration calls Claude Sonnet API with session data - external API communication with potentially sensitive content
  • Daemon spawns as background service monitoring file changes - persistent autonomous operation