# Send AI Editor Rules to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "ai-editor-rules",
    "name": "AI Editor Rules",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/yinjin/ai-editor-rules",
    "canonicalUrl": "https://clawhub.ai/yinjin/ai-editor-rules",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/ai-editor-rules",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ai-editor-rules",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "references/agents-md.txt",
      "references/cursor-rules.txt",
      "references/windsurf-rules.txt",
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "ai-editor-rules",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T03:25:18.922Z",
      "expiresAt": "2026-05-06T03:25:18.922Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ai-editor-rules",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ai-editor-rules",
        "contentDisposition": "attachment; filename=\"ai-editor-rules-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "ai-editor-rules"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/ai-editor-rules"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/ai-editor-rules",
    "downloadUrl": "https://openagent3.xyz/downloads/ai-editor-rules",
    "agentUrl": "https://openagent3.xyz/skills/ai-editor-rules/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ai-editor-rules/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ai-editor-rules/agent.md"
  }
}
```
## Documentation

### AI Editor Rules 技能

为各种 AI 代码编辑器提供项目规则配置模板。

### 复制规则文件到项目

根据你使用的编辑器，复制对应文件到项目根目录：

your-project/
├── .cursorrules           # Cursor
├── .windsurfrules         # Windsurf
├── .claude/CLAUDE.md      # Claude Code
└── AGENTS.md

### # 通用 使用 crossrule 转换（推荐）

# 安装 crossrule
npm install -g crossrule

# 初始化项目
crossrule init

# 转换格式
crossrule convert --from cursor --to windsurf

### 支持的编辑器

编辑器规则文件位置Cursor.cursorrules项目根目录Claude CodeCLAUDE.md.claude/ 目录Windsurf.windsurfrules项目根目录Cline.clinerules项目根目录OpenCodeAGENTS.md项目根目录

### 1. 全栈 Web (React + Node.js)

技术栈：React 19, TypeScript, Node.js, PostgreSQL, Prisma
适合：Web 应用开发

### 2. 移动端 (React Native)

技术栈：React Native, Expo, TypeScript, Zustand
适合：iOS/Android 应用

### 3. Vue3 + SpringBoot3 + MySQL8

技术栈：Vue 3, TypeScript, Vite, Spring Boot, MySQL
适合：Java 全栈开发

### 4. Python 后端 (FastAPI)

技术栈：Python 3.12, FastAPI, SQLAlchemy, PostgreSQL
适合：API 开发

### 自定义模板

复制模板后，根据你的项目修改：

技术栈 - 更新框架和库版本
代码风格 - 调整命名规范
项目结构 - 适配你的目录
约束规则 - 添加特定领域规则

### Always (始终生效)

应用于所有代码：

alwaysApply: true

### Pattern (模式匹配)

特定文件类型：

globs:
  - "*.tsx"
  - "*.jsx"

### Manual (手动触发)

需要明确调用：

trigger: manual

### 验证规则

使用对应编辑器的命令验证：

# Cursor
cursor --rule-check

# Claude Code
claude --verify-rules

### 更新日志

v1.0.0: 初始版本，包含 4 种技术栈模板
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: yinjin
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T03:25:18.922Z
- Expires at: 2026-05-06T03:25:18.922Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/ai-editor-rules)
- [Send to Agent page](https://openagent3.xyz/skills/ai-editor-rules/agent)
- [JSON manifest](https://openagent3.xyz/skills/ai-editor-rules/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/ai-editor-rules/agent.md)
- [Download page](https://openagent3.xyz/downloads/ai-editor-rules)