KirSsuRyu

21 mods across 1 repository, 5 stars between them.

code-reviewer

01

KirSsuRyu/venom

Agent Claude Code

A code-review subagent for the Venom harness that examines specified changes and returns concrete findings with line numbers. It checks correctness, API compatibility, security, performance, tests, memory notes, and coding standards.

5 4mo ago A 95 tokens original MIT

debug-detective

02

KirSsuRyu/venom

Agent Claude Code

A debugging specialist that investigates bugs, service failures, and broken tests by tracing their root causes. It gathers evidence, tests a small number of hypotheses, and proposes a fix without applying it.

5 4mo ago A 92 tokens original MIT

security-auditor

03

KirSsuRyu/venom

Agent Claude Code

A security-review agent that scans code for serious, usable vulnerabilities using checks based on the OWASP Top 10, a common list of web security risks. It works in an isolated context and reports only findings judged highly credible.

5 4mo ago B 89 tokens original MIT

test-writer

04

KirSsuRyu/venom

Agent Claude Code

A coding agent that writes missing tests, follows test-driven development (TDD), and adds regression tests. TDD means writing a test that fails first, then implementing the smallest change that makes it pass.

5 4mo ago A 84 tokens original MIT

venom

05

KirSsuRyu/venom

Command Claude Code

A project-analysis command that examines a codebase and updates its .claude configuration, including rules, skills, hooks, and notes. The command's instructions are written in Korean.

5 4mo ago A 55 tokens original MIT

SessionStart

06

KirSsuRyu/venom

Hook Claude Code

Runs when a session starts, executing session-start.sh. From KirSsuRyu/venom.

5 4mo ago A tokens not measured copy · 52% MIT

UserPromptSubmit

07

KirSsuRyu/venom

Hook Claude Code

Runs when you submit a prompt, before the agent sees it, executing inject-context.sh and scan-secrets.sh (2 commands). From KirSsuRyu/venom.

5 4mo ago A tokens not measured copy · 55% MIT

PreToolUse

08

KirSsuRyu/venom

Hook Claude Code

Runs before the agent uses a tool for Bash, Write and Edit tool calls, executing block-dangerous.sh and protect-paths.sh (2 commands). From KirSsuRyu/venom.

5 4mo ago A tokens not measured original MIT

PostToolUse

09

KirSsuRyu/venom

Hook Claude Code

Runs after a tool call finishes for Write and Edit tool calls, executing auto-format.sh. From KirSsuRyu/venom.

5 4mo ago A tokens not measured copy · 55% MIT

PostToolUseFailure

10

KirSsuRyu/venom

Hook Claude Code

Runs when a tool call fails, executing record-mistake.sh. From KirSsuRyu/venom.

5 4mo ago A tokens not measured original MIT

PermissionDenied

11

KirSsuRyu/venom

Hook Claude Code

Runs on the PermissionDenied event, executing record-permission-denied.sh. From KirSsuRyu/venom.

5 4mo ago A tokens not measured original MIT

StopFailure

12

KirSsuRyu/venom

Hook Claude Code

Runs on the StopFailure event, executing record-stop-failure.sh. From KirSsuRyu/venom.

5 4mo ago A tokens not measured original MIT

Stop

13

KirSsuRyu/venom

Hook Claude Code

Runs when the agent finishes a response, executing verify-before-stop.sh and trigger-evolution.sh (2 commands). From KirSsuRyu/venom.

5 4mo ago A tokens not measured copy · 48% MIT

SessionEnd

14

KirSsuRyu/venom

Hook Claude Code

Runs when a session ends, executing session-end-reminder.sh. From KirSsuRyu/venom.

5 4mo ago A tokens not measured original MIT

venom

15

KirSsuRyu/venom

Settings file Claude Code

Agent settings declaring 9 hook events (SessionStart, UserPromptSubmit, PreToolUse, PostToolUse) and 16 allowed tools.

5 4mo ago F tokens not measured original MIT

compact-guide

16

KirSsuRyu/venom

Skill Claude CodeCodex

A guide for deciding when to compress an AI coding session’s context and what to record first.

5 4mo ago A 82 tokens original MIT

evolve

17

KirSsuRyu/venom

Skill Claude CodeCodex

A skill for updating the Venom project harness when repeated mistakes, coding patterns, project changes, or user corrections reveal that its guidance needs to evolve. The harness is the project's collection of rules, skills, hooks, and notes.

5 4mo ago A 93 tokens original MIT

git-workflow

18

KirSsuRyu/venom

Skill Claude CodeCodex

A set of safe procedures for common Git tasks, such as staging changes, writing commits, creating branches, and opening pull requests. Git is the version-control system used to track code changes.

5 4mo ago A 87 tokens original MIT

mistake-recorder

19

KirSsuRyu/venom

Skill Claude CodeCodex

A coding-agent memory system that records mistakes, corrections, lessons, and architecture decisions in files for later sessions.

5 4mo ago A 79 tokens original MIT

retro

20

KirSsuRyu/venom

Skill Claude CodeCodex

A debugging agent that investigates bugs, outages, and failed tests in an isolated context. It gathers evidence, tests possible causes, identifies the root cause, and suggests a fix without applying it.

5 4mo ago A 97 tokens original MIT

venom CLAUDE.md

21

KirSsuRyu/venom

Instructions file

A set of development instructions for the Venom project, including rules, skills, and hooks that guide how work is done in a repository. Hooks are automatic checks or actions tied to development events.

5 4mo ago A 1,846 tokens original MIT