Andromity loads skills from folders you trust. Install with andromity skill install cursor-rules-architect — autonomy and approval limits stay configurable per session.
Destination: Paste into any AI Agent (Cursor, Claude, Windsurf, AGY, Andromity)prompt mode
# Install the "Cursor Rules (.mdc) Architect" skill
You are installing an AgenticMarket skill into this workspace. Follow these steps exactly.
## 1. Detect your environment and choose the destination file
- Andromity: `.andromity/skills/cursor-rules-architect/SKILL.md` (or user scope `~/.andromity/skills/cursor-rules-architect/SKILL.md`)
- Antigravity / Gemini CLI: `.agent/skills/cursor-rules-architect/SKILL.md`
- Cursor: `.cursor/rules/cursor-rules-architect.mdc`
- Claude Code: append to `CLAUDE.md` (or `.claude/skills/cursor-rules-architect.md`)
- Windsurf: append to `.windsurfrules`
- Cline / Roo Code: `.clinerules/cursor-rules-architect.md`
- GitHub Copilot: append to `.github/copilot-instructions.md`
- ChatGPT / web only: paste the content into Custom Instructions
- Any other agent: save to `.agent/skills/cursor-rules-architect/SKILL.md`
## 2. Create the destination file
- Preserve every existing file and configuration entry.
- Create parent folders as needed.
- Never overwrite unrelated content.
## 3. Write exactly this content
```markdown
---
name: cursor-rules-architect
description: "Author precise, context-aware Cursor MDC rules with globs, clear triggers, and compact coding guidelines."
author: cursor
license: mit
version: 1.0.0
---
# Cursor Rules (.mdc) Architecture
Writing effective rules for Cursor:
- Place files in `.cursor/rules/<name>.mdc`.
- Use specific `globs` (e.g. `src/app/**/*.tsx`) to prevent unnecessary context consumption.
- Keep instructions direct, actionable, and focused on patterns rather than generic explanations.
```
## 4. Verify
- Confirm the file exists and is readable.
- Report the destination path and confirm the "Cursor Rules (.mdc) Architect" skill is installed and active.
Skill metadata:
- Slug: cursor-rules-architect
- Category: ai-agents
- License: mit
- Source: AgenticMarket