Cursor rule Cursor
Every newly created or newly JSX-bearing component in @truefoundry/trueforge-ui MUST be host-overridable through the slots system. Do not hard-import leaf UI into layouts/containers when a slot exists (or should exist).
Cursor rules (.mdc), plus the MCP servers Cursor can attach. 80,582 indexed, measured the same four ways as everything else here.
Cursor rule Cursor
Every newly created or newly JSX-bearing component in @truefoundry/trueforge-ui MUST be host-overridable through the slots system. Do not hard-import leaf UI into layouts/containers when a slot exists (or should exist).
MCP server Claude CodeCodexCursor +2
Lets the agent drive a real browser: open pages, click, type, take screenshots and read the accessibility tree, using Playwright. Runs locally from the @playwright/mcp npm package.
MCP server Claude CodeCodexCursor +2
Sentry's hosted MCP server: lets the agent search and read issues, errors and traces. Remote server at mcp.sentry.dev.
Cursor rule Cursor
A maintenance guide for interfaces built with Ant Design, a React component library, and antd-style, its styling companion. The description only says it applies to existing components.
Cursor rule Cursor
A set of standards for designing, calling, and handling errors from application programming interfaces, or APIs. The input marks these standards as high priority.
Cursor rule Cursor
A set of rules for making interfaces adapt to phones and other screen sizes. Responsive design changes layout and sizing so a site remains usable on different devices.
MCP server Claude CodeCodexCursor +2
MCP server "Coral" as configured in withcoral/coral. Launched with coral mcp-stdio.
mock-server/mockserver-monorepo
MCP server Claude CodeCodexCursor +2
MCP server "mockserver" as configured in mock-server/mockserver-monorepo. Runs in Docker (docker.io/mockserver/mockserver:7.6.0).
MCP server Claude CodeCodexCursor +2
Exa's hosted MCP server: neural web search and page content for the agent. Remote server at mcp.exa.ai.
MCP server Claude CodeCodexCursor +2
Lets the agent drive a real browser: open pages, click, type, take screenshots and read the accessibility tree, using Playwright. Runs locally from the @playwright/mcp npm package.
Cursor rule Cursor
CLAUDE.md.
MCP server Claude CodeCodexCursor +2
MCP server "zep" as configured in getzep/zep. Launched with /path/to/zep-mcp-server. Needs 1 environment variable to run.
MCP server Claude CodeCodexCursor +2
A Model Context Protocol server for Zotero. Runs locally from the zotero-mcp-server Python package. Needs 5 environment variables to run.
MCP server Claude CodeCodexCursor +2
MCP server "runtimeproof", hosted remotely at runtime-mcp-server, as configured in harbor-framework/harbor.
Cursor rule Cursor
When preparing a git commit or a PR always check these steps.
Cursor rule Cursor
Global Rule. This rule should ALWAYS be loaded.
Cursor rule Cursor
This is the vibe-tools repo. Here we build a cli tool that AI agents can use to execute commands and work with other AI agents.
MCP server Claude CodeCodexCursor +2
Local-first web intelligence MCP server for AI coding agents. Runs locally from the wigolo npm package. Needs 1 environment variable to run.
MCP server Claude CodeCodexCursor +2
Lets the agent drive a real browser: open pages, click, type, take screenshots and read the accessibility tree, using Playwright. Runs locally from the @playwright/mcp npm package.
Cursor rule Cursor
Database-specific features must be implemented in the specialized adapter only. Base adapters (postgres, mysql, etc.) must remain database-agnostic.
Cursor rule Cursor
Follow this loop on every development task in this repository. For full conventions, architecture, and examples, see @.github/copilot-instructions.md (source of truth). This rule distills the workflow; do not duplicate that document.
Cursor rule Cursor
Git commit safety — commits are human-only; AI suggests, never executes.
Skill Claude CodeCodexCursor
Guides writing and reviewing pREST Docker/network integration tests under integration/ so each request is human-readable via step comments or table-driven descriptions. Use when adding or editing integration//test.go, HTTP controller E2E coverage, make test-integration, test-integration-postgres…
Skill Claude CodeCodexCursor
Guides classifying, gap-analyzing, and scaffolding support for a new SQL database in pREST (wire-compatible variants like TimescaleDB or new dialects). Use when adding database support, creating integration/ /, DIFFERENCES.md, adapters/ , per-DB docker-compose or GitHub workflows, or planning where config/app wiring…