# Council Replay

> |

- **Type:** Skill
- **Install:** `agentstack add skill-yogirk-agent-council-council-replay`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [yogirk](https://agentstack.voostack.com/s/yogirk)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [yogirk](https://github.com/yogirk)
- **Source:** https://github.com/yogirk/agent-council/tree/main/skills/claude-code/council-replay

## Install

```sh
agentstack add skill-yogirk-agent-council-council-replay
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Council Replay

Replay a past council deliberation session in the terminal.

## Usage

The user invokes `/council-replay `.

## Run

Replace `{SESSION_ID}` with the session ID the user provided.

```bash
COUNCIL_BIN=""; for _d in "$HOME/.claude/skills/agent-council" "$HOME/.agents/skills/agent-council" "$HOME/.gemini/skills/agent-council" "$(git rev-parse --show-toplevel 2>/dev/null)"; do [ -x "$_d/bin/council" ] && COUNCIL_BIN="$_d/bin/council" && break; [ -x "$_d/council" ] && COUNCIL_BIN="$_d/council" && break; done; [ -z "$COUNCIL_BIN" ] && COUNCIL_BIN="$(which council 2>/dev/null || echo "bin/council")"
SLUG=$(basename "$(git rev-parse --show-toplevel 2>/dev/null || pwd)")
$COUNCIL_BIN replay {SESSION_ID} --project "$SLUG"
```

After the replay, tell the user:

> **Next steps:**
> - Re-run with current context: `/council-revisit `
> - Record outcome: `/council-outcome  "what happened"`
> - Open viewer: `open ~/.council/{project}/{session-id}/viewer.html`

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [yogirk](https://github.com/yogirk)
- **Source:** [yogirk/agent-council](https://github.com/yogirk/agent-council)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-yogirk-agent-council-council-replay
- Seller: https://agentstack.voostack.com/s/yogirk
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
