Skip to content

Comments

chore: add agent tool skills and OpenCode configuration#3

Merged
christian-deleon merged 1 commit intomainfrom
chore/add-agent-tool-config
Feb 12, 2026
Merged

chore: add agent tool skills and OpenCode configuration#3
christian-deleon merged 1 commit intomainfrom
chore/add-agent-tool-config

Conversation

@christian-deleon
Copy link
Owner

Summary

  • Add .claude/skills/ symlinks to .agents/skills/ so Claude Code discovers /validate, /commit, and /pr slash commands
  • Add .opencode/commands/ symlinks to .agents/skills/ so OpenCode discovers the same slash commands
  • Add opencode.json with bash permission settings mirroring .claude/settings.json

Test plan

  • Verify .claude/skills/ symlinks resolve: ls -la .claude/skills/
  • Verify .opencode/commands/ symlinks resolve: ls -la .opencode/commands/
  • Verify opencode.json is valid JSON: python3 -m json.tool opencode.json
  • Confirm /validate, /commit, /pr appear as slash commands in Claude Code
  • Confirm /validate, /commit, /pr appear as slash commands in OpenCode

Add .claude/skills/ and .opencode/commands/ symlinks to .agents/skills/
so both tools discover /validate, /commit, and /pr slash commands. Add
opencode.json with permission settings mirroring .claude/settings.json.
@christian-deleon christian-deleon merged commit 83e2c5b into main Feb 12, 2026
3 checks passed
@christian-deleon christian-deleon deleted the chore/add-agent-tool-config branch February 12, 2026 21:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant