@howaboua/opencode-workflows-tool
Advanced tools
+1
-1
| { | ||
| "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", |
+3
-3
@@ -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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
1243689
0