omriariav

Update Pulse — Development skill for Claude Code

Development community

Check for claude-pulse updates and apply them.

How to install Update Pulse

Installs to ~/.claude/commands/omriariav-claude-pulse-update-pulse.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/omriariav/claude-pulse/HEAD/.claude/commands/update-pulse.md -o ~/.claude/commands/omriariav-claude-pulse-update-pulse.md

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

What Update Pulse does


name: update-pulse description: Check for claude-pulse updates and apply them user_invocable: true

Update claude-pulse

Check for new releases and apply updates.

Steps

1. Show current version

Read line 2 of `~/.claude/statusline-command.sh` to extract the current version:

sed -n '2s/.*v\([0-9.]*\).*/\1/p' ~/.claude/statusline-command.sh

Display it to the user.

2. Check for staged update (notify mode)

If `~/.cache/claude-pulse/update_available` exists, a ne

Alternatives in Development

  • News Pulse — 公司新闻脉搏:股价异动时快速归因 15.9k ★
  • Agent Skills Platform — Build tested agent skills and govern their lifecycle through a user-defined marketplace: evidence, discovery 2.4k ★
  • Agent Skill Creator — Build tested agent skills and govern their lifecycle through a user-defined marketplace: evidence, discovery 2.3k ★

Full documentation available on GitHub

View Source Repository