result
SolidShow the stored final output for a finished Claude Code job in this repository. Args: [job-id]. Use when the user already has, or needs, a tracked job id.
Code & Development 177 stars
31 forks Updated 4 days ago Apache-2.0
Install
Quality Score: 84/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# 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.
Details
- Author
- sendbird
- Repository
- sendbird/cc-plugin-codex
- Created
- 4 months ago
- Last Updated
- 4 days ago
- Language
- JavaScript
- License
- Apache-2.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
Code & Development Listed
antigravity-result
Fetch the stored output from an Antigravity for Claude background job.
1 Updated 2 weeks ago
yilibinbin Code & Development Solid
cancel
Cancel an active tracked Claude Code job in this repository. Args: [job-id]. Use only when the user wants to stop a queued or running Claude Code job.
177 Updated 4 days ago
sendbird Code & Development Solid
status
Show active or recent Claude Code jobs in this repository, or detailed status for a specific job id. Args: [job-id], --wait, --timeout-ms <ms>, --poll-interval-ms <ms>, --all. Use for tracked-job inspection, not setup or result retrieval.
177 Updated 4 days ago
sendbird