macro-inc
- 21 skills
- 0 followers
- 13 hours ago last updated
- ▌ Mintlify API · macro-incInteract with the Mintlify REST API to manage deployments, trigger builds, and query documentation site metadata programmatically.
- ▌ Mintlify · macro-incBuild and maintain documentation sites with Mintlify. Use when creating docs pages, configuring navigation, adding components, or setting up API references.
- ▌
- ▌
- ▌ Cloud Storage Hexagonal Architecture 2 · macro-incEnforce 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.
- ▌
- ▌ Run App · macro-incRun the Macro app on Cursor Cloud and pick up edits. Use when asked to run the app, open it in the browser, test a frontend or backend change, hot reload, or before touching stack.sh, rebuild.sh, frontend.sh, or just stack.
- ▌ Dependabot · macro-inc bundleFind all open Dependabot alerts for this repo and create a plan to resolve them using the appropriate package manager overrides (pnpm, bun, npm, cargo).
- ▌ Live Debug · macro-incDebug the running local stack with traces, logs, and a shared headless browser. Use when investigating a bug in a running service, tracing a request across services, reading service logs, reproducing a frontend issue, or writing/reviewing tracing instrumentation.
- ▌ Sqlx Migration · macro-incCreate SQLx migration files with `sqlx migrate add <name>`. Use when asked to add, create, or generate a sqlx/sqlx-cli database migration.
- ▌
- ▌ Release Sdk · macro-incPrepare or publish a patch release of @macro-inc/sdk in this repository. Use when asked to bump the SDK patch version or release it to npm.
- ▌ Rust Validation · macro-incValidate 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 change.
- ▌ Debug Service · macro-incDebug 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 a Rust binary in a crate.
- ▌
- ▌ Create AI Tool · macro-incBuild a new AI tool end-to-end — Rust implementation, toolset wiring, infra, schema generation, and frontend UI.
- ▌ Add Sdk Endpoint · macro-incWrap 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.
- ▌ Sqlx Query Validator · macro-incInspect 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.
- ▌ Define Feature Flag · macro-incDefine a frontend feature flag with `defineFlag` and wire its readers. Use when adding, suggesting, or changing a feature flag, PostHog flag, `ENABLE_*` env flag, `useFeatureFlag`, `isFeatureEnabled`, or `ShowFeatureFlag`.
- ▌ Cloud Storage Hexagonal Architecture · macro-incEnforce 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.
- ▌