diff options
| author | main <main@swarm.moe> | 2026-05-13 13:25:25 -0400 |
|---|---|---|
| committer | main <main@swarm.moe> | 2026-05-13 13:27:18 -0400 |
| commit | 9553b62eab9e0bf9c4fd53d70329a6974d06e4c1 (patch) | |
| tree | cef9204fc25e4cf1bacb97c85c29bee0ad2fd25a /goal-smith/agents | |
| parent | 03fc8222aecdccee466780826c46bc0077629332 (diff) | |
| download | skills-9553b62eab9e0bf9c4fd53d70329a6974d06e4c1.zip | |
Add goal-smith skill
Diffstat (limited to 'goal-smith/agents')
| -rw-r--r-- | goal-smith/agents/openai.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/goal-smith/agents/openai.yaml b/goal-smith/agents/openai.yaml new file mode 100644 index 0000000..cd89381 --- /dev/null +++ b/goal-smith/agents/openai.yaml @@ -0,0 +1,4 @@ +interface: + display_name: "Goal Smith" + short_description: "Forge durable /goal acceptance contracts" + default_prompt: "Use $goal-smith to turn this rough objective into a terse .goals/ acceptance contract and install it as a Codex /goal." |