use-context7
01Cursor rule
Use Context7 MCP to fetch up-to-date documentation when unsure about library APIs, syntax, or behavior instead of guessing from training data.
457 tagged llm, measured the same way as everything else here.
Browse within: typescript 41knowledge-graph 33python 30plugin 29RAG 26rules 25agent-infrastructure 22search 22agentic-workflow 20cultivation 20game 20Autonomous Agents 19gpt 18fastapi 17
Cursor rule
Use Context7 MCP to fetch up-to-date documentation when unsure about library APIs, syntax, or behavior instead of guessing from training data.
Cursor rule
Always-on MemPalace recall — search the palace before answering about past work, people, projects, or prior decisions.
Cursor rule
When the user asks about past work, prior decisions, people, projects, or events that may be filed in MemPalace, call mempalacesearch (or mempalacekgquery for relational or time-bound facts) before answering from model memory. Return stored content verbatim; never guess when the palace might know.
Cursor rule Cursor
../../.agents/rules/base.md.
Cursor rule Cursor
AGENTS.md.
Cursor rule Cursor
SWE-agent takes a GitHub issue and tries to automatically fix it, using your LM of choice. It can also be employed for offensive cybersecurity or competitive coding challenges. [NeurIPS 2024].
Cursor rule Cursor
SWE-agent implements an AI software engineering agent that uses language models to fix github issues. Here's what you need to know about the project structure.
Cursor rule Cursor
Kortix is a React Native + Expo app built with TypeScript, NativeWind (Tailwind CSS), and a custom design system.
Cursor rule Cursor
Always reference the python code in the docs e.g. ModelSettings should link to [ModelSettings][pydanticai.settings.ModelSettings].
The-Pocket/PocketFlow-Tutorial-Codebase-Knowledge
Cursor rule Cursor
Cursor rule "cursorrules" from The-Pocket/PocketFlow-Tutorial-Codebase-Knowledge, covering agentic coding: humans design, agents code!, agentic coding steps, example llm project file structure, pocket flow and core abstraction.
Cursor rule Cursor
ALWAYS read the AGENTS.md in the root of the repository and apply the instructions to the current task.
Cursor rule Cursor
When to run tests — full suite only before PR submission, targeted tests during development.
Cursor rule Cursor
Monke is Airweave's end-to-end testing framework for source connectors. It creates real test data in external systems, triggers syncs, and verifies data appears correctly in the search index.
Cursor rule Cursor
The search module (@search/) implements a modular, pipeline-based architecture with composable operations. It aims to maintain search quality and flexibility.
Cursor rule Cursor
A source connector in Airweave is a Python module that extracts data from an external service and transforms it into searchable entities. This guide covers everything you need to build a production-ready connector.
Cursor rule Cursor
All tasks related to updating frontend components, CSS, and general styling.
Cursor rule Cursor
No need to run the app. It's already up. i.e. no bun dev or bun run build.
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 guide for developing reusable software components, including their categories, file structure, code separation, and development process. Components are self-contained pieces of an interface or application.
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.
Cursor rule Cursor
A Cursor rule named backend-rules covering backend development, project structure, technology choices, runtime environment, and main process. Cursor is a coding editor with rules that guide how an agent works in a project.
Cursor rule Cursor
A frontend development rule that points to existing Vue pages and components as examples. It refers to chat, notebook, and button files in the project.
Cursor rule Cursor
A project-structure rule for the MathModelAgent application. It describes the main directories, core functions, and the steps users follow.
conorbronsdon/avoid-ai-writing
Cursor rule
Audit and rewrite content to remove AI writing patterns ("AI-isms"). Activate whenever editing prose-heavy files (Markdown, documentation, blog posts, READMEs, release notes, emails). Cursor port of the avoid-ai-writing skill v3.28.0. See https://github.com/conorbronsdon/avoid-ai-writing.