rune
Disciplined coding workflows: plan, test, review, secure, deploy
All Skills in This Repository (58)
Pure Emerald Level Indicatorsjournal
Track progress state and generate Markdown ADRs across sessions.
research
Search the web and analyze top results with cited sources.
session-bridge
Save and load session context to .rune/ files across AI coding sessions.
video-creator
Generate video production plans with scripts, storyboards, and shot lists.
design
Generate a domain-specific design system contract with color tokens and typography.
skill-forge
Create and edit Rune skills using a seven-phase TDD process.
doc-processor
Generate and parse PDF, DOCX, XLSX, PPTX, and CSV documents.
test
Generate failing tests before implementation across Jest, Vitest, and pytest.
brainstorm
Generate multiple distinct approaches with trade-offs using structured frameworks.
asset-creator
Generate SVG icons, logos, HTML banners, and social cards.
surgeon
Refactor a single code module incrementally using Strangler Fig patterns.
plan
Generate structured implementation plans with master overview and phase files.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core