---
name: Result
slug: result
category: AI Engineering
description: "Result shows the stored final output for a finished Claude Code job in this repository. Use it when you already have a tracked job id and need the companion's stdout exactly as returned."
github: "https://github.com/sendbird/cc-plugin-codex/tree/main/skills/result"
language: JavaScript
stars: 193
forks: 35
install: "npx degit https://github.com/sendbird/cc-plugin-codex/tree/main/skills/result ~/.claude/skills/result"
installs_to: ~/.claude/skills/result
source_path: skills/result/SKILL.md
collection_size: 7
category_size: 3278
collection_url: "https://dirskills.com/collections/sendbird/cc-plugin-codex"
added: 2026-09-06T05:19:05.341Z
last_synced: 2026-09-06T05:19:05.341Z
canonical_url: "https://dirskills.com/skills/result"
---

# Result

Result shows the stored final output for a finished Claude Code job in this repository. Use it when you already have a tracked job id and need the companion's stdout exactly as returned.

**Install:**

```bash
npx degit https://github.com/sendbird/cc-plugin-codex/tree/main/skills/result ~/.claude/skills/result
```

## README

# Claude Code Result

Use this skill when the user wants the stored final output for a finished Claude Code job.

Resolve `<plugin-root>` as two directories above this `SKILL.md` file. Always run the companion from that active plugin root:
`node "<plugin-root>/scripts/claude-companion.mjs" result $ARGUMENTS`

Supported arguments: `[job-id]`

Output:
- Present the full companion stdout exactly as returned.
- Do not summarize or condense it.
