Why Use This
This skill provides specialized capabilities for jeremylongshore's codebase.
Use Cases
- Developing new features in the jeremylongshore repository
- Refactoring existing code to follow jeremylongshore standards
- Understanding and working with jeremylongshore's codebase structure
Skill Snapshot
Auto scan of skill assets. Informational only.
Valid SKILL.md
Checks against SKILL.md specification
Source & Community
Updated At Jan 11, 2026, 10:30 PM
Skill Stats
SKILL.md 55 Lines
Total Files 1
Total Size 0 B
License MIT
---
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 <[email protected]>"
---
# 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)