cursor-reference-architecture
0
总安装量
1
周安装量
安装命令
npx skills add https://github.com/jeremylongshore/claude-code-plugins-plus-skills --skill cursor-reference-architecture
Agent 安装分布
amp
1
opencode
1
kimi-cli
1
codex
1
github-copilot
1
gemini-cli
1
Skill 文档
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
- Choose project structure (feature-based or layer-based)
- Create comprehensive .cursorrules file
- Configure .cursorignore for indexing
- Set up workspace settings for team
- Document architecture decisions
- 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.