Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tk9-hub

This repository is the shared home for OpenWork/OpenCode project automation assets:

  • skills/ - reusable skills (workflows + scripts)
  • agents/ - agent definitions
  • commands/ - custom commands
  • plugins/ - optional project plugins

It is intentionally not wrapped in a .opencode/ folder so it can be vendored into other repos in whatever layout you prefer.

Vendoring into a project that uses .opencode/

If you want to use these assets in a repo that expects .opencode/skills, .opencode/agents, etc:

mkdir -p .opencode
cp -R skills .opencode/skills
cp -R agents .opencode/agents
cp -R commands .opencode/commands
cp -R plugins .opencode/plugins

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors