Eilodon

45 mods across 2 repositories, 15 stars between them.

CALM

01

Eilodon/CALM

Plugin Claude Code

CALM (Coding Agent Liveness Map) — code-intelligence MCP server for coding agents.

15 8d ago A tokens not measured original MIT

SessionStart

02

Eilodon/CALM

Hook Claude Code

Runs when a session starts, executing session-start-agents-md.sh and session-start-build-calm.sh via bash (2 commands). From Eilodon/CALM.

15 8d ago A tokens not measured original MIT

PreToolUse

03

Eilodon/CALM

Hook Claude Code

Runs before the agent uses a tool for Read, Edit, Write, Grep, Bash, mcp__calm__edit_context, mcp__calm__diff_impact, mcp__calm__edit_lines, mcp__calm__edit_symbol, mcp__calm__search, mcp__calm__source, mcp__calm__locate, mcp__calm__file_overview, mcp__calm__understand and mcp__calm__session_context tool calls…

15 8d ago A tokens not measured original MIT

PostToolUse

04

Eilodon/CALM

Hook Claude Code

Runs after a tool call finishes for Bash and Grep tool calls, executing calm-nudge.sh and posttooluse-discovery-dump.sh via bash (2 commands). From Eilodon/CALM.

15 8d ago A tokens not measured original MIT

CALM

05

Eilodon/CALM

Settings file Claude Code

Agent settings declaring 3 hook events (SessionStart, PreToolUse, PostToolUse).

15 8d ago A tokens not measured copy · 86% MIT

calm-guide

06

Eilodon/CALM

Skill Claude CodeCodex

Use before searching, reading, or editing files in this repo (or any repo with a "calm" MCP server), or whenever unsure which CALM tool fits — a self-triggerable orientation to the CALM Stage 1-8 tool workflow (repooverview → locate → source → callers → editcontext → editsymbol/editlines → diffimpact →…

15 8d ago A 126 tokens original MIT

vheatm

07

Eilodon/CALM

Skill Claude CodeCodex

AI-executable audit orchestration OS. Orchestrates specialist frameworks (STRIDE, ATAM, FMEA, MAESTRO, OWASP, SAMM, NIST AI RMF) into evidence-gated, bias-controlled, cycle-learning workflows. Use for: audit this, review this, find gaps, pre-mortem, root cause, security review, architecture review, what am I missing…

15 8d ago A 149 tokens original MIT

hex-graph

08

Eilodon/CALM

MCP server Claude CodeCodexCursor +2

MCP server "hex-graph" as configured in Eilodon/CALM. Launched with hex-graph-mcp.

15 8d ago A tokens not measured original MIT

hex-line

09

Eilodon/CALM

MCP server Claude CodeCodexCursor +2

MCP server "hex-line" as configured in Eilodon/CALM. Launched with hex-line-mcp.

15 8d ago A tokens not measured original MIT

codegraph

10

Eilodon/CALM

MCP server Claude CodeCodexCursor +2

Local-first code intelligence for AI agents (MCP). Self-contained — bundles its own runtime. Runs locally from the @colbymchenry/codegraph npm package. Needs 1 environment variable to run.

15 8d ago A tokens not measured original MIT

calm

11

Eilodon/CALM

MCP server Claude CodeCodexCursor +2

MCP server "calm" as configured in Eilodon/CALM. Launched with ${CLAUDE_PROJECT_DIR:-.}/scripts/mcp-launcher.sh.

15 8d ago A tokens not measured original MIT

CALM AGENTS.md

12

Eilodon/CALM

Instructions file CodexOpenCode

AGENTS.md instructions for Eilodon/CALM, covering calm mcp — navigational workflow v2.8, core principles, stage 1 — orient, stage 2 — locate and stage 3 — inspect.

15 8d ago C 7,514 tokens original MIT

calm

13

Eilodon/CALM

Plugin Claude Code

CALM (Coding Agent Liveness Map) MCP server — call-graph-aware locate/source/editsymbol/diffimpact and 40 tools total, backed by a multi-tier resolver (syntactic -> Stack Graphs -> SCIP) instead of grep. Bundles a SessionStart bootstrap (scaffolds the CALM tool-workflow hook + AGENTS.md into your project on first use.

15 8d ago A tokens not measured original MIT

calm-mcp

14

Eilodon/CALM

MCP server Claude CodeCodexCursor +2

MCP server giving coding agents a call-graph-aware, hash-verified view of a codebase, not grep. Runs locally from the @eilodon/calm-mcp npm package.

15 8d ago A tokens not measured original MIT

adr-commit

15

Eilodon/DPS-Superskills-MCP

Skill Claude CodeCodex

Use when implementation is complete, all tests pass, and you are about to merge, create a PR, or close out a development branch — enforces an Architecture Decision Record and PATTERN-DEBT lifecycle review before any integration action.

0 2mo ago A 50 tokens original Apache-2.0

audit-design

16

Eilodon/DPS-Superskills-MCP

Skill Claude CodeCodex

Use after a spec document contains SPECAPPROVED=true in its frontmatter, before invoking writing-plans — or when SPECESCALATION=true is set by specialist-review. Runs a FAST risk audit on the design to surface failure modes before any code is written.

0 2mo ago A 55 tokens original Apache-2.0

audit-distill

17

Eilodon/DPS-Superskills-MCP

Skill Claude CodeCodex

Use when you have a VHEATM audit report and want to extract its findings into Super Skills knowledge — populates Gotchas sections, pattern-debt.md, qbr-calibration.md, and CONTEXT.md from real production audit evidence.

0 2mo ago A 52 tokens original Apache-2.0

brainstorming

18

Eilodon/DPS-Superskills-MCP

Skill Claude CodeCodex

Use before any feature, component, or behavior change — explores user intent and design before implementation. Precondition: domain-alignment should have run if this is a new project or domain area.

0 2mo ago A 42 tokens original Apache-2.0

complexity-gate

19

Eilodon/DPS-Superskills-MCP

Skill Claude CodeCodex

Use before any software-development task or skill-applicable workflow — classifies task complexity/risk into C0-C4, selects the minimum required Super Skills, preserves evidence discipline across all tiers, and prevents both under-use and over-use of ceremony.

0 2mo ago A 54 tokens original Apache-2.0

context-reanchor

20

Eilodon/DPS-Superskills-MCP

Skill Claude CodeCodex

Use in long sessions, after loading many files, after repeated failed attempts, before phase transitions, or before completion claims — refreshes active goals, skill obligations, evidence anchors, and unresolved T4 assumptions to prevent intra-session instruction drift.

0 2mo ago A 51 tokens original Apache-2.0

Eilodon/DPS-Superskills-MCP

Skill Claude CodeCodex

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies — dispatches one agent per problem domain concurrently.

0 2mo ago A 36 tokens original Apache-2.0

domain-alignment

22

Eilodon/DPS-Superskills-MCP

Skill Claude CodeCodex

Use at the start of a new project, unfamiliar domain, or new product area before brainstorming — creates or updates docs/superskills/CONTEXT.md with vocabulary, actors, invariants, sensitive data, external dependencies, forbidden assumptions, success/failure semantics, and synonyms for KB search.

0 2mo ago A 63 tokens original Apache-2.0

dps-init

23

Eilodon/DPS-Superskills-MCP

Skill Claude CodeCodex

Use after brainstorming SPECAPPROVED=true to elevate spec into DPS structure. Creates CONTRACTS.md, BLUEPRINT.md, ADR.md canonical files from approved spec. Also usable standalone to initialize DPS for a new project.

0 2mo ago A 46 tokens original Apache-2.0

dps-promote

24

Eilodon/DPS-Superskills-MCP

Skill Claude CodeCodex

Use to advance DPS lifecycle status — from DRAFT to PROOF-READY, PROOF-READY to APPROVED-SSOT, or IMPLEMENTATION-ACTIVE to LIVING-SPEC. Runs promotion checklist before advancing.

0 2mo ago A 50 tokens original Apache-2.0