Wrap a new backend endpoint in the TypeScript SDK (packages/sdk), or record it as skipped. Use when `just coverage` fails, or after adding an endpoint to a Rust service.
لغة النص الأصلي: الإنجليزية
القائمة
جمع SkillsMP عدد ١٥ من skills من macro-inc/macro. افتح أي skill لمراجعة مصدره وتفاصيله.
عرض ١٥ من أصل ١٥ skills مجمعة.
Wrap a new backend endpoint in the TypeScript SDK (packages/sdk), or record it as skipped. Use when `just coverage` fails, or after adding an endpoint to a Rust service.
لغة النص الأصلي: الإنجليزية
Debug local Rust services in this repository by starting the crate's binary with debug logging, tailing service logs, and using those logs to answer runtime questions. Use when Codex needs to investigate service startup, runtime behavior, errors, or logs for…
لغة النص الأصلي: الإنجليزية
Validate Rust work after substantial Rust code changes by running `just check`, `just clippy`, then `just format`. Use before the final response after a significant Rust implementation or cleanup task; batch edits first instead of running after every small…
لغة النص الأصلي: الإنجليزية
Enforce hexagonal architecture in the Rust backend. Use before modifying crates or Rust services, especially inbound axum/tool/listener adapters, domain services/ports, outbound adapters, authorization, permissions, database access, or external clients.
لغة النص الأصلي: الإنجليزية
Enforce hexagonal architecture in the Rust backend. Use before modifying crates/ or Rust services, especially inbound axum/tool/listener adapters, domain services/ports, outbound adapters, authorization, permissions, database access, or external clients.
لغة النص الأصلي: الإنجليزية
Build a new AI tool end-to-end — Rust implementation, toolset wiring, infra, schema generation, and frontend UI.
لغة النص الأصلي: الإنجليزية
Upgrade an AI chat model (fast or good) across backend and frontend.
لغة النص الأصلي: الإنجليزية
Upgrade an AI chat model (fast or good) across backend and frontend.
لغة النص الأصلي: الإنجليزية
Find all open Dependabot alerts for this repo and create a plan to resolve them using the appropriate package manager overrides (pnpm, bun, npm, cargo).
لغة النص الأصلي: الإنجليزية
Interact with the Mintlify REST API to manage deployments, trigger builds, and query documentation site metadata programmatically.
لغة النص الأصلي: الإنجليزية
Build and maintain documentation sites with Mintlify. Use when creating docs pages, configuring navigation, adding components, or setting up API references.
لغة النص الأصلي: الإنجليزية
Create SQLx migration files with `sqlx migrate add <name>`. Use when asked to add, create, or generate a sqlx/sqlx-cli database migration.
لغة النص الأصلي: الإنجليزية
Inspect Rust changes for SQLx queries. Use after modifying Rust code that adds or changes SQLx queries to ensure compile-time SQLx macros are used, run `just prepare_db` for offline query cache, and review queries for performance and security issues.
لغة النص الأصلي: الإنجليزية
Dump clean Postgres schema to a file and copy path to clipboard.
لغة النص الأصلي: الإنجليزية
Quality gate. 5 parallel agents review changes. All must pass.
لغة النص الأصلي: الإنجليزية