CtrlK
BlogDocsLog inGet started
Tessl Logo

pantheon-ai/opencode-toolkit

Complete toolkit for configuring and extending OpenCode: agent creation, custom slash commands, configuration management, plugin development, and SDK usage.

98

Quality

98%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

Overview
Quality
Evals
Security
Files

task.mdbuild-tool/evals/scenario-0/

evals task.md

Create a custom OpenCode tool that searches for TODOs in the codebase. The tool should:

  1. Accept a directory argument (string, optional, defaults to ".")
  2. Accept a pattern argument (string, optional, defaults to "TODO")
  3. Use bun shell ($) to run a grep command
  4. Return the results as a string

Place the file at the correct location for a project-scoped tool.

build-tool

tile.json