Favicon of pg-durable-sql

pg-durable-sql Skill

AI Agent SkillDatabasesRustOpen source

Generate correct pgdurable SQL code for durable function workflows. USE WHEN: writing pgdurable DSL, creating durable functions, using df.start(), composing ~ |= & | ? ! @ operators, building ETL pipelines, loops, parallel joins, race conditions, conditional branching, HTTP requests, signals, cron scheduling, or variab Published by microsoft in pg_durable.

Decision snapshot

Is this a fit?

Best for

Database workflows, Writing, Includes SKILL.md, Reusable instructions

Works with

Compatibility not yet detected.

Access

Permission behavior not yet detected.

Setup

Copy skill directory

Project health

2 months ago · NOASSERTION license

Considerations

No specific cautions were detected. Review the source and requested permissions before installing.

What is pg-durable-sql Skill?

Generate correct pgdurable SQL code for durable function workflows. USE WHEN: writing pgdurable DSL, creating durable functions, using df.start(), composing ~ |= & | ? ! @ operators, building ETL pipelines, loops, parallel joins, race conditions, conditional branching, HTTP requests, signals, cron scheduling, or variab Published by microsoft in pg_durable. 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.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
85/100

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
  • Database workflows
  • Writing
  • Database workflows use cases
  • Writing use cases

Declared skill metadata

  • Source file: .agents/skills/pg-durable-sql/SKILL.md

These fields retain source and confidence evidence from the indexed SKILL.md.

Compatibility and setup

Copy skill directory
  • Install or run with Copy skill directory

When to use pg-durable-sql Skill

  • Use it for database workflows.
  • Use it for writing.

Built with

RustCopy skill directory

Editorial notes

Source

  • Creator: microsoft
  • Repository: microsoft/pg_durable
  • Skill file: .agents/skills/pg-durable-sql/SKILL.md

What it does

Generate correct pgdurable SQL code for durable function workflows. USE WHEN: writing pgdurable DSL, creating durable functions, using df.start(), composing ~ |= & | ? ! @ operators, building ETL pipelines, loops, parallel joins, race conditions, conditional branching, HTTP requests, signals, cron scheduling, or variab

Skill instructions

pgdurable SQL Generation Generate correct, idiomatic pgdurable durable function SQL using the df. schema functions and operators. Critical Rules 1. All DSL expressions are TEXT. Operators and functions return JSON-encoded TEXT strings representing a function graph. Only df.start() actually executes anything. 2. SQL strings are auto-wrapped. Plain SQL strings like 'SELECT 1' are automatically converted to SQL nodes — you do NOT need df.sql(). 3. Single-quote escaping. Each DSL node is itself a single-quoted SQL string, so any single quotes inside it must be doubled. To filter status = 'pending', write the whole node as 'SELECT FROM orders WHERE status = ''pending''' (note the doubled quotes around pending and the closing '''). 4. Operators are SQL-level custom operators. They work on TEXT operands. Parentheses control grouping. 5. df.setvar() must be called BEFORE df.start(). Variables are captured at start time and are immutable during execution. 6. Two variable syntaxes: {varname} for

Verified compatibility and discovery

Frequently asked questions

What is pg-durable-sql?

pg-durable-sql is a open-source AI agent skill with Copy skill directory. Generate correct pgdurable SQL code for durable function workflows. USE WHEN: writing pgdurable DSL, creating durable functions, using df.start(), composing ~ |= & | ? !

Who is pg-durable-sql best for?

pg-durable-sql is best for reusing agent instructions, scripts, and references, database workflows, writing workflows.

How do I install pg-durable-sql?

Install or run pg-durable-sql using Copy skill directory. Check pg-durable-sql for the latest setup command.

Is pg-durable-sql actively maintained?

pg-durable-sql may need a closer maintenance check before production use.

Share:

Stars
2,572
Forks
67
Last commit
2 months ago
Last verified
Not yet verified
Metadata fetched
Jul 25, 2026
Repository age
7 months
License
NOASSERTION

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.

Alternatives to pg-durable-sql