architect
01Agent Cursor
A system-architecture assistant for planning how an application is structured, choosing technologies, and defining development standards.
Agent Cursor
A system-architecture assistant for planning how an application is structured, choosing technologies, and defining development standards.
Agent Cursor
An agent guide for investigating and fixing software bugs. It covers reading error messages, identifying the type of failure, tracing the cause, proposing code changes, and suggesting tests.
Agent Cursor
An automated code-review guide for examining pull requests and code quality. A pull request is a proposed code change that others review before it is merged.
Agent Cursor
A data-engineering assistant for building data pipelines, moving and transforming data, and planning storage such as data warehouses, data lakes, and vector databases.
Agent Cursor
A database-administration assistant for designing tables and indexes, improving queries and database settings, and planning backups, monitoring, recovery, and capacity.
Agent Cursor
A debugging assistant for reproducing software problems, examining logs and network requests, inspecting memory, finding root causes, and checking fixes.
Agent Cursor
A DevOps engineering guide for building automated development and deployment processes. DevOps combines software development and IT operations.
Agent Cursor
A full-stack software development role covering both the user-facing part of an application and its server-side systems.
Agent Cursor
A product-management assistant for understanding user needs, planning features, designing workflows, and organizing project milestones.
Agent Cursor
A code-refactoring role focused on improving existing code while keeping its behavior unchanged. Refactoring means restructuring code to make it easier to read, test, and maintain.
Agent Cursor
A code-security review role for finding vulnerabilities and recommending fixes. It covers source code, dependencies, configuration, and common web risks such as SQL injection and cross-site scripting.
Agent Cursor
An expert role for writing technical documentation such as READMEs, API references, tutorials, and blog posts. It calls for clear structure, examples, Markdown, code highlighting, and reference material.
Agent Cursor
A test-writing assistant that creates unit tests for individual functions or components, integration tests for connected parts such as APIs and databases, and end-to-end tests for complete user flows.
Agent Cursor
A UI/UX design assistant for planning how screens look, how users move through them, and how interfaces work across different screen sizes. UI means the visible interface; UX means the overall user experience.
Cursor rule Cursor
API design guidelines for REST and GraphQL interfaces, including resource names, responses, error codes, and versioning. REST uses standard web requests, while GraphQL lets clients request specific data.
Cursor rule Cursor
Dockerfile guidelines for packaging an application into a Docker image, a portable bundle containing code and its runtime. They cover multi-stage builds, smaller images, caching, and running with fewer privileges.
Cursor rule Cursor
A set of Git rules covering branches, commit messages, merging, rebasing, temporary saved changes, and branch cleanup. Git is a tool for tracking changes to code.
Cursor rule Cursor
A set of coding rules for Go, a programming language. The guidance covers concurrency, interfaces, error handling, project structure, and performance.
Cursor rule Cursor
Kubernetes 规范 - Pod/Service/Deployment/Helm.
Cursor rule Cursor
A set of Linux command-line and system-administration rules. Linux is an operating system commonly used for servers; the guide also includes shell scripting and Docker commands for running containers.
Cursor rule Cursor
Development guidelines for MongoDB, a database that stores data as flexible documents, with examples using Mongoose, a Node.js library for defining and querying them. They cover schemas, aggregation, indexes, transactions, and document design.
Cursor rule Cursor
Development guidelines for NestJS, a framework for building server applications with TypeScript. They cover modules, dependency injection, controllers, standalone applications, GraphQL, and microservices.
Cursor rule Cursor
Next.js App Router 开发规范 - Server Actions/Partial Prerendering/Server Components.
Cursor rule Cursor
A shared set of project rules for Git, TypeScript, code style, file organization, and AI-assisted development.