vishal2612200

Agentpack Pack — Development skill for Claude Code

Development community

Generate a local AgentPack context pack for Codex before editing.

How to install Agentpack Pack

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

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

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

What Agentpack Pack does


name: agentpack-pack description: Generate a local AgentPack context pack for Codex before editing. license: AGPL-3.0-only

AgentPack Pack

Use when the user invokes `$agentpack-pack ` or asks Codex to prepare full AgentPack context.

AgentPack prepares context. It does not prove correctness and does not replace code review or tests.

Steps

  1. Generate fresh context for the task:
agentpack pack --task ""
  1. Read .agentpack/context.md.
  2. Inspect selected

Alternatives in Development

Full documentation available on GitHub

View Source Repository