Skip to content

Unofficial port of TÂCHES prompts, adapted for OpenCode. All credit belongs to the original author, TÂCHES. This fork updates run-prompt.md and allowed-tools for OpenCode compatibility. Original Repo: httpshttps://github.com/glittercowboy/taches-cc-prompts

Notifications You must be signed in to change notification settings

stephenschoettler/taches-oc-prompts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TÂCHES Prompts (OpenCode Port)

A port of the TÂCHES slash commands and prompt systems, adapted to work with OpenCode instead of Claude Code.

Port Information

This is an unofficial port of the glittercowboy/taches-cc-prompts repository. All credit for the original prompts, architecture, and documentation belongs to the original author, TÂCHES.

This fork simply updates the run-prompt.md agent and allowed-tools to be compatible with OpenCode's sub-agent and tool system.

Original Repository: https://github.com/glittercowboy/taches-cc-prompts

Quick Start (for OpenCode)

# Clone this repo
git clone https://github.com/stephenschoettler/taches-opencode-prompts.git
cd taches-opencode-prompts

# Create the OpenCode command directory (if it doesn't exist)
mkdir -p ~/.config/opencode/command/

# Install meta-prompting commands
cp meta-prompting/create-prompt.md ~/.config/opencode/command/
cp meta-prompting/run-prompt.md ~/.config/opencode/command/

# Install todo management commands
cp todo-management/add-to-todos.md ~/.config/opencode/command/
cp todo-management/check-todos.md ~/.config/opencode/command/

# Install context handoff command
cp context-handoff/whats-next.md ~/.config/opencode/command/

About

Unofficial port of TÂCHES prompts, adapted for OpenCode. All credit belongs to the original author, TÂCHES. This fork updates run-prompt.md and allowed-tools for OpenCode compatibility. Original Repo: httpshttps://github.com/glittercowboy/taches-cc-prompts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published