Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

workflow-kotlin

workflow-kotlin contient 5 skills collectées depuis square, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
5
Stars
1.1k
mis à jour
2026-05-01
Forks
110
Couverture métier
2 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

extracting-ai-context
Développeurs de logiciels

Extracts and manages AI context (skills, AGENTS.md) from workflow-kotlin library JARs. Use when setting up AI tooling for a workflow-kotlin project, updating skills after a library version change, or configuring agent-specific directories.

2026-05-01
create-workflow
Développeurs de logiciels

Create Square Workflow classes (StatefulWorkflow or StatelessWorkflow). Use when creating workflows, implementing state machines, handling async operations with Workers, or when user mentions "new workflow", "workflow", "state machine", or "StatefulWorkflow".

2026-02-20
create-workflow
Développeurs de logiciels

Create Square Workflow classes (StatefulWorkflow or StatelessWorkflow). Use when creating workflows, implementing state machines, handling async operations with Workers, or when user mentions "new workflow", "workflow", "state machine", or "StatefulWorkflow".

2026-02-17
workflow-integration-testing
Analystes en assurance qualité des logiciels et testeurs

Write integration tests for Workflows using renderForTest and WorkflowTurbine. Use when testing full workflow runtime behavior, async operations, state changes over time, output emissions, multi-step user flows, or when user mentions "integration test", "renderForTest", or "WorkflowTurbine".

2026-02-09
workflow-testing
Analystes en assurance qualité des logiciels et testeurs

Write unit tests for StatefulWorkflow and StatelessWorkflow using testRender and RenderTester. Use for workflow unit testing, render testing, expectWorker, expectWorkflow, action verification, or WorkflowOutput assertions.

2026-02-09