Marketplace

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".

allowed_tools: Read, Write, Edit, Bash(cmd:*)

$ Instalar

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills /tmp/claude-code-plugins-plus-skills && cp -r /tmp/claude-code-plugins-plus-skills/plugins/saas-packs/cursor-pack/skills/cursor-reference-architecture ~/.claude/skills/claude-code-plugins-plus-skills

// tip: Run this command in your terminal to install the skill


name: "cursor-reference-architecture" description: | 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". allowed-tools: "Read, Write, Edit, Bash(cmd:*)" version: 1.0.0 license: MIT author: "Jeremy Longshore jeremy@intentsolutions.io"

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