用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tomevault-io/skills-registry --skill rpa-gen-rules命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | rpa-gen-rules |
| description | > Use when this capability is needed. |
Produce or update versioned instructions so the agent stays inside architecture, style, and BDD-style discipline (behavior specified in tests, tests before new behavior, full suite before calling work done).
architecture and implementation-order style files..cursor/rules/*.mdc (MDC, globs, alwaysApply, @ links).CLAUDE.md and .claude/rules/*.md with optional YAML paths: (memory).references/bdd-and-agents.md
BDD-oriented rules, Cursor vs Claude vs others, avoiding duplicate drifting copies.
references/cursor-examples/.cursor/rules/workflow.mdc
Feature and bugfix flow (red, green, all tests, linter, report). Adapt globs and @ links.
references/cursor-examples/.cursor/rules/testing.mdc
pytest naming, fixtures, commands.
Other files in references/cursor-examples/.cursor/rules/
architecture.mdc, code-style.mdc, implementation-order.mdc, api-layer.mdc, core-modules.mdc - templates from cursor-vibe-prompts. Replace placeholders with the real project.
references/claude-examples/.claude/
Example CLAUDE.md and modular rules/*.md with optional paths:.
Without asking for hand-written specs unless the repo has none:
README, docs/, ARCHITECTURE*, OpenAPI, pyproject.toml / package.json, CI.tests/ and linters (ruff.toml, pre-commit-config.yaml)..cursor/rules/ or .claude/rules/ when layouts split..cursor/rules/*.mdc)YAML front matter example:
---
description: Short label for this rule set
globs: path/glob/**/*.py
alwaysApply: true
---
# Title
Bullets and @references
@path/to/file.py
@docs/spec.md
Use alwaysApply: true for workflow and style that must always apply. Use alwaysApply: false or narrow globs for optional topics.
Docs: Cursor Rules.
CLAUDE.md, .claude/rules/)Keep CLAUDE.md short. Put layered architecture and BDD workflow in topic files under .claude/rules/. Confirm paths: behavior against your Claude Code version. CLAUDE.md overview.
| Topic | Contents |
|---|---|
workflow | BDD/TDD steps for features and bugs, final checks, pre-commit when used |
testing | pytest layout, naming, fixtures |
architecture | Layers, modules, allowed dependencies (supports layered cake) |
code-style | Formatter, types, comments language |
implementation-order | Explicit layer-by-layer order |
api-layer | If HTTP or RPC exists |
core-modules | Domain modules |
alwaysApply / paths / globs are set.Source: EvilFreelancer/rpa-skills — distributed by TomeVault.