kharmanskyi

OS Install Check — Development skill for Claude Code

Development community

description: - Runs the Open Steps install check and reads the result back in plain words.

How to install OS Install Check

Installs to ~/.claude/skills/kharmanskyi-open-steps-os-install-check/SKILL.md

Terminal
mkdir -p ~/.claude/skills/kharmanskyi-open-steps-os-install-check && curl -fsSL https://raw.githubusercontent.com/kharmanskyi/open-steps/HEAD/commands/os-install-check.md -o ~/.claude/skills/kharmanskyi-open-steps-os-install-check/SKILL.md

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

What OS Install Check does


description: >- Runs the Open Steps install check and reads the result back in plain words. Use it after installing the pack, when a report never appears, or when someone asks whether the install is sound. The script does the checking and sets the exit code. This command reports what the script printed and nothing else. allowed-tools:

  • 'Bash(bash "${CLAUDE_PLUGIN_ROOT}/doctor.sh")'

os-install-check

One job. Run the script, then say what it found. The script holds the tru

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 ★
  • TypeScript Lsp — TypeScript / JS /plugin install typescript-lsp@claude-plugins-official 14k ★

Full documentation available on GitHub

View Source Repository