rkawaishi

60 mods across 1 repository, 5 stars between them.

workato-dev-kit

03

rkawaishi/workato-dev-kit

Plugin Claude Code

Build Workato recipes, Workflow Apps, Genies and custom connectors with an AI coding agent. Adds the knowledge layer and the asset types the Workato Labs toolchain does not cover.

5 yesterday A tokens not measured original MIT

workato-builder

04

rkawaishi/workato-dev-kit

Agent

Generates Workato asset files (recipes, Workflow App pages/tables, Genie & MCP definitions, custom connector.rb) from a finalized design. Use to keep large generated files out of the main conversation's context. Dispatched by /create-recipe, /create-workflow-app, /create-genie, and /create-connector. Runs on Sonnet.

5 yesterday A 77 tokens original MIT

auto-learn

05

rkawaishi/workato-dev-kit

Skill Claude CodeCodex

Drive the Workato UI through Claude in Chrome and autonomously collect every operation's field info for one connector, appending the results to docs/connectors/ .md. Prefer autonomy over completeness — record uncertain cases and skip them rather than asking the user mid-run. Requires the Claude in Chrome extension and…

5 yesterday A 74 tokens original MIT

catalog

06

rkawaishi/workato-dev-kit

Skill Claude CodeCodex

Scan the organization's shared assets (Recipe Functions, connections) and catalog them. Referenced by /create-recipe. Japanese prompts are also supported.

5 yesterday A 29 tokens original MIT

create-connector

07

rkawaishi/workato-dev-kit

Skill Claude CodeCodex

Scaffold a Workato custom connector (Connector SDK) project and generate its connector.rb. Japanese prompts are also supported.

5 yesterday A 24 tokens original MIT

create-genie

08

rkawaishi/workato-dev-kit

Skill Claude CodeCodex

Interactively generate a Workato Genie (AI agent), its skills, and the supporting recipes. Japanese prompts are also supported.

5 yesterday A 25 tokens original MIT

create-recipe

09

rkawaishi/workato-dev-kit

Skill Claude CodeCodex

Generate Workato recipe JSON interactively. Pick a provider, trigger, and actions to produce a .recipe.json and a .connection.json. Japanese prompts are also supported.

5 yesterday B 34 tokens original MIT

create-workflow-app

10

rkawaishi/workato-dev-kit

Skill Claude CodeCodex

Build a Workato Workflow App (approval workflows, etc.). The only UI action is enabling the App. Everything else (Data Table, stages, pages, recipes) is generated as JSON and pushed. Japanese prompts are also supported.

5 yesterday A 46 tokens original MIT

learn-pattern

11

rkawaishi/workato-dev-kit

Skill Claude CodeCodex

Record or update recipe construction patterns in org/docs/patterns/recipe-patterns/. Workato experts use this to accumulate know-how that helps others. Japanese prompts are also supported.

5 yesterday A 38 tokens original MIT

learn-recipe

12

rkawaishi/workato-dev-kit

Skill Claude CodeCodex

Analyze recipe JSON and accumulate field info / pattern findings into the organization knowledge layer (org/docs/). Learn from pulled recipes to grow the org knowledge base. Japanese prompts are also supported.

5 yesterday A 37 tokens original MIT

onboard

13

rkawaishi/workato-dev-kit

Skill Claude CodeCodex

First-time onboarding for a workspace that already has Workato projects and custom connectors. Thin orchestrator that pulls every project and runs the existing learn / sync / catalog skills to bootstrap the org knowledge base. Japanese prompts are also supported.

5 yesterday A 46 tokens original MIT

pull-project

14

rkawaishi/workato-dev-kit

Skill Claude CodeCodex

Pull a project from the Workato remote. No argument pulls the current project; passing a name switches first and then pulls.

5 yesterday A 25 tokens original MIT

push-project

15

rkawaishi/workato-dev-kit

Skill Claude CodeCodex

Push local project changes to the Workato remote. Runs validation, pushes connections first, and guides the deploy end-to-end.

5 yesterday A 25 tokens original MIT

sync-connectors

16

rkawaishi/workato-dev-kit

Skill Claude CodeCodex

Collect connector metadata and update the docs. Pre-built connectors are fetched via the API and written to docs/connectors/; custom connectors are parsed from connector.rb and written to connectors/docs/. Japanese prompts are also supported.

5 yesterday A 49 tokens original MIT

validate-recipe

17

rkawaishi/workato-dev-kit

Skill Claude CodeCodex

Validate the structure of Workato recipe / Genie JSON and report issues. Takes a file path or a project name as argument.

5 yesterday A 25 tokens original MIT

rkawaishi/workato-dev-kit

Cursor rule

A convention for accumulating organization-specific knowledge separately from the kit's knowledge base (docs/). This guarantees that updating the kit does not lose or overwrite the organization's learning.

5 yesterday A 3 tokens original MIT

workato-cli

21

rkawaishi/workato-dev-kit

Cursor rule

Cursor rule "workato-cli" from rkawaishi/workato-dev-kit, covering workato cli tools, 1. platform cli (project management), 2. api helper (complements the cli), pushing a custom connector and first push.

5 yesterday C 0 tokens original MIT

rkawaishi/workato-dev-kit

Cursor rule

Cursor rule "workato-connector-sdk" from rkawaishi/workato-dev-kit, covering workato connector sdk (connector.rb), file structure, top-level structure of connector.rb, authorization types and required keys for an action.

5 yesterday A 0 tokens original MIT

rkawaishi/workato-dev-kit

Cursor rule

Push always targets dev. Promotion to test or prod must go through Workato's Deploy feature (UI or Recipe Lifecycle Management API).

5 yesterday A 0 tokens original MIT