You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@howaboua/opencode-workflows-tool

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@howaboua/opencode-workflows-tool - npm Package Compare versions

Comparing version
0.0.1
to
0.0.2
+1
-1
package.json
{
"name": "@howaboua/opencode-workflows-tool",
"version": "0.0.1",
"version": "0.0.2",
"description": "Enhanced skill tool plugin for OpenCode - 1:1 clone of built-in skill tool with extensibility",

@@ -5,0 +5,0 @@ "type": "module",

@@ -11,5 +11,5 @@ # Opencode Workflows Tool (aka skills but better)

- **Tools exposed**: `workflows` and `workflows.create` for listing, loading, and creating SOPs
- **Tools exposed**: `workflows` and `workflows_create` for listing, loading, and creating SOPs
- **Workflow discovery**: Scans `.opencode/workflows/**/WORKFLOW.md` in the current repo
- **Workflow creation**: `workflows.create` writes new workflows from structured name/body input
- **Workflow creation**: `workflows_create` writes new workflows from structured name/body input
- **System prompt injection**: Always exposes `<available_workflows>` to the main agent and subagents

@@ -55,3 +55,3 @@ - **Hot reload friendly**: New workflows are discoverable immediately during ongoing sessions

```
Use workflows.create with name: "release-checklist" and body containing the SOP steps.
Use workflows_create with name: "release-checklist" and body containing the SOP steps.
```

@@ -58,0 +58,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display