benxmy

Aha Sync — Data skill for Claude Code

Data community

Pull Aha release data, compare with workboard status, and interactively push updates.

How to install Aha Sync

Installs to ~/.claude/skills/benxmy-claude-skills-aha-sync/SKILL.md

Terminal
mkdir -p ~/.claude/skills/benxmy-claude-skills-aha-sync && curl -fsSL https://raw.githubusercontent.com/benxmy/claude-skills/HEAD/skills/aha-sync.md -o ~/.claude/skills/benxmy-claude-skills-aha-sync/SKILL.md

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

What Aha Sync does


name: aha-sync description: Pull Aha release data, compare with workboard status, and interactively push updates. Helps keep Aha tickets current without manual editing. user-invocable: true allowed-tools:

  • Read(~/.claude/projects//memory/)
  • Write(~/.claude/projects/*/memory/aha-cache.json)
  • Read(~/projects/aha-connector/server/*)
  • Bash(cd ~/projects/aha-connector && node *)
  • Bash(security find-generic-password *)
  • Bash(security add-generic-password *)
  • Bash(curl * <you

Alternatives in Data

  • Notion Sync — /notion-sync - Push Ranked Jobs and Applications to a Notion Database 36.6k ★
  • Data Contract — This document defines which files belong to the system (auto-updatable) and which belong to the user (never to 32.5k ★
  • Sentry — Inspect Sentry issues, summarize production errors, and pull health data 14.6k ★

Full documentation available on GitHub

View Source Repository