Cursor Rules banner
sparesparrow sparesparrow

Cursor Rules

AI community

Description

A library of rules for the Cursor IDE, providing organized instructions for the Agent Composer LLM backend.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Cursor Rules Repository

A comprehensive collection of Cursor IDE rules for developing AI-powered applications with a focus on agentic workflows, TypeScript development, and cognitive architectures.

Structure

The rules are organized in a hierarchical structure with clear categorization:

.cursor/rules/
├── core/                    # Core foundational rules
│   ├── base-agentic.mdc    # Agentic workflow patterns
│   └── base-devops.mdc     # AI-driven DevOps standards
│
├── framework/              # Framework-specific rules
│   ├── typescript.mdc      # TypeScript standards
│   └── mcp-typescript.mdc  # MCP-specific standards
│
├── domain/                 # Domain-specific rules
│   ├── composer-agent.mdc           # Composer agent standards
│   ├── composer-agent-instructions.mdc  # Agent instruction standards
│   ├── cognitive-architecture.mdc   # Cognitive architecture standards
│   ├── crewai-agent.mdc            # CrewAI agent standards
│   ├── solid-analyzer.mdc          # SOLID analysis standards
│   ├── mermaid-generator.mdc       # Mermaid generation standards
│   └── monitor-agents.mdc          # Monitoring agent standards
│
├── security/              # Security rules
│   └── security.mdc       # Universal security standards
│
└── patterns/              # Advanced patterns
    └── top5-inspirations.mdc  # Advanced workflow patterns

Rule Categories

  1. **Core Rules** (`core/`)

    • base-agentic.mdc: Foundational patterns for agentic workflows
    • base-devops.mdc: AI-driven DevOps pipeline standards
  2. **Framework Rules** (`framework/`)

    • typescript.mdc: TypeScript development standards
    • mcp-typescript.mdc: MCP-specific TypeScript standards
  3. **Domain Rules** (`domain/`)

    • composer-agent.mdc: AI composer agent standards
    • composer-agent-instructions.mdc: Agent instruction standards
    • cognitive-architecture.mdc: Cognitive architecture standards
    • crewai-agent.mdc: Standards for CrewAI agent development