v2.15.0 — 63 skills • second opinion • MIT

Less skills.
Deeper connections.

A mesh ecosystem for AI coding assistants. Skills call each other bidirectionally, forming resilient workflows that adapt when things go wrong.

Why a Mesh?

Most skill ecosystems are either too many isolated skills or rigid pipelines. Rune is neither.

Pipeline

A → B → C → D
       ✖ B fails = stuck

Linear. If one step fails, everything stops.

Hub-Spoke

A → HUB → C
    ✖ HUB fails = stuck

Central bottleneck. Single point of failure.

Mesh

A ↔ B ↔ C
↕       ↕
D ↔ E ↔ F
✔ B fails = A→D→E→C

Resilient. Skills route around failures automatically.

Measured, Not Claimed

10 coding tasks. Claude Code with Rune vs without. Same model, same prompts, real metrics.

↓ 16% Tokens
↓ 6% Cost
↓ 9% Duration
9/10 = 9/10 Correctness

Where discipline matters most

Task Difficulty Tokens Cost Duration Tools
Refactor 450-line component Medium -62% -17% -32% -27%
Full feature (auth + API + tests) Complex -36% -29% -31% -27%
Add Zod validation Easy -9% -28% -32% 0%
Dark mode across 6 components Hard ~0% +10% -7% -6%

Rune doesn't make Claude smarter — Claude already knows how to code.
Rune makes Claude disciplined. The more complex the task, the more discipline matters.

5-Layer Architecture

Each layer has a clear responsibility. Skills only call downward (with documented exceptions).

L0
Router 1 skill

Meta-enforcement. Routes every action to the correct skill.

L1
Orchestrators 5 skills

cook • team • launch • rescue • scaffold

L2
Workflow Hubs 27 skills

plan • debug • fix • test • review • sentinel • design • ba • docs • and 18 more

L3
Utilities 27 skills

research • problem-solver • verification • git • session-bridge • and 20 more

L4
Extension Packs 14 packs

Domain-specific: trading, SaaS, mobile, AI/ML, gamedev, Zalo, and 8 more

Key Workflows

Orchestrators coordinate the mesh into end-to-end workflows.

/rune cook

Build any feature with TDD discipline

0 RESUME — detect existing plans
1 UNDERSTAND — scout + ba
2 PLAN — master plan + phase files
3 TEST — failing tests first
4 IMPLEMENT — write code
5 QUALITY — preflight + sentinel + review
6 VERIFY — verification + hallucination-guard
7 COMMIT — semantic git commit

/rune rescue

Refactor legacy code safely

0 RECON — autopsy health score
1 SAFETY NET — characterization tests
2 SURGERY — 1 module per session
3 CLEANUP — remove legacy markers
4 VERIFY — before vs after score

/rune team

Parallel multi-agent execution

1 DECOMPOSE — DAG analysis
2 ASSIGN — worktree per stream
3 EXECUTE — parallel agents
4 MERGE — conflict resolution
5 VALIDATE — completion-gate

Built Different

Phase-Aware Execution

Master plan + phase files. One phase per session. Any model executes accurately. Resumes across sessions automatically.

Cognitive Bias Detection

12 biases checked before every analysis. Reversibility filter, pre-mortem, MECE decomposition. Structured reasoning, not gut feelings.

Cost Intelligence

Every skill auto-selects the optimal model. Haiku for scanning, Sonnet for code, Opus for architecture. ~$0.05-0.15 per feature.

Mesh Resilience

215+ connections. If debug fails, problem-solver takes over. If scout fails, research + docs-seeker route around. Max depth 8, max 2 visits.

🔒

Security Gates

sentinel (OWASP, secrets, deps) + sast (static analysis) + integrity-check (prompt injection detection). Gates, not suggestions.

🌐

Multi-Platform

Same 63 skills compile to Claude Code, Cursor, Windsurf, Antigravity, OpenAI Codex, OpenClaw, and generic. Zero knowledge loss across IDEs.

Get Started

Claude Code

Native Plugin

# Add marketplace (one-time)
claude plugin marketplace add rune-kit/rune

# Install plugin
claude plugin install rune

Full mesh: subagents, hooks, adaptive routing, analytics.

Cursor / Windsurf / Any IDE

Compiled Rules

npx @rune-kit/rune init

Auto-detects platform. Compiles all 63 skills to native rule format.

OpenClaw

ClawHub Registry

clawhub install rune-kit

63 skills as unified mesh package. Works with any OpenClaw agent.

Learn Rune

From first install to advanced mesh orchestration — everything in one place.

View Full Guide →

How the Mesh Works

Skills don't run in isolation. They call each other, forming resilient workflows that adapt when things go wrong.

FREE Core Mesh 63 skills • 215+ connections
L0
skill-router
L1
cook team scaffold launch rescue
L2
plan ba debug fix test review sentinel deploy +21 more
L3
scout research verification git docs +20 more
L4
@rune/ui @rune/backend @rune/saas @rune/mobile +10 packs
Example flow: cook → plan → test → debug → fix → test → review → sentinel → git
+57 new connections Pro skills plug into cook, team, ba, sentinel, git, research
PRO $49 Department Skills +35 skills • +57 connections into core
Product PRDs, roadmaps, KPIs, release comms
Sales Pipeline, outreach, account research
Data Science SQL exploration, dashboards, ML eval
Support Ticket triage, KB, escalation

Autopilot wraps cook in autonomous mode with stricter quality gates. Domain packs register as Called By ← cook — same orchestrator, no config needed.

+54 connections + 13 cross-tier Business calls Pro data: finance uses sales pipeline, legal uses product specs
BUSINESS $169 Enterprise Skills +26 skills • includes all Pro skills
Finance Budget from sales pipeline + product roadmap
Legal Compliance via product specs + support KB
HR Recruiting, onboarding, role design
Enterprise Search Cross-department knowledge from support KB + product docs

Business includes Pro because it depends on Pro data. Finance can’t forecast without sales pipeline. Legal can’t audit without product specs. That’s why they’re bundled.

Free is complete

The full development workflow — plan, build, test, review, deploy — runs entirely on Free. You never hit a paywall while coding.

Pro extends, not replaces

Pro skills plug into the existing mesh via cook and team. Same orchestrator, same quality gates, new department capabilities.

Business needs Pro

Finance pulls from sales pipeline. Legal checks product specs. Enterprise search indexes support KB. That’s 13 cross-tier connections — and why Business includes Pro.

Business Tier: Full Department Coverage

See what your AI assistant looks like when it understands every department — not just engineering.

rune status — Business
87 Total Skills
40 Signals
13 Cross-Tier
4 Orchestrators
FREE Core Engineering
cook • plan • test • review • sentinel • deploy • +55 more
PRO Product & Sales
ba-product • roadmap • kpi-tracker • outreach • pipeline-review
PRO Data & Support
sql-explorer • dashboard-gen • ml-eval • ticket-triage • kb-writer
BIZ Finance
budget-planner • forecast • expense-audit • revenue-model
BIZ Legal & Compliance
contract-review • compliance-check • policy-draft • risk-assess
BIZ HR & Enterprise Search
job-design • interview-prep • onboard-plan • cross-dept-search
Live Signal Flow
sales.pipeline.updated finance.forecast.triggered legal.compliance.check hr.hiring.plan.updated

4 Orchestrators

launch-product, quarterly-review, compliance-audit, customer-lifecycle — L1 orchestrators that coordinate entire business operations across departments.

Cross-Domain Signals

40 domain signals wire departments together. Sales data flows to finance. Product specs feed legal review. No manual context passing.

Org Governance

3 governance templates (startup, mid-size, enterprise) with teams, roles, approval flows, and sentinel enforcement levels.

87 Skills across
8 departments
~50h Saved per week
vs manual workflows
1 prompt Replaces 8–12
manual steps
<1 week ROI payback
at $169 lifetime

Business in Action

Real cross-department workflows that run with a single prompt.

📈
Quarterly Planning 4 departments • 1 prompt
> “Run quarterly planning for Q3 — pull revenue data, update forecasts, flag compliance risks, draft hiring plan”
Productroadmap.priorities Financeforecast.update Legalcompliance.review HRhiring.plan
Output Q3 plan with budget allocation, compliance sign-off, and 3 open headcount requests — ready for exec review.
🚨
Customer Escalation 5 departments • auto-triggered
> “Enterprise customer threatening churn — $240k ARR at risk. Escalate across all departments.”
Supportescalation.critical Salesaccount.review Legalcontract.review Financerevenue.impact Productfeature.priority
Output Retention playbook: contract concession options, feature fast-track timeline, revenue impact analysis, and exec talking points.
👥
New Hire Onboard 4 departments • 1 prompt
> “Onboard senior engineer starting Monday — setup contracts, payroll, equipment, team intro, 30-60-90 plan”
HRonboard.init Legalcontract.generate Financepayroll.setup Engineeringaccess.provision
Output Complete onboard package: signed contract, payroll configured, equipment ordered, Slack channels joined, 30-60-90 plan drafted.
Without Business
  1. Open spreadsheet, pull last quarter revenue
  2. Email finance for updated forecasts
  3. Slack legal about compliance deadlines
  4. Schedule meeting with HR for headcount
  5. Wait 2–3 days for responses
  6. Copy-paste data between 4 tools
  7. Manually check for conflicts
  8. Draft plan in Google Docs
  9. Send for review, wait for feedback
  10. Revise, re-send, repeat
~12 steps • 3–5 days • 4 tools
VS
With Business
> Run quarterly planning for Q3
  • Revenue data pulled automatically
  • Forecast updated via finance signals
  • Compliance risks flagged by legal
  • Headcount plan drafted by HR
  • Cross-department conflicts detected
  • Executive summary generated
1 prompt • 2 minutes • 0 context switches
PRO

Ship while you sleep.

Autopilot executes your plan phase by phase — self-reviewing, regression-checking, and committing. Stricter quality gates than manual mode, because no one’s watching.

cook Free
You approve each phase. You watch. You steer.
Plan → you approve
Phase 1 → you review
Phase 2 → you review
Phase 3 → you review
Ship → you verify
~2 hours of your attention
VS
autopilot Pro
Approve the plan once. Walk away. Come back to a report.
You approve plan This is the last thing you do
Phase 1 Build → self-review → regression check → commit
Phase 2 Build → self-review → cross-phase coherence → commit
Phase 3 Build → self-review → E2E gate → final review → commit
You read the report Completion report + per-phase commits ready
0 minutes of your attention

More quality gates, not fewer.

When no human is watching, autopilot compensates with stricter verification than manual mode.

Baseline snapshot
Captures test count, lint errors, coverage before each phase. Regressions are caught instantly.
Zero HIGH tolerance
cook lets you accept HIGH findings. Autopilot blocks them — no human judgment to rely on.
Cross-phase coherence
Checks naming drift, import resolution, dependency direction between phases. Per-phase reviews miss this.
Warn accumulation
Individual MEDIUMs are OK. 3+ across phases triggers a pause — systemic drift needs human eyes.
Final all-phase review
After all phases complete, reviews the full diff end-to-end. Catches architectural drift across the whole feature.
Crash-safe resume
Context runs out? Autopilot checkpoints and resumes next session. No work lost, no state forgotten.

cook gets the job done. autopilot gets it done while you sleep.

Included in Pro — $49 lifetime

Pick Your Pack

The full development mesh is free forever. Pro and Business add department-specific skills for teams that ship products.

Solo dev or open-source contributor? Free has everything you need. 63 core skills, 14 domain packs, all platforms.

Shipping a product with a team? Pro adds Product, Sales, Data Science, Support, and Growth Marketing workflows to your AI assistant.

🏢

Running a company? Business adds Finance, Legal, HR, and Enterprise Search on top of Pro.

MIT License

Rune

Free forever

Everything you need to build, test, deploy, and maintain software.

Best for: individual developers, open-source projects, learning AI-assisted coding.

  • 63 core skills (L0–L3)
  • 14 domain extension packs
  • 215+ mesh connections
  • 5-layer architecture
  • Multi-platform compiler (8 targets)
  • Phase-aware execution
  • Security gates (sentinel, sast)
  • Adaptive model routing
  • Session persistence
  • Context delegation (spawn-agent)
  • Community support
Get Started
Premium

Rune Pro

$49 lifetime

Business department skills that turn your AI assistant into a cross-functional teammate.

Best for: product teams, startups, SaaS companies shipping features to real users.

  • Everything in Free, plus:
  • Context Intelligence — real-time context window tracking. Claude knows when context is filling up, proactively saves decisions & progress before compact. Zero data loss across sessions
  • Autopilot — autonomous multi-session execution. Approve a plan, walk away. Self-reviews, self-commits, self-resumes across sessions
  • Product Management — PRDs, roadmaps, KPI tracking, release comms
  • Sales Enablement — account research, outreach sequences, pipeline review
  • Data Science — exploration, advanced SQL, dashboards, ML eval
  • Customer Support — ticket triage, knowledge base, escalation
  • Business memory layer — stakeholders, glossary, processes
  • All future Pro packs included

💰 14-Day Money-Back Guarantee — no questions asked

★ BEST VALUE

Rune Business

$169 lifetime

Full department coverage — every business function, one purchase.

What’s Included:

Rune Pro $49 value
  • Product Management, Sales, Data Science, Support, Growth Marketing
  • Business memory layer + MCP connectors
Rune Business $120 value
  • Finance Ops, Legal & Compliance, HR & Recruiting
  • Enterprise Search + Priority support
4 Orchestrators 40 Signals Governance Cross-Domain
  • All future Pro + Business packs included
  • Lifetime access — no subscriptions ever

💰 14-Day Money-Back Guarantee — no questions asked

Feature Comparison

Capability Free Pro $49 Business $169
Core dev skills (63)
Domain packs (14)
Multi-platform compiler
Security gates & SAST
Product Management
Sales Enablement
Data Science
Customer Support
Business memory layer
MCP connector templates
Finance Ops
Legal & Compliance
HR & Recruiting
Enterprise Search
Skill Forge (build custom skills)
Business-Exclusive
L1 Business Orchestrators (4)
Cross-domain signals (40)
Org governance templates (3)
Cross-department automation
Priority support

Free Extension Packs

14 domain-specific packs included with Rune. Install what you need.

@rune/uiFrontend
@rune/backendBackend
@rune/devopsDevOps
@rune/mobileMobile
@rune/securitySecurity
@rune/tradingFintech
@rune/saasSaaS
@rune/ecommerceE-commerce
@rune/ai-mlAI/ML
@rune/gamedevGames
@rune/contentContent
@rune/analyticsGrowth
@rune/chrome-extBrowser
@rune/zaloMessaging
0 Core Skills
0 Cross-References
0 Extension Packs
0 Platforms