genai-io

13 mods across 1 repository, 75 stars between them.

code-review

01

genai-io/san

Skill Claude CodeCodex

Review changed code for correctness bugs — logic errors, nil/error handling, concurrency, resource leaks, edge cases, broken invariants. Reports findings first, ordered by severity, then fixes on request. Scoped to correctness, not quality or style cleanups. Use when the user says "code review", "review my changes"…

75 4d ago A 83 tokens original Apache-2.0

debug

02

genai-io/san

Skill Claude CodeCodex

Systematic debugging that finds the root cause before changing any code — collect symptoms, trace the code path, check what changed, reproduce deterministically, form a testable hypothesis, then fix the cause (not the symptom) and prove it with a regression test. Use when the user reports a bug, a crash, a failing…

75 4d ago A 84 tokens original Apache-2.0

refactor

03

genai-io/san

Skill Claude CodeCodex

Restructure existing code without changing its behavior — extract, rename, inline, split, deduplicate, reshape — with tests holding behavior fixed before and after. Scoped to structure only: no new features, no bug fixes, no behavior changes. Use when the user says "refactor", "clean up the structure", "extract this"…

75 4d ago A 84 tokens original Apache-2.0

simplify

04

genai-io/san

Skill Claude CodeCodex

Review changed code for reuse, quality, and efficiency, then clean up what you find — duplicated logic that could reuse an existing helper, hacky or redundant patterns, needless work on hot paths. Quality cleanup only: not bugs (that's code-review) and not behavior-preserving restructuring on request (that's…

75 4d ago A 94 tokens original Apache-2.0

tdd

05

genai-io/san

Skill Claude CodeCodex

Test-driven development — write a failing test that names the behavior, watch it fail, implement the minimum to make it pass, then refactor with tests green. Works for new features, bug fixes, and behavior changes. Use when the user says "tdd", "test-first", "write tests first", or wants a change built test-first.

75 4d ago A 73 tokens original Apache-2.0

qa

06

genai-io/san

Skill Claude CodeCodex

Regression test a San feature by name. Looks for a feature doc in docs/reference/ or docs/packages/2-feature/, runs automated Go tests and interactive tmux tests, then produces a pass/fail report. Use this skill when the user says "qa", "regression test", "test feature X", "verify feature", or references a feature…

75 4d ago A 85 tokens original Apache-2.0

release

07

genai-io/san

Skill Claude CodeCodex

Create a new versioned release with changelog. Bumps version in code, updates CHANGELOG.md, commits, tags, and pushes using the repository release flow. GitHub Actions creates the release and uses only the current changelog section as release notes. Use when the user says "release", "cut a release", "bump version"…

75 4d ago A 75 tokens original Apache-2.0

san AGENTS.md

08

genai-io/san

Instructions file CodexOpenCode

Instructions for genai-io/san, covering san agent guide, start here, repository shape, rules and common commands.

75 4d ago A 676 tokens original Apache-2.0

test-plugin

09

genai-io/san

Plugin Claude Code

A test plugin for UI/UX comparison testing between Claude Code and San.

75 4d ago A tokens not measured original Apache-2.0

test-agent

10

genai-io/san

Agent

A test agent for plugin UI/UX comparison.

75 4d ago A 12 tokens original Apache-2.0

status

11

genai-io/san

Command

Show test-plugin status.

75 4d ago A 6 tokens original Apache-2.0

SessionStart

12

genai-io/san

Hook

Runs when a session starts, running echo 'test-plugin: SessionStart hook triggered' >> /tmp/test. From genai-io/san.

75 4d ago A tokens not measured original Apache-2.0

hello

13

genai-io/san

Skill Claude CodeCodex

A simple greeting skill for plugin testing.

75 4d ago A 9 tokens original Apache-2.0