feat(skills): add bundled opencode autonomous-agent skill#880
Closed
arceus77-7 wants to merge 2 commits into
Closed
feat(skills): add bundled opencode autonomous-agent skill#880arceus77-7 wants to merge 2 commits into
arceus77-7 wants to merge 2 commits into
Conversation
teknium1
pushed a commit
that referenced
this pull request
Mar 13, 2026
Cherry-picked from PR #880 by arceus77-7, rebased onto current main. Adds a new bundled skill: opencode under skills/autonomous-ai-agents/. Gives Hermes a first-class autonomous-agent workflow for OpenCode, similar to existing claude-code and codex skills. Includes: - One-shot opencode run workflow - Interactive/background session workflow via terminal + process - Parallel work patterns - PR review workflow - Troubleshooting + smoke verification Tested: opencode installed (v1.2.25), smoke test passed (OPENCODE_SMOKE_OK), --model flag verified, auth list works with env vars. Co-authored-by: arceus77-7 <261276524+arceus77-7@users.noreply.github.com>
teknium1
added a commit
that referenced
this pull request
Mar 13, 2026
Cherry-picked from PR #880 by @arceus77-7, rebased onto current main with corrections. Adds opencode skill under skills/autonomous-ai-agents/ with: - One-shot opencode run workflow - Interactive/background TUI session workflow - PR review workflow (including opencode pr command) - Parallel work patterns - TUI keybindings reference - Session/cost management - Smoke verification Tested with OpenCode v1.2.25. Fixed /exit bug (not a valid command), added missing flags (--file, --thinking, --variant), expanded docs. Co-authored-by: arceus77-7 <261276524+arceus77-7@users.noreply.github.com>
Contributor
|
Your opencode skill was merged via PR #1174! Cherry-picked with your authorship preserved and enhanced based on hands-on testing with OpenCode v1.2.25: Fixes:
Additions:
Thanks for the contribution! 🎉 |
angelburgosrosado
pushed a commit
to angelburgosrosado/hermes-agent
that referenced
this pull request
Apr 27, 2026
Cherry-picked from PR NousResearch#880 by @arceus77-7, rebased onto current main with corrections. Adds opencode skill under skills/autonomous-ai-agents/ with: - One-shot opencode run workflow - Interactive/background TUI session workflow - PR review workflow (including opencode pr command) - Parallel work patterns - TUI keybindings reference - Session/cost management - Smoke verification Tested with OpenCode v1.2.25. Fixed /exit bug (not a valid command), added missing flags (--file, --thinking, --variant), expanded docs. Co-authored-by: arceus77-7 <261276524+arceus77-7@users.noreply.github.com>
02356abc
pushed a commit
to 02356abc/hermes-agent
that referenced
this pull request
May 14, 2026
Cherry-picked from PR NousResearch#880 by @arceus77-7, rebased onto current main with corrections. Adds opencode skill under skills/autonomous-ai-agents/ with: - One-shot opencode run workflow - Interactive/background TUI session workflow - PR review workflow (including opencode pr command) - Parallel work patterns - TUI keybindings reference - Session/cost management - Smoke verification Tested with OpenCode v1.2.25. Fixed /exit bug (not a valid command), added missing flags (--file, --thinking, --variant), expanded docs. Co-authored-by: arceus77-7 <261276524+arceus77-7@users.noreply.github.com>
olympus-terminal
pushed a commit
to olympus-terminal/hermes-agent
that referenced
this pull request
May 16, 2026
Cherry-picked from PR NousResearch#880 by @arceus77-7, rebased onto current main with corrections. Adds opencode skill under skills/autonomous-ai-agents/ with: - One-shot opencode run workflow - Interactive/background TUI session workflow - PR review workflow (including opencode pr command) - Parallel work patterns - TUI keybindings reference - Session/cost management - Smoke verification Tested with OpenCode v1.2.25. Fixed /exit bug (not a valid command), added missing flags (--file, --thinking, --variant), expanded docs. Co-authored-by: arceus77-7 <261276524+arceus77-7@users.noreply.github.com>
Egavasyug
pushed a commit
to Egavasyug/hermes-agent
that referenced
this pull request
Jun 10, 2026
Cherry-picked from PR NousResearch#880 by @arceus77-7, rebased onto current main with corrections. Adds opencode skill under skills/autonomous-ai-agents/ with: - One-shot opencode run workflow - Interactive/background TUI session workflow - PR review workflow (including opencode pr command) - Parallel work patterns - TUI keybindings reference - Session/cost management - Smoke verification Tested with OpenCode v1.2.25. Fixed /exit bug (not a valid command), added missing flags (--file, --thinking, --variant), expanded docs. Co-authored-by: arceus77-7 <261276524+arceus77-7@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Adds a new bundled skill:
opencodeunderskills/autonomous-ai-agents/.This gives Hermes a first-class autonomous-agent workflow for OpenCode, similar to existing
claude-codeandcodexskills.Related Issue
N/A (skill addition)
Type of Change
Changes Made
skills/autonomous-ai-agents/opencode/SKILL.mdopencode runworkflowterminal+processHow to Test
opencode --versionopencode auth listopencode.opencode run 'Respond with exactly: OPENCODE_SMOKE_OK'OPENCODE_SMOKE_OK.Checklist
Code
fix(scope):,feat(scope):, etc.)Documentation & Housekeeping
cli-config.yaml.exampleCONTRIBUTING.mdorAGENTS.mdFor New Skills
Screenshots / Logs
OPENCODE_SMOKE_OK./venv/bin/pytest tests/tools/test_skills_hub.py -q->43 passedclaude-code/codexSKILL.md files intests/