This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

2 1 0

Clone this repository

https://tangled.org/adamvinueza.me/opencode-skills https://tangled.org/did:plc:ho2qmgvqgs7u7e2bvdkwjqvd
git@tangled.org:adamvinueza.me/opencode-skills git@tangled.org:did:plc:ho2qmgvqgs7u7e2bvdkwjqvd

For self-hosted knots, clone URLs may differ based on your setup.



README.md

opencode-skills#

Custom OpenCode agent skills.

Skills#

Skill Description
fix-issues Fix open issues in GitLab and Tangled repositories
orient Clarify intent and find precedents before starting work
roll-dice Roll dice via random number generator

Usage#

Symlink the skills into ~/.config/opencode/skills/:

ln -s ~/git/opencode-skills/fix-issues ~/.config/opencode/skills/fix-issues
ln -s ~/git/opencode-skills/roll-dice ~/.config/opencode/skills/roll-dice
ln -s ~/git/opencode-skills/orient ~/.config/opencode/skills/orient

Editing#

Edit the SKILL.md files directly in this repo. OpenCode reads from the symlinks, so changes take effect immediately. Commit and push to sync across machines.