sliamh11

65 mods across 1 repository, 51 stars between them.

ux-reviewer

25

sliamh11/Deus

Agent Claude Code

Post-implementation UX audit of user-facing changes. Evaluates interaction patterns against usability heuristics, competitive benchmarks, and edge-case scenarios. Produces a prioritized punch list of experience issues — not code quality, but whether it feels right to a user. Advisory (not a commit gate). Use after…

51 7d ago B 174 tokens original MIT

verification-gate

26

sliamh11/Deus

Agent Claude Code

Evidence-before-claims gate. Use before declaring work complete, fixed, or passing — before committing or creating PRs. Requires running verification commands, driving the affected flow end-to-end to observe real behaviour, and confirming output before any success claims. Adapted from Superpowers'…

51 7d ago A 111 tokens original MIT

warden-preflight

27

sliamh11/Deus

Agent Claude Code

Pre-dispatch context assembly that loads and validates all inputs a downstream warden needs before running. Prevents mid-run failures caused by missing files, stale refs, or ambiguous scope.

51 7d ago A 40 tokens original MIT

checkpoint

28

sliamh11/Deus

Command Claude Code

Save a mid-session checkpoint — for continuity between sessions of the same day.

51 7d ago A 0 tokens original MIT

compress

29

sliamh11/Deus

Command Claude Code

Save this Claude Code session to the vault and update the semantic memory index.

51 7d ago A 0 tokens original MIT

preserve

30

sliamh11/Deus

Command Claude Code

Scan this conversation and silently save anything worth permanent memory.

51 7d ago A 0 tokens original MIT

resume

31

sliamh11/Deus

Command Claude Code

Load context from the vault before starting work.

51 7d ago A 0 tokens original MIT

SessionStart

32

sliamh11/Deus

Hook Claude Code

Runs when a session starts, executing warden-shim.sh, linear_pending_hook.py and session_preflight_hook.py via bash (3 commands). From sliamh11/Deus.

51 7d ago A tokens not measured original MIT

UserPromptSubmit

33

sliamh11/Deus

Hook Claude Code

Runs when you submit a prompt, before the agent sees it, executing memory_retrieval_hook.py and warden-shim.sh via bash (2 commands). From sliamh11/Deus.

51 7d ago A tokens not measured original MIT

PreToolUse

34

sliamh11/Deus

Hook Claude Code

Runs before the agent uses a tool for Write, Edit, MultiEdit, apply_patch, ExitPlanMode, ExitPlanMode, Task, Agent, Write, apply_patch and Bash tool calls, executing warden-shim.sh, tdd-test-lock.sh and format-check.sh via bash (10 commands). From sliamh11/Deus.

51 7d ago A tokens not measured copy · 50% MIT

PostToolUse

35

sliamh11/Deus

Hook Claude Code

Runs after a tool call finishes for Write, Edit, MultiEdit, apply_patch and Agent tool calls, executing warden-shim.sh via bash (7 commands). From sliamh11/Deus.

51 7d ago A tokens not measured original MIT

Stop

36

sliamh11/Deus

Hook Claude Code

Runs when the agent finishes a response, executing nonumb-gate.sh via bash. From sliamh11/Deus.

51 7d ago A tokens not measured original MIT

Deus

37

sliamh11/Deus

Settings file Claude Code

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

51 7d ago A tokens not measured copy · 75% MIT

add-asana

38

sliamh11/Deus

Skill Claude CodeCodex

Add Asana project management MCP integration to Deus. Gives host-side Claude Code sessions read/write access to Asana tasks, projects, sections, and tags via @roychri/mcp-server-asana.

51 7d ago A 45 tokens original MIT

add-claude-context

39

sliamh11/Deus

Skill Claude CodeCodex

The content below is preserved for historical reference only.

51 7d ago F 30 tokens original MIT

add-codex

40

sliamh11/Deus

Skill Claude CodeCodex

Add OpenAI/Codex as a backend. Guides through API key setup, service backend configuration, optional CLI setup, and verification. Can run alongside Claude (default) or replace it.

51 7d ago C 43 tokens original MIT

add-compact

41

sliamh11/Deus

Skill Claude CodeCodex

Add /compact command for manual context compaction. Solves context rot in long sessions by forwarding the SDK's built-in /compact slash command. Main-group or trusted sender only.

51 7d ago A 40 tokens copy · 91% MIT

add-connector

42

sliamh11/Deus

Skill Claude CodeCodex

Onboard a deus connect connector — a way to route Claude Code sessions to non-Claude models (e.g. GPT via CLIProxyAPI) alongside normal Claude access. Generic orchestrator over whichever connector is selected.

51 7d ago A 49 tokens original MIT

add-discord

43

sliamh11/Deus

Skill Claude CodeCodex

Add Discord bot channel integration to Deus.

51 7d ago A 12 tokens original MIT

add-editor

44

sliamh11/Deus

Skill Claude CodeCodex

Wire Deus's memory + evolution layers into an external code editor (Zed and other ACP/MCP clients) so the editor's own agent gains Deus's vault recall and self-improving reflexion loop. Configuration only — no new code. Triggers on "add editor", "use Deus in my editor", "zed integration", "editor integration", "wire…

51 7d ago A 89 tokens original MIT

add-gcal

45

sliamh11/Deus

Skill Claude CodeCodex

Add Google Calendar integration to Deus. Agents can list, create, update, and delete calendar events. Guides through GCP OAuth setup, token generation, keep-alive timer, and CLI command installation.

51 7d ago C 44 tokens original MIT

add-gmail

46

sliamh11/Deus

Skill Claude CodeCodex

Add Gmail integration to Deus. Can be configured as a tool (agent reads/sends emails when triggered from WhatsApp) or as a full channel (emails can trigger the agent, schedule tasks, and receive replies). Guides through GCP OAuth setup and implements the integration.

51 7d ago A 58 tokens original MIT

add-image-vision

47

sliamh11/Deus

Skill Claude CodeCodex

Add image vision to Deus agents. Resizes and processes WhatsApp image attachments, then sends them to Claude as multimodal content blocks.

51 7d ago A 32 tokens original MIT

add-linear

48

sliamh11/Deus

Skill Claude CodeCodex

Add Linear project management MCP integration to Deus. Gives host-side Claude Code sessions read/write access to Linear issues, projects, cycles, and workflow states via @tacticlaunch/mcp-linear.

51 7d ago C 41 tokens original MIT