Skip to main content
Run any Skill in Manus
with one click
GitHub repository

duraflows

duraflows contains 5 collected skills from camcima, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
5
Stars
2
updated
2026-05-01
Forks
0
Occupation coverage
2 occupation categories · 100% classified
repository explorer

Skills in this repository

duraflows-builder
software-developers

Builds complete duraflows workflow implementations from natural-language requirements. Use when the user asks to create, design, or scaffold a workflow, or says 'build me a workflow for X', 'I need a workflow that does Y', 'create a state machine for Z', or wants to model a business process with duraflows.

2026-05-01
duraflows-developer
software-developers

Provides domain expertise for developing durable workflows with @duraflows/core, @duraflows/pg, @duraflows/kysely, and @duraflows/nestjs. Use when writing, reviewing, or debugging code that imports duraflows packages, defines WorkflowDefinition objects, implements WorkflowCommand handlers, configures WorkflowModule, or works with workflow states, events, commands, timeouts, or onEnter chains.

2026-05-01
duraflows-reviewer
software-quality-assurance-analysts-and-testers

Code review checklist for duraflows workflow code. Use when reviewing pull requests, diffs, or code that defines WorkflowDefinition objects, implements WorkflowCommand handlers, configures WorkflowModule, or modifies workflow states, events, commands, or timeouts.

2026-05-01
duraflows-persistence-adapter
software-developers

Guides implementation of custom duraflows persistence adapters for Prisma, Drizzle, TypeORM, or other ORMs. Use when implementing WorkflowInstanceStore, WorkflowHistoryStore, or WorkflowTransactionRunner interfaces, or when the user wants to replace @duraflows/pg with a different database library.

2026-04-27
duraflows-tester
software-quality-assurance-analysts-and-testers

Provides testing patterns for duraflows workflows. Use when writing tests for WorkflowDefinition objects, WorkflowCommand handlers, workflow lifecycle, timeout processing, onEnter chains, or any code that imports from @duraflows/core, @duraflows/pg, or @duraflows/nestjs in test files.

2026-04-27