duroxide-python-orchestrations Skill
Writing durable workflows in Python using duroxide-python. Use when creating orchestrations, activities, writing tests, or when the user mentions generator workflows, yield patterns, or duroxide-python development. Published by microsoft in duroxide-python.
Decision snapshot
Is this a fit?
Data analysis, Writing, Includes SKILL.md, Reusable instructions
Compatibility not yet detected.
Permission behavior not yet detected.
Copy skill directory
3 months ago · MIT license
No specific cautions were detected. Review the source and requested permissions before installing.
What is duroxide-python-orchestrations Skill?
Writing durable workflows in Python using duroxide-python. Use when creating orchestrations, activities, writing tests, or when the user mentions generator workflows, yield patterns, or duroxide-python development. Published by microsoft in duroxide-python. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Data analysis
- Writing
- Data analysis use cases
- Writing use cases
Declared skill metadata
- Source file: .agents/skills/duroxide-python-orchestrations/SKILL.md
These fields retain source and confidence evidence from the indexed SKILL.md.
Compatibility and setup
- Install or run with Copy skill directory
When to use duroxide-python-orchestrations Skill
- Use it for data analysis.
- Use it for writing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/duroxide-python
- Skill file: .agents/skills/duroxide-python-orchestrations/SKILL.md
What it does
Writing durable workflows in Python using duroxide-python. Use when creating orchestrations, activities, writing tests, or when the user mentions generator workflows, yield patterns, or duroxide-python development.
Skill instructions
Duroxide-Python Orchestration Development Core Rule: Yield vs Regular Functions | Context | Syntax | Why | |---------|--------|-----| | Orchestrations | def + yield (generator) | Rust replay engine needs step-by-step control | | Activities | def (regular function) | Run once, result cached — no replay constraints | | Orchestration tracing | Direct call (no yield) | Fire-and-forget, delegates to Rust | python ✅ Orchestration: generator, yield for durable operations @runtime.registerorchestration("MyWorkflow") def myworkflow(ctx, input): ctx.traceinfo("starting") no yield result = yield ctx.scheduleactivity("Work", input) yield return result ✅ Activity: regular function for I/O @runtime.registeractivity("Work") def work(ctx, input): ctx.traceinfo(f"processing {input}") no yield data = requests.get(input["url"]).json() sync I/O return data Never use async def with yield for orchestrations — async generators break the replay model. Orchestration Context API Scheduling (MUST yield) python d
Verified compatibility and discovery
Frequently asked questions
What is duroxide-python-orchestrations?
duroxide-python-orchestrations is a open-source AI agent skill with Copy skill directory. Writing durable workflows in Python using duroxide-python. Use when creating orchestrations, activities, writing tests, or when the user mentions generator workflows, yield patterns, or.
Who is duroxide-python-orchestrations best for?
duroxide-python-orchestrations is best for reusing agent instructions, scripts, and references, data analysis workflows, writing workflows.
How do I install duroxide-python-orchestrations?
Install or run duroxide-python-orchestrations using Copy skill directory. Check duroxide-python-orchestrations for the latest setup command.
Is duroxide-python-orchestrations actively maintained?
duroxide-python-orchestrations may need a closer maintenance check before production use.
Project health auto-fetched from the source repository.
Maintain this resource?
Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.