Rune-kitRune-kitOfficialยท58 Agent Skills Included

rune

Disciplined coding workflows: plan, test, review, secure, deploy

Orchestrates full-cycle software work through 67 connected skills covering planning, TDD, code review, security gates, deployment, and legacy rescue. Eliminates skipped tests, unreviewed plans, hallucinated imports, and dead UI buttons that pass builds but do nothing. Enforces evidence-based verification and cross-session memory so every change ships tested, secure, and traceable.
npx skills add Rune-kit/rune --all -g -y
Available:

Instructs the agent to route every user intent (build, fix, test, deploy, review) to the correct skill in the mesh and enforce each skill's prerequisite gates before writing code.

All Skills in This Repository (58)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Rune?โ–ผ

Run `npx skills add Rune-kit/rune --all -g -y` in your terminal to install all skills globally.

What does Rune do for coding workflows?โ–ผ

It routes every request through structured skills: plan before code, tests before implementation, security and review gates before commit, and verification before deploy.

Does Rune work with Cursor, Codex, and other editors?โ–ผ

Yes. Its compiler emits native skill files for 13 platforms including Claude Code, Cursor, Windsurf, Codex, Copilot CLI, and Gemini CLI.

Can Rune refactor a messy legacy codebase safely?โ–ผ

Yes. The rescue workflow assesses code health, builds characterization tests as a safety net, then refactors one module per session with rollback points.

Do I need to configure each skill manually?โ–ผ

No. The built-in router detects your intent from plain English and invokes the right skill automatically, chaining prerequisites like scout, plan, and test as needed.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’