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

temporal-plugin

temporal-plugin contient 14 skills collectées depuis j-plugins, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
14
Stars
2
mis à jour
2026-04-16
Forks
0
Couverture métier
2 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

intellij-plugin-dev
Développeurs de logiciels

Develop IntelliJ Platform plugins (IDEA / PhpStorm / etc.) following the official JetBrains SDK guidelines. Use when the user asks to add an extension point, service, action, listener, inspection, index, tool window, notification, run configuration, or any other platform-level plugin feature. This is the general platform skill — for this project's specific conventions also consult /kotlin-dev.

2026-04-16
kotlin-dev
Développeurs de logiciels

Write new Kotlin code for this IntelliJ Platform plugin following the project's common/languages architecture, Extension Point pattern, and performance/naming rules. Use whenever the user asks to "add a Kotlin class", "implement an inspection", "add an action", "create a service", "write a completion provider", or any new plugin-side feature.

2026-04-16
kotlin-test
Analystes en assurance qualité des logiciels et testeurs

Write JUnit 4 + IntelliJ Platform Test Framework tests in Kotlin for this plugin (inspections, indexes, endpoint providers, EP implementations, PSI helpers, run configs). Use when the user asks to "add a test", "write a test", "cover X with tests", or "bootstrap the test suite".

2026-04-16
temporal-activity
Développeurs de logiciels

Scaffold an official Temporal PHP Activity (interface + implementation) using

2026-04-16
temporal-child-workflow
Développeurs de logiciels

Scaffold invocation of a child Temporal workflow from a parent workflow using ChildWorkflowOptions. Use when the user asks to "call a child workflow", "invoke child workflow", or "start child workflow".

2026-04-16
temporal-query
Développeurs de logiciels

Add a

2026-04-16
temporal-saga
Développeurs de logiciels

Scaffold a Temporal Saga compensation pattern inside a PHP workflow using the official \Temporal\Internal\Workflow\ActivityProxy / Saga helper. Use when the user asks for "saga", "compensation", or "rollback pattern".

2026-04-16
temporal-schedule
Développeurs de logiciels

Scaffold a Temporal Schedule (cron-like recurring workflow) using ScheduleClient and ScheduleSpec. Use when the user asks to "schedule a workflow", "cron workflow", or "recurring workflow".

2026-04-16
temporal-signal
Développeurs de logiciels

Add a

2026-04-16
temporal-starter
Développeurs de logiciels

Scaffold a Temporal PHP client starter that creates a WorkflowClient and kicks off a workflow run. Use when the user asks to "start a workflow", "create a client", or "add workflow starter".

2026-04-16
temporal-test
Analystes en assurance qualité des logiciels et testeurs

Scaffold a PHPUnit test for a Temporal workflow or activity using the temporal/sdk testing helpers. Use when the user asks to "test a workflow", "test an activity", or "add temporal test".

2026-04-16
temporal-update
Développeurs de logiciels

Add a

2026-04-16
temporal-worker
Développeurs de logiciels

Scaffold a Temporal PHP worker bootstrap (worker.php) that registers workflows and activities with a WorkerFactory. Use when the user asks to "create a worker", "set up temporal worker", or "add worker bootstrap".

2026-04-16
temporal-workflow
Développeurs de logiciels

Scaffold an official Temporal PHP Workflow (interface + implementation) following the Temporal PHP SDK conventions recognized by the temporal-plugin. Use when the user asks to "create a workflow", "new Temporal workflow", "add workflow class", etc.

2026-04-16