← all publishers

mayarid

@mayarid source repo

54 published skills

  1. Mayar V2 · mayarid bundle
    Use this skill when the user wants to integrate Mayar payments or billing into an application—hosted, embedded, or native checkout, payment links, invoices, memberships, subscriptions, credit wallets, licenses, QRIS, or webhooks—or operate their Mayar account from the terminal, including balance, products, customers, transactions, invoices, and webhook administration—or ask what Mayar is, what it does, which payment methods it accepts, or how its features, account setup, and business verification work.
    0
    installs
  2. Mayar · mayarid bundle
    Mayar API & CLI integration skill. - APP INTEGRATION: Use `mayar docs <topic>` to read REST API specs (endpoints, schemas), then write native HTTP requests (fetch/axios) in user app code. Do NOT run CLI inside backend scripts. - DIRECT SHELL / ADMIN TASKS: Use Mayar CLI commands directly (`mayar invoice list`, `mayar balance`, `mayar product create`, `mayar status`, etc.) for direct operational and testing tasks in terminal. Targets Mayar API v2. Node.js 18+.
    0
    installs
  3. Prd · mayarid
    Generate Product Requirements Document from feature intent/description
    0
    installs
  4. Auth · mayarid
    Setup authentication flow (register, login, session/JWT, middleware)
    0
    installs
  5. Testing · mayarid
    Generate test suite for existing code
    0
    installs
  6. Migration · mayarid
    Generate database migration, model update, and seed data
    0
    installs
  7. Gh · mayarid
    GitHub workflow automation with the gh CLI — pull requests, issues, releases, the REST/GraphQL API, and safe message escaping. Auth via GH_TOKEN (set in global settings, attached to the sandbox env).
    0
    installs
  8. Gateway API · mayarid
    Route API design/implementation tasks to the right library skill.
    0
    installs
  9. Glab · mayarid
    GitLab workflow automation with the glab CLI — merge requests, issues, CI, releases, and safe message escaping. Auth via GITLAB_TOKEN (set in global settings, attached to the sandbox env).
    0
    installs
  10. Scaffold API · mayarid
    Generate API endpoint with route, controller, validation, and tests
    0
    installs
  11. Gateway Deploy · mayarid
    Route deployment tasks to the right library skill. Detects intent and returns specific platform skill file paths to load.
    0
    installs
  12. Gateway Backend · mayarid
    Route backend tasks to the right library skill. Detects intent and returns specific skill file paths to load.
    0
    installs
  13. Gateway Testing · mayarid
    Route testing tasks to the right library skill. Covers unit, integration, e2e, coverage, and test quality.
    0
    installs
  14. Scaffold Deploy · mayarid
    Generate deployment configuration files (Dockerfile, vercel.json, wrangler.toml, etc.) based on target type.
    0
    installs
  15. Gateway Database · mayarid
    Route database tasks to the right library skill. Covers migrations, query optimization, ORM, transactions.
    0
    installs
  16. Gateway Frontend · mayarid
    Route frontend tasks to the right library skill. Detects React/Vue/CSS intent and returns specific skill file paths.
    0
    installs
  17. Documenting Release · mayarid
    Cross-reference diffs to update README, ARCHITECTURE, CHANGELOG.
    0
    installs
  18. Shaping Requirements · mayarid
    Iteratively define problem and solution shapes.
    0
    installs
  19. Orchestrating Feature · mayarid
    16-phase feature orchestration workflow. Runs in the main thread as Kernel Mode. Coordinates the Lead→Developer→Reviewer→TestLead→Tester assembly line.
    0
    installs
  20. Breadboarding Workflow · mayarid
    Map UI elements and code relationships (affordances).
    0
    installs
  21. Reviewing Architecture · mayarid
    Eng manager-mode plan review. Lock in the execution plan, data flow, diagrams, edge cases.
    0
    installs
  22. Iterating To Completion · mayarid
    Prevents premature exit and infinite loops. Three mechanisms: Completion Promises, Scratchpads, Loop Detection.
    0
    installs
  23. Input Validation · mayarid
    Validate and sanitize all API inputs. Zod schemas, error responses, security considerations.
    0
    installs
  24. Persisting Agent Outputs · mayarid
    Protocol for agents to write structured outputs that survive session resets and are findable by the orchestrator.
    0
    installs
  25. AWS Deployment · mayarid
    Deep knowledge about deploying applications to AWS (EC2, ECS, S3, CloudFront, Cloud Run).
    0
    installs
  26. Fly Deployment · mayarid
    Deep knowledge about deploying applications to Fly.io (MicroVMs, Docker).
    0
    installs
  27. GCP Deployment · mayarid
    Deep knowledge about deploying applications to Google Cloud Platform (Cloud Run, App Engine, Compute Engine).
    0
    installs
  28. Rate Limiting · mayarid
    Implement rate limiting on APIs. Per-IP, per-user, sliding window patterns. Express and framework-agnostic.
    0
    installs
  29. Brainstorm Feature Options · mayarid
    Used by the Lead agent during Phase 6 (Brainstorm) to collaboratively explore user intent, requirements, and alternative approaches before locking in the architecture. Helps turn raw ideas into fully formed specs through natural dialogue.
    0
    installs
  30. Reviewing Product Strategy · mayarid
    CEO/founder-mode plan review. Rethink the problem, find the 10-star product, challenge premises.
    0
    installs
  31. Dispatching Parallel Agents · mayarid
    Identify independent failures and spawn concurrent agents. Turns sequential N×time into 1×time.
    0
    installs
  32. Safe Migrations · mayarid
    Run database migrations safely in production. Zero-downtime strategies, rollback procedures, backward compatibility.
    0
    installs
  33. Vercel Deployment · mayarid
    Deep knowledge about deploying applications to Vercel (Next.js, static sites, edge functions).
    0
    installs
  34. Coolify Deployment · mayarid
    Deep knowledge about deploying applications to Coolify (self-hosted PaaS).
    0
    installs
  35. Netlify Deployment · mayarid
    Deep knowledge about deploying applications to Netlify (static sites, edge functions, serverless functions).
    0
    installs
  36. Railway Deployment · mayarid
    Deep knowledge about deploying applications to Railway (PaaS, Docker, Nixpacks).
    0
    installs
  37. Ssh Vps Deployment · mayarid
    Deep knowledge about deploying applications to Baremetal servers or Virtual Private Servers (VPS) using SSH, SCP, Rsync, and PM2/Systemd.
    0
    installs
  38. Auditing Security · mayarid
    Infrastructure-first security audit (OWASP, secrets, dependencies).
    0
    installs
  39. Fixing Flaky Tests · mayarid
    Diagnose and fix flaky tests. Covers race conditions, timing issues, test pollution, async leaks.
    0
    installs
  40. Developing With Tdd · mayarid
    Test-Driven Development for backend code. Red-Green-Refactor cycle with practical patterns.
    0
    installs
  41. Hardening Resilience · mayarid
    Evaluate error handling, i18n, text overflow, and edge cases.
    0
    installs
  42. Cloudflare Deployment · mayarid
    Deep knowledge about deploying applications to Cloudflare (Pages, Workers, Wrangler).
    0
    installs
  43. Kubernetes Deployment · mayarid
    Deep knowledge about deploying applications to Kubernetes clusters using kubectl, helm, and manifests.
    0
    installs
  44. Assessing Code Health · mayarid
    Run linters/typecheckers to calculate health score.
    0
    installs
  45. Unit Testing Patterns · mayarid
    Unit testing patterns for backend and frontend. AAA structure, effective mocking, test isolation.
    0
    installs
  46. Debugging React Hooks · mayarid
    Debug React hooks infinite loops, stale closures, and missing dependencies. Systematic approach.
    0
    installs
  47. Error Handling Patterns · mayarid
    Production-grade error handling for Node.js/TypeScript backends. Error classes, HTTP mapping, logging, retry strategies.
    0
    installs
  48. Persisting Progress Across Sessions · mayarid
    Resume an interrupted orchestration run across Claude Code sessions using MANIFEST.yaml
    0
    installs
  49. Debugging Systematically · mayarid
    Systematic debugging methodology. Reproduce → Isolate → Hypothesize → Verify → Fix → Confirm.
    0
    installs
  50. Docker Registry Deployment · mayarid
    Deep knowledge about building and pushing container images to Docker registries (DockerHub, GHCR, ECR, GCR).
    0
    installs
  51. Auditing Interface Quality · mayarid
    Comprehensive UI/UX compliance check (A11y, performance, responsive).
    0
    installs
  52. Implementing Frontend Design · mayarid
    Used by the Developer agent during Phase 8 (Implement) when building web components, pages, or UI features. Provides strict aesthetic guidelines to create distinctive, production-grade frontend interfaces that avoid generic 'AI slop' aesthetics.
    0
    installs
  53. Optimizing React Performance · mayarid
    React performance optimization. Identify unnecessary renders, apply memo/useCallback/useMemo correctly.
    0
    installs
  54. Reviewing Frontend Aesthetics · mayarid
    Used by the Reviewer agent during Phase 9 (DesignVerify) and Phase 11 (Quality) to evaluate frontend code. Assesses visual hierarchy, spacing consistency, accessibility, and detects formulaic 'AI slop' design patterns, providing actionable feedback to the Developer.
    0
    installs