OthmanAdi

Chronos Doctor — Development skill for Claude Code

Development community

Verify the chronos install end to end - hooks registered, transcript readable, statusline rendering.

How to install Chronos Doctor

Installs to ~/.claude/skills/othmanadi-chronos-chronos-doctor/SKILL.md

Terminal
mkdir -p ~/.claude/skills/othmanadi-chronos-chronos-doctor && curl -fsSL https://raw.githubusercontent.com/OthmanAdi/chronos/HEAD/commands/chronos-doctor.md -o ~/.claude/skills/othmanadi-chronos-chronos-doctor/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Chronos Doctor does


description: Verify the chronos install end to end - hooks registered, transcript readable, statusline rendering.

Run `chronos doctor` and show the full output.

The doctor executes each hook against a real payload and prints what it actually emitted, so treat its output as evidence rather than a claim.

If it reports failures:

  • "hook X not registered" or "legacy v1 hooks" means the install is stale. Offer to run chronos install, which is idempotent and takes a backup.
  • "registere

Alternatives in Development

  • Ecc Guide — Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su 243.5k ★
  • Mempalace Init — Set up MemPalace — install the package, initialize a palace, register the MCP server with Cursor, and verify e 58.6k ★
  • Doctor — Environment diagnostics with interactive fixes — providers, auth, RTK, hooks, token optimization 2.8k ★

Full documentation available on GitHub

View Source Repository