@keystrokehq/skills 0.0.2 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +27 -0
- package/README.md +23 -15
- package/package.json +3 -10
- package/{keystroke-agent-authoring → src/keystroke-agent-authoring}/SKILL.md +4 -4
- package/{keystroke-agent-authoring → src/keystroke-agent-authoring}/references/messaging-gateways.md +7 -7
- package/{keystroke-agent-authoring → src/keystroke-agent-authoring}/references/patterns.md +5 -5
- package/{keystroke-agent-authoring → src/keystroke-agent-authoring}/references/prebuilt-integrations.md +78 -78
- package/{keystroke-agent-authoring → src/keystroke-agent-authoring}/references/sandbox-and-mcp.md +2 -2
- package/{keystroke-agent-authoring → src/keystroke-agent-authoring}/references/source-map.md +1 -1
- package/{keystroke-agent-authoring → src/keystroke-agent-authoring}/references/testing.md +4 -4
- package/{keystroke-cli-workspace → src/keystroke-cli-workspace}/SKILL.md +1 -1
- package/{keystroke-cli-workspace → src/keystroke-cli-workspace}/references/command-map.md +3 -3
- package/{keystroke-cli-workspace → src/keystroke-cli-workspace}/references/project-lifecycle.md +1 -1
- package/{keystroke-credential-binding → src/keystroke-credential-binding}/SKILL.md +43 -108
- package/{keystroke-credential-binding → src/keystroke-credential-binding}/references/patterns.md +38 -66
- package/{keystroke-credential-binding → src/keystroke-credential-binding}/references/source-map.md +9 -9
- package/{keystroke-trigger-authoring → src/keystroke-trigger-authoring}/references/patterns.md +8 -4
- package/{keystroke-trigger-authoring → src/keystroke-trigger-authoring}/references/source-map.md +2 -3
- package/{keystroke-trigger-authoring → src/keystroke-trigger-authoring}/references/testing.md +2 -2
- package/{keystroke-workflow-authoring → src/keystroke-workflow-authoring}/SKILL.md +2 -2
- package/{keystroke-workflow-authoring → src/keystroke-workflow-authoring}/references/prebuilt-integrations.md +65 -65
- package/{keystroke-workflow-authoring → src/keystroke-workflow-authoring}/references/runtime-helpers.md +3 -3
- package/{keystroke-workflow-authoring → src/keystroke-workflow-authoring}/references/source-map.md +1 -1
- package/{keystroke-workflow-authoring → src/keystroke-workflow-authoring}/references/testing.md +5 -4
- package/keystroke-agent-authoring/evals/evals.json +0 -29
- package/keystroke-cli-workspace/evals/evals.json +0 -23
- package/keystroke-credential-binding/evals/evals.json +0 -29
- package/keystroke-data-toolkit/evals/evals.json +0 -23
- package/keystroke-task-authoring/evals/evals.json +0 -23
- package/keystroke-trigger-authoring/evals/evals.json +0 -29
- package/keystroke-workflow-as-tool-debugging/evals/evals.json +0 -23
- package/keystroke-workflow-authoring/evals/evals.json +0 -29
- /package/{AGENTS-blurb.md → src/AGENTS.md} +0 -0
- /package/{keystroke-cli-workspace → src/keystroke-cli-workspace}/references/credentials-and-connect.md +0 -0
- /package/{keystroke-credential-binding → src/keystroke-credential-binding}/references/cli.md +0 -0
- /package/{keystroke-data-toolkit → src/keystroke-data-toolkit}/SKILL.md +0 -0
- /package/{keystroke-data-toolkit → src/keystroke-data-toolkit}/references/usage.md +0 -0
- /package/{keystroke-task-authoring → src/keystroke-task-authoring}/SKILL.md +0 -0
- /package/{keystroke-task-authoring → src/keystroke-task-authoring}/references/patterns.md +0 -0
- /package/{keystroke-task-authoring → src/keystroke-task-authoring}/references/source-map.md +0 -0
- /package/{keystroke-trigger-authoring → src/keystroke-trigger-authoring}/SKILL.md +0 -0
- /package/{keystroke-workflow-as-tool-debugging → src/keystroke-workflow-as-tool-debugging}/SKILL.md +0 -0
- /package/{keystroke-workflow-as-tool-debugging → src/keystroke-workflow-as-tool-debugging}/references/playbook.md +0 -0
- /package/{keystroke-workflow-authoring → src/keystroke-workflow-authoring}/references/patterns.md +0 -0
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"skill_name": "keystroke-workflow-as-tool-debugging",
|
|
3
|
-
"evals": [
|
|
4
|
-
{
|
|
5
|
-
"id": 1,
|
|
6
|
-
"prompt": "A workflow tool with ctx.wait returned pending: true and the agent tried to call it again. What should I inspect and what behavior is expected?",
|
|
7
|
-
"expected_output": "Explains yield receipt behavior, turn ending, idempotency, pending yield state, child workflow run, and agent_continue resume path.",
|
|
8
|
-
"files": []
|
|
9
|
-
},
|
|
10
|
-
{
|
|
11
|
-
"id": 2,
|
|
12
|
-
"prompt": "My midSessionSnapshot workflow tool is suspended_snapshotted. When the child workflow completes, which worker should resume it?",
|
|
13
|
-
"expected_output": "States that agent_resume handles current snapshots through Path B conversation-log replay and does not claim native Pi process restore.",
|
|
14
|
-
"files": []
|
|
15
|
-
},
|
|
16
|
-
{
|
|
17
|
-
"id": 3,
|
|
18
|
-
"prompt": "A workflow tool returned a ref and the model wants to query it with a reducer. What should I do?",
|
|
19
|
-
"expected_output": "Recommends describe_ref/read_ref/slice_ref with bounded ranges and states reducers/DuckDB are deferred and unsupported.",
|
|
20
|
-
"files": []
|
|
21
|
-
}
|
|
22
|
-
]
|
|
23
|
-
}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"skill_name": "keystroke-workflow-authoring",
|
|
3
|
-
"evals": [
|
|
4
|
-
{
|
|
5
|
-
"id": 1,
|
|
6
|
-
"prompt": "I'm building a Keystroke workflow that checks a few upstream APIs, waits 10 minutes between retries, and then posts the result to Slack. Can you show me how to structure the workflow and what should be steps versus workflow orchestration?",
|
|
7
|
-
"expected_output": "Explains workflow planning, step boundaries, replay-safe orchestration, the durable wait path, and where Slack or other external work belongs.",
|
|
8
|
-
"files": []
|
|
9
|
-
},
|
|
10
|
-
{
|
|
11
|
-
"id": 2,
|
|
12
|
-
"prompt": "I have a workflow that uses Math.random() and Date.now() inside Workflow.run to make request ids. Why is that a problem in Keystroke, and how should I rewrite it?",
|
|
13
|
-
"expected_output": "Explains workflow replay safety, why nondeterministic logic should not live in the workflow body, and how to move it into a step or agent boundary.",
|
|
14
|
-
"files": []
|
|
15
|
-
},
|
|
16
|
-
{
|
|
17
|
-
"id": 3,
|
|
18
|
-
"prompt": "How do I test a Keystroke workflow that uses workflowGlobals and a webhook trigger? I want the recommended testing path, not a random custom harness.",
|
|
19
|
-
"expected_output": "Uses core Vitest helpers, covers workflowGlobals, and points to bound trigger transform testing via bound.transform?.(payload, ctx).",
|
|
20
|
-
"files": []
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
"id": 4,
|
|
24
|
-
"prompt": "Can my Keystroke workflow run bash to call a Python script, or should I structure this differently?",
|
|
25
|
-
"expected_output": "Explains that workflows are authored as TypeScript orchestration and do not run bash as part of the workflow model, then routes shell-heavy work to an agent sandbox.",
|
|
26
|
-
"files": []
|
|
27
|
-
}
|
|
28
|
-
]
|
|
29
|
-
}
|
|
File without changes
|
|
File without changes
|
/package/{keystroke-credential-binding → src/keystroke-credential-binding}/references/cli.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{keystroke-workflow-as-tool-debugging → src/keystroke-workflow-as-tool-debugging}/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
/package/{keystroke-workflow-authoring → src/keystroke-workflow-authoring}/references/patterns.md
RENAMED
|
File without changes
|