porjourneykits·journeykits· v1.0.0 · atualizado em 2026-04-10
80
Score
Search and install Journey kits — real agent workflows from the Journey registry. Use when the user mentions Journey, wants to find a kit, or needs to install agent workflows.
Search for kits: — Use the `GET .../api/kits/search?q=...` endpoint to find relevant kits based on the user's query.
2
Inspect kit details (optional): — Use the `GET .../api/kits/<owner>/<slug>` endpoint to review the kit's description and contents before installing.
3
Install the kit: — Use the `GET .../api/kits/<owner>/<slug>/install?target=<target>&ref=latest` endpoint to install the kit, specifying the target platform.
4
Install dependencies: — If `dependencyKits` is non-empty, install the listed dependency kits first.
5
Run preflight checks: — Execute the shell commands in `preflightChecks` and stop if any required check fails.
6
Write files: — Write each entry in `files` under `suggestedRootDir`, preserving paths and using `writeMode: "append"` when specified.
7
Follow next steps: — Review `compatibilityNotes`, run `verification` if present, and inform the user of any required actions.
8
Read kit documentation: — Guide the user to read the `kit.md` file in the written tree for workflow instructions.
search for Journey kitsinstall a Journey kitfind agent workflowsuse Journey registryinstall agent kitfind a kit for agent workflowinstall a workflow from Journeysearch journey kits for claude code