EvilFreelancer

Rpa Skills — Productivity skill for Claude Code

Productivity community

Agent-skills marketplace for Claude Code, Codex and Cursor: RPA BDD workflow, Logika (Chelpanov formal logic), token-cost, MikroTik config generator.

How to install Rpa Skills

This entry records only its repository, not the path inside it, so there is no exact command to give. Open EvilFreelancer/rpa-skills and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Rpa Skills does

Agent-skills marketplace for Claude Code, Codex and Cursor: RPA BDD workflow, Logika (Chelpanov formal logic), token-cost, MikroTik config generator.

Alternatives in Productivity

  • Performance Optimization Skill — Systematic performance analysis and optimization for RTK CLI tool, focusing on startup time (<10ms), memory us 11.9k ★
  • Configure Claude HUD — FIRST: Use the Read tool to load ~/.claude/plugins/claude-hud/config.json if it exists 10.9k ★
  • Costs — Show cost breakdown by provider and workflow for the current session 2.8k ★

README

RPA Skills

[Pavel Rykov](https://t.me/evilfreelancer)'s **agent-skills marketplace** — a plugin catalog for AI agents in Claude Code, OpenAI Codex, Cursor, Kimi Code CLI, and so on. Connect the marketplace with one command and install any skill from it, or install every skill on its own.

Motivation: [notes on vibe coding](https://t.me/evilfreelancer/1485) and the prompt collection [cursor-vibe-prompts](https://github.com/EvilFreelancer/cursor-vibe-prompts) are packaged as **skills** so you do not paste the same long instructions into chat every time.

**This repository is the marketplace itself, not the skills.** Each skill lives in its own repository so it can be versioned, installed, and depended on independently. This repo keeps the catalog in two marketplace manifests — [`.claude-plugin/marketplace.json`](.claude-plugin/marketplace.json) for Claude Code and [`.agents/plugins/marketplace.json`](.agents/plugins/marketplace.json) for Codex — plus an [`install.sh`](install.sh) for folder-based agents like Cursor, the authoring guide ([`AGENTS.md`](AGENTS.md)), and the links below.

Skills

Skill Purpose
/rpa-init Warm up context on the repo: study code, docs and test code, set up the dev environment, run tests, write a short project report. No extra brief.
/rpa-gen-rules Create or refresh agent rules for Cursor (.cursor/rules/*.mdc), Claude Code (.claude/), and Codex (.codex/ hook bridge that auto-attaches Cursor rules by glob). Layered-cake architecture + BDD, with a mandatory Rules Sync step across agent trees. Rules and AGENTS.md are written in English unless you ask otherwise.
/rpa-feat Add a feature strictly by BDD: plan, tests (red), implementation (green), full run, docs and examples, linter at t