pay_with_blik_code

Agent Skill for integrating BLIK payments into AI agent platforms. BLIK is a Polish mobile payment system that generates temporary 6-digit codes via banking apps. The skill guides an AI agent through the payment flow: summarizing order details, requesting a BLIK code from the user, submitting it, and verifying the transaction. Because BLIK codes are time-limited and single-use, they can be safely shared with AI agents without exposing payment credentials.

pg_playground

Playground for playing with PostgreSQL plugins and functionalities such as pg_cron, and pg_incremental. I try to integrate them with RailsEventStore to build projections and read models.

electric_playground

demo todo app utilizing electric-sql.com for realtime data synchronization. Utilizes:

  • traefik forwardauth middleware for authorization
  • rails as backend application
  • react, electric-sql/client package and daisyui for frontend.