Skip to content

Add pgflow-docs agent skill and documentation API endpoint#618

Open
jumski wants to merge 1 commit intomainfrom
agent-skills
Open

Add pgflow-docs agent skill and documentation API endpoint#618
jumski wants to merge 1 commit intomainfrom
agent-skills

Conversation

@jumski
Copy link
Contributor

@jumski jumski commented Mar 23, 2026

This pull request adds a new agent skill for accessing pgflow documentation and creates a dynamic table of contents endpoint.

New pgflow-docs agent skill:

  • Adds a skill that provides on-demand access to pgflow documentation via curl commands
  • Designed for use when working with pgflow workflows, Supabase integration, or understanding flow concepts

Dynamic documentation table of contents:

  • Creates /toc.md endpoint that generates a structured markdown table of contents
  • Organizes documentation by topics (Get Started, Build, Deploy, Concepts, Reference, Tutorials, Comparisons) with configurable ordering
  • Implements content prioritization by filtering out niche/advanced topics into a separate section
  • Uses micromatch for pattern-based filtering of deprioritized content like manual installation, connection troubleshooting, and queue worker documentation
  • Provides direct links to raw markdown files for each documentation page
  • Includes descriptions and maintains sidebar ordering within each topic section

Dependencies:

  • Adds micromatch library and its TypeScript definitions for glob pattern matching functionality

@changeset-bot
Copy link

changeset-bot bot commented Mar 23, 2026

⚠️ No Changeset found

Latest commit: cc74199

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor Author

jumski commented Mar 23, 2026

This stack of pull requests is managed by Graphite. Learn more about stacking.

@nx-cloud
Copy link

nx-cloud bot commented Mar 23, 2026

View your CI Pipeline Execution ↗ for commit cc74199

Command Status Duration Result
nx run edge-worker:test:integration ✅ Succeeded 4m 13s View ↗
nx affected -t verify-exports --base=origin/mai... ✅ Succeeded 3s View ↗
nx affected -t build --configuration=production... ✅ Succeeded 3s View ↗
nx affected -t lint typecheck test --parallel -... ✅ Succeeded 2m 37s View ↗
nx run client:e2e ✅ Succeeded 1m 18s View ↗
nx run edge-worker:e2e ✅ Succeeded 53s View ↗
nx run cli:e2e ✅ Succeeded 7s View ↗
nx run core:pgtap ✅ Succeeded 1s View ↗

☁️ Nx Cloud last updated this comment at 2026-03-23 09:03:44 UTC

@github-actions
Copy link
Contributor

🔍 Preview Deployment: Website

Deployment successful!

🔗 Preview URL: https://pr-618.pgflow.pages.dev

📝 Details:

  • Branch: agent-skills
  • Commit: 5bd3ce439319183c64e22b0b4f8a9516813ccef6
  • View Logs

_Last updated: _

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant