# Cursor Reference Architecture

> Execute reference architecture patterns for Cursor IDE projects. Triggers on "cursor architecture", "cursor project structure", "cursor best practices", "cursor team setup". Use when working with cursor reference architecture functionality. Trigger with phrases like "cursor reference architecture", "cursor architecture", "cursor".

- Skill: `tools-only/cursor-reference-architecture` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds add tools-only/cursor-reference-architecture`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tools-only/cursor-reference-architecture/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT
- Author: tools-only (https://skillmd.com/u/tools-only)
- Updated: 2026-09-08
- Page: https://skillmd.com/skills/tools-only/cursor-reference-architecture

---


# Cursor Reference Architecture

## Overview

This skill provides reference architecture patterns for Cursor IDE projects. It covers project structure conventions, configuration file architecture, team workflows, monorepo patterns, and security considerations for enterprise-ready setups.

## Prerequisites

- Project with defined architecture patterns
- Understanding of project structure conventions
- Team alignment on coding standards
- Cursor IDE configured for team use

## Instructions

1. Choose project structure (feature-based or layer-based)
2. Create comprehensive .cursorrules file
3. Configure .cursorignore for indexing
4. Set up workspace settings for team
5. Document architecture decisions
6. Create onboarding documentation

## Output

- Well-organized project structure
- Comprehensive .cursorrules configuration
- Team-aligned configuration files
- Documented architecture patterns
- AI-friendly codebase

## Error Handling

See `{baseDir}/references/errors.md` for comprehensive error handling.

## Examples

See `{baseDir}/references/examples.md` for detailed examples.

## Resources

- [Cursor Architecture Guide](https://cursor.com/docs/architecture)
- [Project Structure Best Practices](https://cursor.com/docs/structure)
- [Team Configuration Guide](https://cursor.com/docs/teams)

