resend
49MCP server Claude CodeCodexCursor +2
MCP server "resend", hosted remotely at mcp.resend.com, as configured in moasq/agentic-ship.
MCP server Claude CodeCodexCursor +2
MCP server "resend", hosted remotely at mcp.resend.com, as configured in moasq/agentic-ship.
MCP server Claude CodeCodexCursor +2
MCP server "posthog", hosted remotely at mcp.posthog.com, as configured in moasq/agentic-ship.
MCP server Claude CodeCodexCursor +2
Linear's hosted MCP server: lets the agent read and update issues, projects and cycles. Remote server at mcp.linear.app.
MCP server Claude CodeCodexCursor +2
A high-level API to automate web browsers. Runs locally from the playwright npm package.
MCP server Claude CodeCodexCursor +2
MCP server "agentic-ship" as configured in moasq/agentic-ship. Runs scripts/mcp-server.mjs with node.
Instructions file CodexOpenCode
Instructions for moasq/agentic-ship, covering agentic ship, stack, commands, skills and agents.
Instructions file
Instructions for moasq/agentic-ship, a project described as: Open-source toolkit for shipping real products with coding agents: durable product contracts, cross-host skills, resumable service connections, and deterministic verification gates.
Agent Codex
Scans the project for App Store Review rejection patterns and generates a comprehensive preflight report. Checks metadata, subscriptions, privacy, design guidelines, entitlements, and health/fitness-specific rules. Use before submitting to the App Store.
Agent Codex
Validates project compliance with AppTheme, MVVM architecture, forbidden patterns, and file structure rules. Use after completing features or before reviews.
Agent Codex
Handles App Store Connect operations for an iOS app: metadata, TestFlight, review submission, signing, build upload, screenshots, localization, app records, and asc CLI workflows. Does not manage RevenueCat catalog state or app feature code.
Agent Codex
Coordinates iOS subscription and IAP work across App Store Connect, RevenueCat, and local metadata. Use for product catalog changes, pricing strategy, trials, intro offers, localization, and ASC to RevenueCat drift.
Agent Codex
Finds dead code, redundancy, oversized files, and unused imports in Swift. Use for codebase cleanup or after large refactors.
Agent Codex
Investigates and fixes runtime crashes detected by smoke walker tests. Reads test failure output, harvests crash logs, symbolicates backtraces, applies fix, reruns failing test, and updates the error ledger.
Agent Codex
Investigates and fixes unresolved build errors from .agents/errors/errors.md. Reads error context, searches for root cause, applies fix, verifies build, and updates the error ledger with resolution details.
Agent Codex
Scans Swift source and xcstrings catalogs for unlocalized user-facing strings, missing locale values, RTL issues, and formatting mistakes before App Store submission.
Agent Codex
Handles RevenueCat-only work for an iOS app: products, entitlements, offerings, packages, SDK keys, customer debugging, and dashboard/API verification. Does not touch App Store Connect or Swift feature code.
Agent Codex
Analyzes resolved errors from .agents/errors/errors.md and updates rules or skills to prevent recurrence. Checks existing coverage before proposing changes. Never creates new rules — patches holes in existing ones.
Agent Codex
Audits iOS app for security vulnerabilities: HealthKit PHI exposure, credential storage, entitlement misuse, Info.plist validation. Use before releases or security reviews.
Agent Codex
Runs Xcode build, analyzes errors and warnings, validates screenshots. Use to verify build health.
Skill Claude CodeCodex
Use when implementing or auditing accessibility. Covers VoiceOver labels, Dynamic Type, Reduce Motion, color contrast, focus management.
Skill Claude CodeCodex
Use when implementing or debugging animations. Covers containment, modifier order, GPU transforms, timing curves, transitions, phase/keyframe.
Skill Claude CodeCodex
Use when preparing an iOS app for App Store review, responding to an Apple rejection, or auditing metadata, subscriptions, privacy manifests, entitlements, age rating, screenshots, TestFlight, IAP, pricing, review info, or design compliance. Runs asc validate commands plus local rejection-rule checks.
Skill Claude CodeCodex
Use when authenticating to Apple Developer Portal, checking Apple auth status, creating App Store Connect API credentials, or running portal operations that need Apple ID, 2FA, certificates, profiles, bundle IDs, or ASC setup.
Skill Claude CodeCodex
Use when implementing Apple Sign-In. Covers entitlement setup, AuthenticationServices framework, SwiftUI SignInWithAppleButton, and credential state checking.