vishal2612200

Agentpack Refresh — Git skill for Claude Code

Git community

Refresh AgentPack context when task, git state, or repo files changed.

How to install Agentpack Refresh

Installs to ~/.claude/skills/vishal2612200-agentpack-agentpack-refresh/SKILL.md

Terminal
mkdir -p ~/.claude/skills/vishal2612200-agentpack-agentpack-refresh && curl -fsSL https://raw.githubusercontent.com/vishal2612200/agentpack/HEAD/skills/agentpack-refresh.md -o ~/.claude/skills/vishal2612200-agentpack-agentpack-refresh/SKILL.md

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

What Agentpack Refresh does


name: agentpack-refresh description: Refresh AgentPack context when task, git state, or repo files changed. license: AGPL-3.0-only

AgentPack Refresh

Use when the user invokes `$agentpack-refresh`, context looks stale, or task/git state changed.

Steps

  1. Run the portable refresh path:
agentpack pack --agent codex --task auto
  1. If the task changed, update it first:
agentpack task set ""
agentpack pack --agent codex --task auto
  1. Read `.agentpack

Alternatives in Git

  • Git Status — Read the Files and run the Commands and summarize the current state of the git repository 3.4k ★
  • Codexia — Agent Workstation for Codex CLI + Claude Code — with task scheduler, git worktree & remote control, skills man 638 ★
  • Create Beads Orchestration — Set up lightweight multi-agent orchestration with git-native task tracking for Claude Code 163 ★

Full documentation available on GitHub

View Source Repository