mayarid
- 54 skills
- 0 followers
- 19 hours ago last updated
- ▌ Mayar V2 · mayarid bundleUse 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.
- ▌ Mayar · mayarid bundleMayar 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+.
- ▌
- ▌
- ▌
- ▌
- ▌ Gh · mayaridGitHub 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).
- ▌
- ▌ Glab · mayaridGitLab 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).
- ▌
- ▌ Gateway Deploy · mayaridRoute deployment tasks to the right library skill. Detects intent and returns specific platform skill file paths to load.
- ▌ Gateway Backend · mayaridRoute backend tasks to the right library skill. Detects intent and returns specific skill file paths to load.
- ▌ Gateway Testing · mayaridRoute testing tasks to the right library skill. Covers unit, integration, e2e, coverage, and test quality.
- ▌ Scaffold Deploy · mayaridGenerate deployment configuration files (Dockerfile, vercel.json, wrangler.toml, etc.) based on target type.
- ▌ Gateway Database · mayaridRoute database tasks to the right library skill. Covers migrations, query optimization, ORM, transactions.
- ▌ Gateway Frontend · mayaridRoute frontend tasks to the right library skill. Detects React/Vue/CSS intent and returns specific skill file paths.
- ▌
- ▌
- ▌ Orchestrating Feature · mayarid16-phase feature orchestration workflow. Runs in the main thread as Kernel Mode. Coordinates the Lead→Developer→Reviewer→TestLead→Tester assembly line.
- ▌
- ▌ Reviewing Architecture · mayaridEng manager-mode plan review. Lock in the execution plan, data flow, diagrams, edge cases.
- ▌ Iterating To Completion · mayaridPrevents premature exit and infinite loops. Three mechanisms: Completion Promises, Scratchpads, Loop Detection.
- ▌ Input Validation · mayaridValidate and sanitize all API inputs. Zod schemas, error responses, security considerations.
- ▌ Persisting Agent Outputs · mayaridProtocol for agents to write structured outputs that survive session resets and are findable by the orchestrator.
- ▌ AWS Deployment · mayaridDeep knowledge about deploying applications to AWS (EC2, ECS, S3, CloudFront, Cloud Run).
- ▌
- ▌ GCP Deployment · mayaridDeep knowledge about deploying applications to Google Cloud Platform (Cloud Run, App Engine, Compute Engine).
- ▌ Rate Limiting · mayaridImplement rate limiting on APIs. Per-IP, per-user, sliding window patterns. Express and framework-agnostic.
- ▌ Brainstorm Feature Options · mayaridUsed 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.
- ▌ Reviewing Product Strategy · mayaridCEO/founder-mode plan review. Rethink the problem, find the 10-star product, challenge premises.
- ▌ Dispatching Parallel Agents · mayaridIdentify independent failures and spawn concurrent agents. Turns sequential N×time into 1×time.
- ▌ Safe Migrations · mayaridRun database migrations safely in production. Zero-downtime strategies, rollback procedures, backward compatibility.
- ▌ Vercel Deployment · mayaridDeep knowledge about deploying applications to Vercel (Next.js, static sites, edge functions).
- ▌ Coolify Deployment · mayaridDeep knowledge about deploying applications to Coolify (self-hosted PaaS).
- ▌ Netlify Deployment · mayaridDeep knowledge about deploying applications to Netlify (static sites, edge functions, serverless functions).
- ▌ Railway Deployment · mayaridDeep knowledge about deploying applications to Railway (PaaS, Docker, Nixpacks).
- ▌ Ssh Vps Deployment · mayaridDeep knowledge about deploying applications to Baremetal servers or Virtual Private Servers (VPS) using SSH, SCP, Rsync, and PM2/Systemd.
- ▌
- ▌ Fixing Flaky Tests · mayaridDiagnose and fix flaky tests. Covers race conditions, timing issues, test pollution, async leaks.
- ▌ Developing With Tdd · mayaridTest-Driven Development for backend code. Red-Green-Refactor cycle with practical patterns.
- ▌
- ▌ Cloudflare Deployment · mayaridDeep knowledge about deploying applications to Cloudflare (Pages, Workers, Wrangler).
- ▌ Kubernetes Deployment · mayaridDeep knowledge about deploying applications to Kubernetes clusters using kubectl, helm, and manifests.
- ▌
- ▌ Unit Testing Patterns · mayaridUnit testing patterns for backend and frontend. AAA structure, effective mocking, test isolation.
- ▌ Debugging React Hooks · mayaridDebug React hooks infinite loops, stale closures, and missing dependencies. Systematic approach.
- ▌ Error Handling Patterns · mayaridProduction-grade error handling for Node.js/TypeScript backends. Error classes, HTTP mapping, logging, retry strategies.
- ▌ Persisting Progress Across Sessions · mayaridResume an interrupted orchestration run across Claude Code sessions using MANIFEST.yaml
- ▌ Debugging Systematically · mayaridSystematic debugging methodology. Reproduce → Isolate → Hypothesize → Verify → Fix → Confirm.
- ▌ Docker Registry Deployment · mayaridDeep knowledge about building and pushing container images to Docker registries (DockerHub, GHCR, ECR, GCR).
- ▌ Auditing Interface Quality · mayaridComprehensive UI/UX compliance check (A11y, performance, responsive).
- ▌ Implementing Frontend Design · mayaridUsed 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.
- ▌ Optimizing React Performance · mayaridReact performance optimization. Identify unnecessary renders, apply memo/useCallback/useMemo correctly.
- ▌ Reviewing Frontend Aesthetics · mayaridUsed 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.