You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(plugin): consolidate to single systematic_skill tool (#28)
Replace systematic_find_* tools with systematic_skill for skill loading
and discovery via description. Add logging for plugin initialization with version tracking.
- \`Read\`, \`Write\`, \`Edit\`, \`Bash\` → Your native tools
731
732
732
733
**Skills naming (priority order):**
@@ -738,7 +739,7 @@ When skills reference tools you don't have, substitute OpenCode equivalents:
738
739
return`<SYSTEMATIC_WORKFLOWS>
739
740
You have access to structured engineering workflows via the systematic plugin.
740
741
741
-
**IMPORTANT: The using-systematic skill content is included below. It is ALREADY LOADED - you are currently following it. Do NOT use systematic_use_skill to load "using-systematic" - that would be redundant. Use systematic_use_skill only for OTHER skills.**
742
+
**IMPORTANT: The using-systematic skill content is included below. It is ALREADY LOADED - you are currently following it. Do NOT use systematic_skill to load "using-systematic" - that would be redundant. Use systematic_skill only for Systematic bundled skills and the native skill tool for everything else.**
Copy file name to clipboardExpand all lines: skills/using-systematic/SKILL.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ This is not negotiable. This is not optional. You cannot rationalize your way ou
13
13
14
14
## How to Access Skills
15
15
16
-
Use the `skill` tool. When you invoke a skill, its content is loaded and presented to you—follow it directly.
16
+
Use the `systematic_skill` tool for Systematic bundled skills. Use the native `skill` tool for non-Systematic skills. When you invoke a skill, its content is loaded and presented to you—follow it directly.
17
17
18
18
# Using Skills
19
19
@@ -25,17 +25,17 @@ Use the `skill` tool. When you invoke a skill, its content is loaded and present
25
25
digraph skill_flow {
26
26
"User message received" [shape=doublecircle];
27
27
"Might any skill apply?" [shape=diamond];
28
-
"Invoke `skill` tool" [shape=box];
28
+
"Invoke `systematic_skill` tool" [shape=box];
29
29
"Announce: 'Using [skill] to [purpose]'" [shape=box];
0 commit comments