Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agent Skills RU

Open Russian-language AI agent skills for Codex, Claude Code, Cursor, Windsurf, Cline, Roo Code, Gemini CLI, GitHub Copilot, and ChatGPT custom assistants.

This repository is built as a reusable skill pack, not a single-purpose prompt dump. The canonical source of every skill lives in skills/<skill-name>/; agent-specific wrappers live in adapters/<agent>/<skill-name>/.

Skills

Skill Purpose Languages Status
ru-legal-contract-review Russian-law contract review, offers, policies, personal-data and Roskomnadzor compliance RU/EN Ready

Featured Skill: Russian Legal Contract Review

ru-legal-contract-review helps AI agents review Russian-law contracts and legal/compliance documents with a practical checklist:

  • ГК РФ contract risks: subject matter, price, acceptance, unilateral refusal, penalties, liability, disputes.
  • Personal data and Roskomnadzor: 152-ФЗ, 149-ФЗ, 242-ФЗ, localization, cross-border transfer, operator/processor roles.
  • SaaS, marketplace, service agreements, NDA, license agreements, offers, privacy policies, consent texts.
  • Current-law gate: the agent must verify актуальная редакция before giving current legal conclusions.

It is designed for legal risk triage and drafting support. It is not a substitute for a licensed lawyer's final advice.

Repository Layout

agent-skills-ru/
├── skills/
│   └── ru-legal-contract-review/
│       ├── SKILL.md
│       └── references/
│           ├── checklists.md
│           └── sources.md
├── adapters/
│   ├── codex/
│   ├── claude/
│   ├── cursor/
│   ├── windsurf/
│   ├── cline/
│   ├── roo-code/
│   ├── gemini-cli/
│   ├── github-copilot/
│   └── chatgpt/
├── catalog/
│   └── skills.json
└── docs/
    └── ADDING_SKILLS.md

Install

Codex

mkdir -p ~/.codex/skills
cp -R skills/ru-legal-contract-review ~/.codex/skills/

Restart Codex after installing a new skill.

Claude Code

mkdir -p ~/.claude/skills
cp -R skills/ru-legal-contract-review ~/.claude/skills/

Restart Claude Code after installing a new skill.

Cursor, Windsurf, Cline, Roo Code, Gemini CLI, Copilot, ChatGPT

Use the matching adapter under adapters/<agent>/ru-legal-contract-review/. These adapters are concise rules/custom-instruction files derived from the canonical skill.

SEO Keywords

Russian legal AI skill, AI contract review Russia, Russian law agent skill, ГК РФ AI review, 152-ФЗ AI compliance, Roskomnadzor AI checklist, personal data Russia AI, агент для юриста, юридический AI ассистент, Codex skills, Claude skills, Cursor rules, Cline rules, Roo Code rules, Gemini CLI instructions, GitHub Copilot instructions.

License

MIT. See LICENSE.

About

Russian AI agent skills for legal, compliance, business, product and engineering workflows

Topics

Resources

Stars

4 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors