Open
Conversation
- Add transformOpenCode() transformer for .opencode/ directory format - Commands: description-only frontmatter, $ARGUMENTS placeholders - Skills: Same SKILL.md format as Claude Code with reference files - Include install.sh script for easy installation - Add 21 tests for OpenCode transformer - Update DEVELOP.md with OpenCode documentation Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add JSDoc for all parameters including unused patterns (API consistency) - Set executable permissions on install.sh via chmodSync - Add try/finally for console mock restoration in tests Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
Someone is attempting to deploy a commit to the Paul Bakaus' projects Team on Vercel. A member of the Team first needs to authorize it. |
Author
|
Alternative approach note: OpenCode also supports NPM-based plugins via For Impeccable's use case (prompt templates), the file-based approach is simpler and more maintainable:
If you ever want to add programmatic features (e.g., dynamic prompts, tool hooks), the SDK approach is available: https://opencode.ai/docs/plugins/ |
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.
Love your skills! Working with some enterprise clients that use opencode and so want to include your work as part of the dev tooling manifest.
Open to feedback to make this acceptable, or will fallback to a fork if you'd rather not add opencode support, lmk!
Summary
.opencode/commands/*.mdwith description-only frontmatter and$ARGUMENTSplaceholders.opencode/skills/<name>/install.shscript for easy installationTest plan
bun test tests/lib/transformers/opencode.test.js- all 21 tests passbun run build- generates correct output structure