Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/tomevault-io/skills-registry --skill rpa-gen-rules명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| 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.