Rune-kit/rune

Less skills. Deeper connections. A lean, interconnected skill ecosystem for Claude Code.

84Stars on the repository
60Mods indexed here, across every type
16d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

adversary

01

Rune-kit/rune

Agent

Pre-implementation red-team analysis. Challenges plans BEFORE code is written — edge cases, security holes, scalability bottlenecks, error propagation. Catches flaws at plan time (10x cheaper).

84 16d ago A 43 tokens original MIT

architect

02

Rune-kit/rune

Agent

Architecture and planning agent. Spawned by plan, brainstorm, team, autopsy for strategic analysis, system design, and trade-off evaluation.

84 16d ago A 30 tokens original MIT

asset-creator

03

Rune-kit/rune

Agent

Creates code-based visual assets — SVG icons, OG image HTML, social banners, icon sets. Code-only output (not raster PNG/JPG). Use browser-pilot + screenshot for raster.

84 16d ago A 42 tokens original MIT

audit

04

Rune-kit/rune

Agent

Comprehensive 8-dimension project health audit — dependencies, security, code quality, architecture, performance, infrastructure, documentation, mesh analytics. Produces AUDIT-REPORT.md.

84 16d ago A 38 tokens original MIT

autopsy

05

Rune-kit/rune

Agent

Full codebase health assessment — quantified health scores (0-100) per module across 6 dimensions. Identifies highest tech debt. Use for rescue RECON or project diagnosis.

84 16d ago A 39 tokens original MIT

ba

06

Rune-kit/rune

Agent

Business Analyst — deep requirement elicitation BEFORE planning or coding. Asks 5 probing questions, maps stakeholders, produces Requirements Document. Use when task is non-trivial or vague.

84 16d ago A 38 tokens original MIT

brainstorm

07

Rune-kit/rune

Agent

Creative ideation — generates 2-3 approaches with trade-offs. Use when multiple valid paths exist or current approach has failed. Hands off to plan.

84 16d ago A 34 tokens original MIT

browser-pilot

08

Rune-kit/rune

Agent

Playwright browser automation — navigate URLs, screenshot, interact with UI, check accessibility, capture console errors. Max 20 interactions. MUST close browser when done.

84 16d ago A 36 tokens original MIT

coder

09

Rune-kit/rune

Agent

Code writing and editing agent. Spawned by fix, test, surgeon when they need to write actual code. Follows parent skill instructions precisely.

84 16d ago A 31 tokens original MIT

completion-gate

10

Rune-kit/rune

Agent

Lie detector for agent claims — validates every completion claim has actual evidence. Default-FAIL mindset. Use as final gate before merge/commit.

84 16d ago A 32 tokens original MIT

constraint-check

11

Rune-kit/rune

Agent

Internal affairs auditor — checks whether HARD-GATEs and constraints were actually followed during workflow. Uses tool call ordering, not agent self-report.

84 16d ago A 31 tokens original MIT

context-engine

12

Rune-kit/rune

Agent

Context window management — tracks tool call count, auto-detects when context fills up, triggers state save + compaction. Artifact folding for large outputs (>4000 chars → file + preview).

84 16d ago A 42 tokens original MIT

context-pack

13

Rune-kit/rune

Agent

Creates structured handoff briefings between agents. Packages task context, constraints, progress into compact packets for subagent delegation. Prevents 'lost context' in multi-agent workflows.

84 16d ago A 38 tokens original MIT

cook

14

Rune-kit/rune

Agent

Feature implementation orchestrator — handles 70% of requests. Full TDD cycle: understand → plan → test → implement → verify → commit. Use for ANY code modification (features, bugs, refactors, security).

84 16d ago A 46 tokens original MIT

db

15

Rune-kit/rune

Agent

Database workflow specialist — migration generation (up + down), breaking change detection, index recommendations, SQL injection scanning. Use when schema changes detected.

84 16d ago A 30 tokens original MIT

debug

16

Rune-kit/rune

Agent

Root cause analysis ONLY — investigates errors, traces stack traces, forms/tests hypotheses. Does NOT fix code. Hands diagnosis to fix. Use when root cause is unknown.

84 16d ago A 35 tokens original MIT

dependency-doctor

17

Rune-kit/rune

Agent

Dependency health management — outdated packages, vulnerabilities (CVE), breaking change risk for major bumps. Health score 0-100. Prioritized update plan: CRITICAL → SECURITY → PATCH → MINOR → MAJOR.

84 16d ago A 48 tokens original MIT

deploy

18

Rune-kit/rune

Agent

Deploy to target platform — Vercel, Netlify, Fly.io, AWS, VPS. Pre-deploy verification + security gates. Tests and sentinel MUST pass first.

84 16d ago A 36 tokens original MIT

design

19

Rune-kit/rune

Agent

Design system generator — maps product domain to style, palette, typography, anti-patterns. Creates .rune/design-system.md. Use BEFORE any frontend code generation.

84 16d ago A 35 tokens original MIT

doc-processor

20

Rune-kit/rune

Agent

Generate and parse office documents — PDF, DOCX, XLSX, PPTX, CSV. Pure format utility for creating reports, exporting data, processing uploaded documents.

84 16d ago A 37 tokens original MIT

docs-seeker

21

Rune-kit/rune

Agent

Documentation lookup — API signatures, examples, deprecation status. Priority: Context7 → llms.txt → WebSearch. Use for API reference, not general research.

84 16d ago A 37 tokens original MIT

docs

22

Rune-kit/rune

Agent

Auto-generate and maintain project documentation — README, API docs, architecture docs, changelogs. Keeps docs in sync with code. The 'docs are never outdated' skill.

84 16d ago A 38 tokens original MIT

fix

23

Rune-kit/rune

Agent

Apply code changes from diagnosis or review findings. Locate → change → verify → report. Does NOT investigate — that's debug's job. Use after debug diagnosis or review findings.

84 16d ago A 36 tokens original MIT

git

24

Rune-kit/rune

Agent

Specialized git operations — semantic commits, PR descriptions, branch naming, changelog generation, release tagging. Convention-aware utility replacing ad-hoc git commands.

84 16d ago A 33 tokens original MIT