randomittin

48 mods across 1 repository, 5 stars between them.

heimdall

01

randomittin/heimdall

Plugin Claude Code

Nothing ships unproven. Marketplace for Heimdall — the autonomous multi-agent orchestrator for Claude Code that turns one prompt into a finished project and keeps the merge blocked until the work is proven correct.

5 11d ago A tokens not measured original MIT

hmd

02

randomittin/heimdall

Plugin Claude Code

Nothing ships unproven. Heimdall is an autonomous multi-agent orchestrator for Claude Code that turns one prompt into a finished project — and keeps moving the bar on what counts as done: every plan wires an external, falsifiable oracle so the implementation can never grade its own homework, and the merge stays…

5 11d ago A tokens not measured original MIT

heimdall-ledger

03

randomittin/heimdall

MCP server Claude CodeCodexCursor +2

MCP server "heimdall-ledger" as configured in randomittin/heimdall. Runs ${CLAUDE_PLUGIN_ROOT:-.}/bin/heimdall-ledger-mcp with python3.

5 11d ago A tokens not measured original MIT

heimdall AGENTS.md

04

randomittin/heimdall

Instructions file CodexOpenCode

Instructions for randomittin/heimdall, covering working in the heimdall repo, the rules that actually block you, environment, conventions and heimdall — this repo is gated.

5 11d ago A 1,020 tokens original MIT

heimdall CLAUDE.md

05

randomittin/heimdall

Instructions file

Instructions for randomittin/heimdall, covering project conventions (managed by heimdall), parallelism (mandatory), rules, commit attribution and quality gates (enforced before git push).

5 11d ago A 3,373 tokens original MIT

architect

06

randomittin/heimdall

Agent

Read-only architecture and planning specialist. Analyzes codebase structure, identifies patterns and risks, designs solutions, and emits machine-readable plans (PLAN files + waves.json) with runnable acceptance criteria. Use proactively before any change touching 3+ files, any new system, or when the implementation…

5 11d ago A 64 tokens original MIT

coder

07

randomittin/heimdall

Agent

Feature implementation specialist. Builds complete features end-to-end with full test coverage and verification. Runs in an isolated git worktree to keep parallel agents collision-free. Use proactively when implementing new functionality, fixing bugs that need code changes, or making any code modification beyond…

5 11d ago A 57 tokens original MIT

database-architect

08

randomittin/heimdall

Agent

Database design agent. Schema modeling, migration strategy, query optimization, technology evaluation. Use when task involves data layer, models, or persistence.

5 11d ago A 32 tokens original MIT

design

09

randomittin/heimdall

Agent

UI/UX design agent. Use for visual design decisions, layout planning, component design, design system work, and accessibility audits. Integrates with design-for-ai skills when available.

5 11d ago A 38 tokens original MIT

docs-writer

10

randomittin/heimdall

Agent

Documentation agent. Use for writing and updating documentation, README files, API docs, and keeping docs in sync with implementation changes.

5 11d ago A 29 tokens original MIT

fixer

11

randomittin/heimdall

Agent

Bug fixer agent. Picks up open GitHub issues labeled 'bug' or 'seeker', creates a fix branch, implements the fix, runs tests, and raises a PR. Use for automated bug fixing from issue queue.

5 11d ago A 48 tokens original MIT

heimdall

12

randomittin/heimdall

Agent

Autonomous superskill manager. Use proactively for any multi-step development task. Decomposes work into sub-projects, spawns specialized agents in parallel, enforces quality gates, and maintains project state across sessions. Thinks like a CTO.

5 11d ago A 53 tokens original MIT

incident-responder

13

randomittin/heimdall

Agent

Production incident response agent. Root cause analysis, observability-driven debugging, rollback strategy, blameless postmortem. Use when production is broken or errors are spiking.

5 11d ago A 39 tokens original MIT

lint-quality

14

randomittin/heimdall

Agent

Lint and static analysis agent. Use for enforcing code style, running linters, and checking for common code quality issues. Fast and mechanical.

5 11d ago A 31 tokens original MIT

planner

15

randomittin/heimdall

Agent

Creates verified execution plans with acceptance criteria that block progression. Decomposes work into dependency-ordered waves of parallel tasks with grep-verifiable or command-runnable criteria.

5 11d ago A 35 tokens original MIT

reviewer

16

randomittin/heimdall

Agent

Code review agent. Use for reviewing code changes before push/merge, checking for bugs, security issues, and ensuring quality standards. Mandatory before any push.

5 11d ago A 34 tokens original MIT

security-auditor

17

randomittin/heimdall

Agent

Security assessment agent. Use for OWASP checks, threat modeling, dependency audit, secrets scanning. Spawn it whenever a task touches auth, secrets, user input or dependencies — no code spawns it for you, so the orchestrator has to decide. Reports vulnerabilities with severity + fix recommendations.

5 11d ago A 63 tokens original MIT

seeker

18

randomittin/heimdall

Agent

Bug seeker agent. Pulls fresh logs from Kubernetes pods, analyzes for errors/crashes/anomalies, and raises GitHub issues with reproduction steps. Use when monitoring production or running maintenance sweeps.

5 11d ago A 43 tokens original MIT

test-runner

19

randomittin/heimdall

Agent

Test writing and execution agent. Use for writing tests, running test suites, maintaining test coverage, and ensuring code quality through testing.

5 11d ago A 30 tokens original MIT

verifier

20

randomittin/heimdall

Agent

Post-execution verification agent. Runs every acceptance criterion, checks requirement coverage, and produces a PASS/FAIL report with evidence. Never skips a criterion.

5 11d ago A 33 tokens original MIT

wave-executor

21

randomittin/heimdall

Agent

Executes all tasks in a single wave of a plan. Implements, verifies acceptance criteria, and commits atomically. Spawns parallel subprocesses for independent tasks within the wave.

5 11d ago A 39 tokens original MIT

autocommit

22

randomittin/heimdall

Command

Toggle auto git commits on/off for this project. Run without args to see status, or with "on"/"off" to set.

5 11d ago A 32 tokens original MIT

autonomy

23

randomittin/heimdall

Command

Set Heimdall autonomy (1=Guided, 2=Checkpoint, 3=Full Auto) — how much the agent does before asking. Use with a number, +/- to cycle, or no argument to show current.

5 11d ago A 50 tokens original MIT

bench

24

randomittin/heimdall

Command

Reproduce the public benchmark table on your own machine (spec S-5). Runs a fixed suite of coding tasks under two arms — raw Claude Code vs Heimdall — and PRODUCES real numbers (tokens, wall time, tests passing, cost) by actually running them. Never hardcodes results. Safe by default (dry mode: validates the suite +…

5 11d ago A 101 tokens original MIT