dollspace-gay

19 mods across 3 repositories, 392 stars between them.

PreToolUse

01

dollspace-gay/chainlink

Hook Claude Code

Runs before the agent uses a tool for WebFetch, WebSearch, Write, Edit and Bash tool calls, running an inline shell check (2 commands). From dollspace-gay/chainlink.

358 22d ago A tokens not measured original MIT

UserPromptSubmit

02

dollspace-gay/chainlink

Hook Claude Code

Runs when you submit a prompt, before the agent sees it, running an inline shell check. From dollspace-gay/chainlink.

358 22d ago A tokens not measured original MIT

PostToolUse

03

dollspace-gay/chainlink

Hook Claude Code

Runs after a tool call finishes for Write and Edit tool calls, running an inline shell check. From dollspace-gay/chainlink.

358 22d ago A tokens not measured copy · 83% MIT

SessionStart

04

dollspace-gay/chainlink

Hook Claude Code

Runs when a session starts on startup and resume, running an inline shell check. From dollspace-gay/chainlink.

358 22d ago A tokens not measured copy · 88% MIT

chainlink

05

dollspace-gay/chainlink

Settings file Claude Code

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

358 22d ago A tokens not measured original MIT

dollspace-gay/chainlink

MCP server Claude CodeCodexCursor +2

MCP server "chainlink-safe-fetch" as configured in dollspace-gay/chainlink. Runs .claude/mcp/safe-fetch-server.py with python.

358 22d ago A tokens not measured original MIT

chainlink CLAUDE.md

07

dollspace-gay/chainlink

Instructions file

Instructions for dollspace-gay/chainlink, covering chainlink issue tracker, commands, issues, organization and sessions.

358 22d ago A 279 tokens original MIT

PreToolUse

08

dollspace-gay/AethelOS

Hook Claude Code

Runs before the agent uses a tool for WebFetch and WebSearch tool calls, executing pre-web-check.py via python. From dollspace-gay/AethelOS.

23 2mo ago A tokens not measured original Apache-2.0

UserPromptSubmit

09

dollspace-gay/AethelOS

Hook Claude Code

Runs when you submit a prompt, before the agent sees it, executing prompt-guard.py via python. From dollspace-gay/AethelOS.

23 2mo ago A tokens not measured original Apache-2.0

PostToolUse

10

dollspace-gay/AethelOS

Hook Claude Code

Runs after a tool call finishes for Write and Edit tool calls, executing post-edit-check.py via python. From dollspace-gay/AethelOS.

23 2mo ago A tokens not measured original Apache-2.0

SessionStart

11

dollspace-gay/AethelOS

Hook Claude Code

Runs when a session starts on startup and resume, executing session-start.py via python. From dollspace-gay/AethelOS.

23 2mo ago A tokens not measured original Apache-2.0

AethelOS

12

dollspace-gay/AethelOS

Settings file Claude Code

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

23 2mo ago A tokens not measured original Apache-2.0

dollspace-gay/AethelOS

MCP server Claude CodeCodexCursor +2

MCP server "chainlink-safe-fetch" as configured in dollspace-gay/AethelOS. Runs .claude/mcp/safe-fetch-server.py with python.

23 2mo ago A tokens not measured original Apache-2.0

AethelOS CLAUDE.md

14

dollspace-gay/AethelOS

Instructions file

Instructions for dollspace-gay/AethelOS, covering claude.md - ai assistant guide to aethelos development, build commands, 1. build the kernel and iso, 2. run in qemu and prerequisites.

23 2mo ago B 5,217 tokens original Apache-2.0

vibe-fork

15

dollspace-gay/vibe-fork

Skill Claude CodeCodex

Use when bootstrapping a "vibe fork" — sequential translation of a known-working upstream codebase to a new substrate (e.g. C kernel → Rust kernel, PyTorch C++ → Rust ML framework, COBOL → Java). Installs the 4-agent ACToR loop (doc-author / builder / critic / fixer), the read-gate hook that enforces "read upstream +…

11 3mo ago B 214 tokens original MIT

acto-builder

16

dollspace-gay/vibe-fork

Agent

Multi-file/cross-crate authorized agent for shipping missing infrastructure that exceeds acto-fixer's single-file scope. Use when the divergence is "an entire abstraction is missing" — a newtype + every consumer, an entire op family + dispatch, a typestate threaded through the call graph — rather than "a constant has…

11 3mo ago A 129 tokens original MIT

acto-critic

17

dollspace-gay/vibe-fork

Agent

ACToR-style discriminator for upstream ← target translation audits. Hunts for semantic divergence between the target implementation and the upstream source it claims to translate. ALWAYS writes a FAILING test that pins down the divergence — NEVER writes a fix. Dispatch when the prior implementation iter declares…

11 3mo ago A 78 tokens original MIT

acto-doc-author

18

dollspace-gay/vibe-fork

Agent

Authors design docs under .design/ / .md that ADAPT to existing target code. Each REQ status table is grounded in quoted-code evidence from the current /src/ . implementation. REQs are classified BINARY — SHIPPED (end-to-end functional with non-test production consumer + tests + verification passes) or NOT-STARTED…

11 3mo ago A 90 tokens original MIT

acto-fixer

19

dollspace-gay/vibe-fork

Agent

Applies the MINIMAL fix for exactly ONE pinned divergence found by acto-critic. The failing test pins the divergence; the fix makes that test pass. Never bundles multiple fixes. Never refactors adjacent code. Never touches files outside the one the divergence is in. After the fix, runs the full gauntlet (test + clippy…

11 3mo ago A 114 tokens original MIT