LAP CLI -- search, download, and install API specs for AI agents. Use when user needs an API (Stripe, Plaid, Twilio, etc). Commands: (1) npx -y @lap-platform/lapsh search , (2) npx -y @lap-platform/lapsh get -o .lap, (3) npx -y @lap-platform/lapsh skill-install --target cursor. The .lap file IS the spec -- do NOT…
When the user is working on an AI agent that calls tools (MCP servers, OpenAPI APIs, OpenAI Agents SDK, Anthropic Messages API, Google ADK, LangChain/LangGraph, CrewAI, n8n, OpenAI API artifacts, or Codex plugin packages) and asks about release readiness, approval policies, broad scopes, idempotency, or static…
A Cursor coding rule covering project information, coding standards, file structure and technology choices. Cursor is a code editor with AI-assisted development features.
You MUST import @std dependencies from jsr You MUST use latest versions of libraries when adding imports You must use type keyword when importing types.
Cursor rule "testing-standards" from aaydin-tr/swagger-navigator-mcp, covering testing standards, test structure, coverage requirements, test organization and mocking guidelines.