Warm up context on a repository: study code, docs and test code, set up the dev environment the project expects, run tests, write a short project report. No extra user brief required.
Warm up context on a repository: study code, read documentation and test code, set up the dev environment the project expects, run tests, write a short report about the project. No extra brief from the user is required.
/rpa-init or asks to onboard / understand a codebase.| File | Role |
|---|---|
SKILL.md | Metadata and full workflow |
This skill is distributed through the rpa-skills catalog (a Claude Code plugin marketplace), and also installs as a plain skill folder (Cursor, OpenAI Codex, Kimi Code CLI, and others).
As a plugin (Claude Code) — add the catalog once, then install this skill from it:
/plugin marketplace add EvilFreelancer/rpa-skills
/plugin install rpa-init@rpa-skills
As a plain skill folder — copy or symlink this repository into a skill root (its SKILL.md lives at the repo root):
| Tool | Path |
|---|---|
| Claude Code | ~/.claude/skills/rpa-init/ |
| Cursor | ~/.cursor/skills/rpa-init/ |
| OpenAI Codex | ~/.codex/skills/rpa-init/ |
| Kimi Code CLI | ~/.kimi/skills/rpa-init/ |
The directory name must match the name field in SKILL.md.
/rpa-init in agent chat.@ context — attach the skill folder or SKILL.md to ground the message in these instructions.description in SKILL.md.Part of rpa-skills — Pavel Rykov's agent-skills collection (see notes on vibe coding).
Packaged from the prompt collection cursor-vibe-prompts — the same vibe-coding workflow, turned into a reusable skill.
Licensed under the MIT License — see LICENSE.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Classical formal logic from G. Chelpanov's textbook: concepts, judgments, syllogisms, induction, fallacies, laws of thought. Two text modes — logical review (logika:review, analysis-only report) and argument fixing (rewrite with corrected logic) — plus solving logic textbook problems. Russian-language references distilled from the source book.
Estimate the floor (self-) cost of a self-hosted LLM token: electricity + hardware amortization. Measures power (nvidia-smi) and tok/s on the server, asks for tariff and hardware cost, prints cost per 1M input/output tokens. Not the market API price.
Create or refresh agent project rules (Cursor .cursor/rules/*.mdc, Claude Code CLAUDE.md and .claude/rules). Layered-cake architecture + BDD-style delivery, with a mandatory Rules Sync step that mirrors changes across every agent's rule tree.
Add a feature strictly by BDD: plan, failing tests (red), implementation (green), full test run, docs and examples, linter/pre-commit at the end. Requires a clear feature description.
Fix a bug with a reproduction test first, then the fix, then the full test suite, then a short report. Requires a clear bug description (expected vs actual, how to reproduce).
npx claudepluginhub evilfreelancer/rpa-skills --plugin rpa-initOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Lazy senior dev mode. Forces the simplest, shortest solution that actually works: YAGNI, stdlib first, no unrequested abstractions.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Matt Pocock's agent skills for real engineering — grilling, spec/ticket flows, TDD, code review, domain modelling and more. Plug-and-play, not vibe coding.