@rune-kit/rune 2.3.0 → 2.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +395 -389
- package/compiler/__tests__/tier-override.test.js +158 -0
- package/compiler/adapters/antigravity.js +3 -8
- package/compiler/adapters/codex.js +3 -8
- package/compiler/adapters/cursor.js +3 -8
- package/compiler/adapters/generic.js +3 -8
- package/compiler/adapters/openclaw.js +4 -9
- package/compiler/adapters/opencode.js +3 -8
- package/compiler/adapters/windsurf.js +3 -8
- package/compiler/bin/rune.js +34 -1
- package/compiler/emitter.js +94 -5
- package/compiler/transforms/branding.js +10 -3
- package/docs/ARCHITECTURE.md +3 -3
- package/docs/VISION.md +3 -3
- package/docs/guides/index.html +14 -14
- package/docs/index.html +7 -7
- package/docs/skills/index.html +832 -832
- package/extensions/ai-ml/PACK.md +7 -0
- package/extensions/content/PACK.md +7 -0
- package/extensions/mobile/PACK.md +9 -9
- package/extensions/zalo/PACK.md +9 -0
- package/package.json +2 -2
- package/skills/audit/SKILL.md +526 -529
- package/skills/ba/SKILL.md +349 -351
- package/skills/completion-gate/SKILL.md +260 -263
- package/skills/context-engine/SKILL.md +0 -6
- package/skills/cook/SKILL.md +2 -11
- package/skills/debug/SKILL.md +392 -394
- package/skills/deploy/references/post-deploy-integration.md +192 -0
- package/skills/fix/SKILL.md +281 -282
- package/skills/onboard/SKILL.md +0 -4
- package/skills/plan/references/completeness-scoring.md +0 -1
- package/skills/plan/references/outcome-block.md +0 -1
- package/skills/plan/references/workflow-registry.md +0 -1
- package/skills/preflight/SKILL.md +360 -365
- package/skills/rescue/SKILL.md +1 -0
- package/skills/research/SKILL.md +149 -150
- package/skills/review/SKILL.md +489 -495
- package/skills/sentinel/SKILL.md +0 -11
- package/skills/sentinel/references/destructive-commands.md +0 -1
- package/skills/sentinel/references/skill-content-guard.md +0 -1
- package/skills/session-bridge/SKILL.md +0 -4
- package/skills/skill-router/{SKILL.md → skill.md} +446 -397
- package/skills/team/SKILL.md +1 -2
- package/skills/test/SKILL.md +585 -593
- package/skills/watchdog/references/webhook-health-checks.md +243 -0
package/docs/guides/index.html
CHANGED
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
<meta charset="UTF-8">
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
6
|
<title>Rune Guides — From Install to Production</title>
|
|
7
|
-
<meta name="description" content="Complete guide to using Rune — the
|
|
7
|
+
<meta name="description" content="Complete guide to using Rune — the 59-skill mesh for AI coding assistants. Install, configure, and master every workflow.">
|
|
8
8
|
<meta property="og:title" content="Rune Guides — From Install to Production">
|
|
9
|
-
<meta property="og:description" content="Learn how to use Rune's
|
|
9
|
+
<meta property="og:description" content="Learn how to use Rune's 59-skill mesh to supercharge your AI coding assistant.">
|
|
10
10
|
<meta property="og:type" content="website">
|
|
11
11
|
<meta property="og:url" content="https://rune-kit.github.io/rune/guides/">
|
|
12
12
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
@@ -559,7 +559,7 @@
|
|
|
559
559
|
<h2 id="what-is-rune">What is Rune?</h2>
|
|
560
560
|
|
|
561
561
|
<p>
|
|
562
|
-
<strong>Rune is a
|
|
562
|
+
<strong>Rune is a 59-skill mesh ecosystem</strong> for AI coding assistants. Instead of giving your AI one prompt at a time,
|
|
563
563
|
Rune gives it structured workflows where skills call each other automatically.
|
|
564
564
|
</p>
|
|
565
565
|
|
|
@@ -614,7 +614,7 @@
|
|
|
614
614
|
|
|
615
615
|
<span class="comment"># Verify it's loaded</span>
|
|
616
616
|
<span class="cmd">claude</span>
|
|
617
|
-
<span class="output">
|
|
617
|
+
<span class="output"> 59 skills loaded from rune</span></div>
|
|
618
618
|
<button class="copy-btn" data-copy="claude plugin marketplace add rune-kit/rune && claude plugin install rune">Copy</button>
|
|
619
619
|
</div>
|
|
620
620
|
<div class="callout callout-tip">
|
|
@@ -624,14 +624,14 @@
|
|
|
624
624
|
</div>
|
|
625
625
|
|
|
626
626
|
<div class="tab-panel" id="install-cursor">
|
|
627
|
-
<p>Cursor uses <code>.mdc</code> rule files. Rune compiles all
|
|
627
|
+
<p>Cursor uses <code>.mdc</code> rule files. Rune compiles all 59 skills into Cursor's format.</p>
|
|
628
628
|
<div class="code-wrapper">
|
|
629
629
|
<div class="code-block"><span class="comment"># In your project directory</span>
|
|
630
630
|
<span class="cmd">npx --yes @rune-kit/rune init <span class="flag">--platform cursor</span></span>
|
|
631
631
|
|
|
632
632
|
<span class="output"> → Detected: cursor</span>
|
|
633
633
|
<span class="output"> ✓ Created rune.config.json</span>
|
|
634
|
-
<span class="output"> ✓ Built
|
|
634
|
+
<span class="output"> ✓ Built 59 skills + 14 extensions to .cursor/rules/</span></div>
|
|
635
635
|
<button class="copy-btn" data-copy="npx --yes @rune-kit/rune init --platform cursor">Copy</button>
|
|
636
636
|
</div>
|
|
637
637
|
<p>Skills are compiled into <code>.cursor/rules/</code>. Cursor picks them up automatically.</p>
|
|
@@ -642,7 +642,7 @@
|
|
|
642
642
|
<div class="code-wrapper">
|
|
643
643
|
<div class="code-block"><span class="cmd">npx --yes @rune-kit/rune init <span class="flag">--platform windsurf</span></span>
|
|
644
644
|
|
|
645
|
-
<span class="output"> ✓ Built
|
|
645
|
+
<span class="output"> ✓ Built 59 skills + 14 extensions to .windsurf/rules/</span></div>
|
|
646
646
|
<button class="copy-btn" data-copy="npx --yes @rune-kit/rune init --platform windsurf">Copy</button>
|
|
647
647
|
</div>
|
|
648
648
|
</div>
|
|
@@ -652,7 +652,7 @@
|
|
|
652
652
|
<div class="code-wrapper">
|
|
653
653
|
<div class="code-block"><span class="cmd">npx --yes @rune-kit/rune init <span class="flag">--platform antigravity</span></span>
|
|
654
654
|
|
|
655
|
-
<span class="output"> ✓ Built
|
|
655
|
+
<span class="output"> ✓ Built 59 skills + 14 extensions to .agent/rules/</span></div>
|
|
656
656
|
<button class="copy-btn" data-copy="npx --yes @rune-kit/rune init --platform antigravity">Copy</button>
|
|
657
657
|
</div>
|
|
658
658
|
<div class="callout callout-info">
|
|
@@ -667,7 +667,7 @@
|
|
|
667
667
|
<div class="code-wrapper">
|
|
668
668
|
<div class="code-block"><span class="cmd">clawhub install rune-kit</span>
|
|
669
669
|
|
|
670
|
-
<span class="comment"># All
|
|
670
|
+
<span class="comment"># All 59 skills installed as one mesh package</span>
|
|
671
671
|
<span class="comment"># Works with any OpenClaw-compatible agent</span></div>
|
|
672
672
|
<button class="copy-btn" data-copy="clawhub install rune-kit">Copy</button>
|
|
673
673
|
</div>
|
|
@@ -748,7 +748,7 @@
|
|
|
748
748
|
</div>
|
|
749
749
|
|
|
750
750
|
<p>
|
|
751
|
-
200+ connections between
|
|
751
|
+
200+ connections between 59 skills. When <code>debug</code> can't find the cause,
|
|
752
752
|
it escalates to <code>problem-solver</code>. When <code>cook</code> hits a wall 3 times,
|
|
753
753
|
it pivots to <code>brainstorm</code>. When <code>sentinel</code> finds a vulnerability,
|
|
754
754
|
it blocks the commit. The mesh is self-healing.
|
|
@@ -1050,7 +1050,7 @@
|
|
|
1050
1050
|
<span class="output"> ├── rune-fix/SKILL.md</span>
|
|
1051
1051
|
<span class="output"> ├── rune-plan/SKILL.md</span>
|
|
1052
1052
|
<span class="output"> ├── rune-test/SKILL.md</span>
|
|
1053
|
-
<span class="output"> └── ... (
|
|
1053
|
+
<span class="output"> └── ... (59 skills total)</span></div>
|
|
1054
1054
|
</div>
|
|
1055
1055
|
|
|
1056
1056
|
<p>
|
|
@@ -1109,7 +1109,7 @@
|
|
|
1109
1109
|
<div class="code-wrapper">
|
|
1110
1110
|
<div class="code-block"><span class="cmd">clawhub install rune-kit</span>
|
|
1111
1111
|
|
|
1112
|
-
<span class="comment"># All
|
|
1112
|
+
<span class="comment"># All 59 skills + 14 extension packs as one mesh package</span>
|
|
1113
1113
|
<span class="comment"># Slug: rune-kit on clawhub.ai</span></div>
|
|
1114
1114
|
</div>
|
|
1115
1115
|
|
|
@@ -1119,7 +1119,7 @@
|
|
|
1119
1119
|
</div>
|
|
1120
1120
|
|
|
1121
1121
|
<div class="callout callout-info">
|
|
1122
|
-
<strong>All platforms get the same
|
|
1122
|
+
<strong>All platforms get the same 59 skills.</strong> The compiler handles format differences.
|
|
1123
1123
|
Cross-references, tool names, and model hints are adapted per platform.
|
|
1124
1124
|
</div>
|
|
1125
1125
|
|
|
@@ -1256,7 +1256,7 @@
|
|
|
1256
1256
|
|
|
1257
1257
|
<h3>Is Rune free?</h3>
|
|
1258
1258
|
<p>
|
|
1259
|
-
Yes. The full
|
|
1259
|
+
Yes. The full 59-skill mesh + 14 extension packs are <strong>free forever, MIT license</strong>.
|
|
1260
1260
|
<a href="../#pricing">Rune Pro</a> ($49 lifetime) adds business department skills (Product, Sales, Data Science).
|
|
1261
1261
|
</p>
|
|
1262
1262
|
|
package/docs/index.html
CHANGED
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
<meta charset="UTF-8">
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
6
|
<title>Rune — Less skills. Deeper connections.</title>
|
|
7
|
-
<meta name="description" content="
|
|
7
|
+
<meta name="description" content="59-skill mesh ecosystem for AI coding assistants. Works on Claude Code, Cursor, Windsurf, and any AI IDE.">
|
|
8
8
|
<meta property="og:title" content="Rune — AI Skill Mesh">
|
|
9
|
-
<meta property="og:description" content="
|
|
9
|
+
<meta property="og:description" content="59 skills, 200+ mesh connections, 8 platforms. From idea to production.">
|
|
10
10
|
<meta property="og:image" content="https://raw.githubusercontent.com/rune-kit/rune/master/assets/banner.svg">
|
|
11
11
|
<meta property="og:type" content="website">
|
|
12
12
|
<meta property="og:url" content="https://rune-kit.github.io/rune">
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
<canvas id="mesh-canvas"></canvas>
|
|
63
63
|
</div>
|
|
64
64
|
<div class="hero-content">
|
|
65
|
-
<p class="hero-badge">v2.3.
|
|
65
|
+
<p class="hero-badge">v2.3.1 — 59 skills • 8 platforms • MIT</p>
|
|
66
66
|
<h1>Less skills.<br><span class="accent">Deeper connections.</span></h1>
|
|
67
67
|
<p class="hero-sub">A mesh ecosystem for AI coding assistants. Skills call each other bidirectionally, forming resilient workflows that adapt when things go wrong.</p>
|
|
68
68
|
<div class="hero-actions">
|
|
@@ -231,7 +231,7 @@ D ↔ E ↔ F
|
|
|
231
231
|
<div class="feature-card">
|
|
232
232
|
<div class="feature-icon">🌐</div>
|
|
233
233
|
<h3>Multi-Platform</h3>
|
|
234
|
-
<p>Same
|
|
234
|
+
<p>Same 59 skills compile to Claude Code, Cursor, Windsurf, Antigravity, OpenAI Codex, OpenClaw, and generic. Zero knowledge loss across IDEs.</p>
|
|
235
235
|
</div>
|
|
236
236
|
</div>
|
|
237
237
|
</div>
|
|
@@ -256,13 +256,13 @@ claude plugin install rune</code></pre>
|
|
|
256
256
|
<h3>Cursor / Windsurf / Any IDE</h3>
|
|
257
257
|
<p class="install-badge">Compiled Rules</p>
|
|
258
258
|
<pre class="code-block"><code>npx @rune-kit/rune init</code></pre>
|
|
259
|
-
<p>Auto-detects platform. Compiles all
|
|
259
|
+
<p>Auto-detects platform. Compiles all 59 skills to native rule format.</p>
|
|
260
260
|
</div>
|
|
261
261
|
<div class="install-card">
|
|
262
262
|
<h3>OpenClaw</h3>
|
|
263
263
|
<p class="install-badge">ClawHub Registry</p>
|
|
264
264
|
<pre class="code-block"><code>clawhub install rune-kit</code></pre>
|
|
265
|
-
<p>
|
|
265
|
+
<p>59 skills as unified mesh package. Works with any OpenClaw agent.</p>
|
|
266
266
|
</div>
|
|
267
267
|
</div>
|
|
268
268
|
</div>
|
|
@@ -335,7 +335,7 @@ claude plugin install rune</code></pre>
|
|
|
335
335
|
<div class="mesh-tier-header">
|
|
336
336
|
<span class="mesh-tier-badge mesh-badge-free">FREE</span>
|
|
337
337
|
<strong>Core Mesh</strong>
|
|
338
|
-
<span class="mesh-tier-stats">
|
|
338
|
+
<span class="mesh-tier-stats">59 skills • 200+ connections</span>
|
|
339
339
|
</div>
|
|
340
340
|
<div class="mesh-layers">
|
|
341
341
|
<div class="mesh-layer">
|