azmym

31 mods across 2 repositories, 3 stars between them.

setup-check

01

azmym/agent-skills

Skill Claude CodeCodex

Audit Claude Code configuration for issues, overlaps, unused components, update status, and misconfigurations. Use when the user (1) asks to check or audit their setup, (2) wants to find duplicate or conflicting skills, hooks, plugins, or rules, (3) asks what is broken or needs cleanup, (4) wants to check Claude Code…

2 2mo ago A 144 tokens original MIT

slack

02

azmym/agent-skills

Skill Claude CodeCodex

Interact with Slack via the Web API. Read, summarize, search, post messages, react, pin, and manage channels. Use when the user (1) shares a Slack URL, (2) asks to read or summarize a channel, (3) searches Slack messages, (4) asks to send/post a message, (5) asks to react to or pin a message, (6) looks up a user, or…

2 2mo ago A 125 tokens original MIT

used

03

azmym/agent-skills

Skill Claude CodeCodex

Reports which skills, hooks, rules, plugins, and MCP tools were activated during a Claude Code prompt or session. Use when the user asks "what was used", "which skills ran", "show me what fired", or invokes /used. Also triggers when the user wants transparency into Claude's behavior for a given prompt.

2 2mo ago A 67 tokens original MIT

gemini-plugin

04

azmym/gemini-plugin

Plugin Claude Code

Wraps gemini-mcp into a Claude Code plugin so Gemini acts as a second opinion: validator/challenger/researcher/summarizer/reviewer subagents, auto-trigger hooks, and 9 task-oriented skills.

1 18d ago A tokens not measured original MIT

gemini-challenger

05

azmym/gemini-plugin

Agent

Use proactively before destructive operations, when evaluating architectural choices, or when the main agent appears stuck in a pattern. Devil's advocate that argues at least 2 alternative approaches and 1 reason the current path is wrong. Returns structured JSON {alternatives, objections, mustaddress}.

1 18d ago A 64 tokens original MIT

gemini-researcher

06

azmym/gemini-plugin

Agent

Use proactively when a question involves post-training-cutoff information, live API docs, recent CVEs, library releases, or any claim that needs a primary source. Performs search-grounded research and deep research via Gemini. Never opines without a citation. Returns answer + citations.

1 18d ago A 64 tokens original MIT

gemini-reviewer

07

azmym/gemini-plugin

Agent

Use proactively when finalizing a diff or PR for a generalist third-reviewer pass that the other agents do not cover: security, threading correctness, library/version drift, doc accuracy, dead code, and complexity. NOT for research (use gemini-researcher), claim validation (use gemini-validator), or devil's-advocate…

1 18d ago A 99 tokens original MIT

gemini-summarizer

08

azmym/gemini-plugin

Agent

Use proactively at session start (BUILDRISKMAP) and before context compaction (SUMMARIZESESSIONSTATE). Compresses session history into structured summaries preserving decisions, discarded alternatives, and unresolved debt. Writes risk maps for new repositories.

1 18d ago A 57 tokens original MIT

gemini-validator

09

azmym/gemini-plugin

Agent

Use proactively after a plan is finalized, after Claude claims a task is done, or before a destructive change. Validates the artifact against the original ask and flags gaps, hallucinations, and missed acceptance criteria. Returns structured JSON {verdict, gaps, hallucinations, nextactions}.

1 18d ago A 63 tokens original MIT

azmym/gemini-plugin

Command

Turn off Gemini grounding on every prompt (the plugin will only ground when prompts contain post-cutoff keywords like 'latest version of X' or 'CVE-YYYY-NNN').

1 18d ago A 36 tokens original MIT

azmym/gemini-plugin

Command

Re-enable Gemini grounding on every prompt (it is on by default; this only matters if you previously turned it off).

1 18d ago A 24 tokens original MIT

gemini-doctor

13

azmym/gemini-plugin

Command

Diagnose whether the Gemini MCP server and the subagent grounding path are working in this session.

1 18d ago A 18 tokens original MIT

gemini-research

14

azmym/gemini-plugin

Command

Research a topic using Gemini's search-grounded or deep research capabilities.

1 18d ago A 13 tokens original MIT

SessionStart

16

azmym/gemini-plugin

Hook

Runs when a session starts on startup, executing session-start-risk-map.sh. From azmym/gemini-plugin.

1 18d ago A tokens not measured original MIT

UserPromptSubmit

17

azmym/gemini-plugin

Hook

Runs when you submit a prompt, before the agent sees it, executing user-prompt-grounding.sh. From azmym/gemini-plugin.

1 18d ago A tokens not measured original MIT

PreToolUse

18

azmym/gemini-plugin

Hook

Runs before the agent uses a tool for Bash and ExitPlanMode tool calls, executing pre-destructive-bash.sh and plan-complete.sh (2 commands). From azmym/gemini-plugin.

1 18d ago A tokens not measured original MIT

PostToolUse

19

azmym/gemini-plugin

Hook

Runs after a tool call finishes for Write and Edit tool calls, executing design-review.sh. From azmym/gemini-plugin.

1 18d ago A tokens not measured original MIT

PreCompact

20

azmym/gemini-plugin

Hook

Runs before the context is compacted, executing pre-compact-summary.sh. From azmym/gemini-plugin.

1 18d ago A tokens not measured copy · 69% MIT

Stop

21

azmym/gemini-plugin

Hook

Runs when the agent finishes a response, executing stop-done-claim.sh. From azmym/gemini-plugin.

1 18d ago A tokens not measured original MIT

SubagentStop

22

azmym/gemini-plugin

Hook

Runs when a subagent finishes for gemini-validator, gemini-challenger, gemini-researcher, gemini-summarizer and gemini-reviewer tool calls, executing subagent-verdict-handler.sh. From azmym/gemini-plugin.

1 18d ago A tokens not measured original MIT

azmym/gemini-plugin

Skill Claude CodeCodex

Generate music (Lyria 3) or synthesize speech (Gemini TTS, single or multi-speaker). Use for soundtracks, voiceovers, demo narration, notification sounds, or audio branding.

1 18d ago A 42 tokens original MIT

azmym/gemini-plugin

Skill Claude CodeCodex

Get a second opinion from Gemini via text generation or multi-turn chat. Use for code review, design critique, sanity-checking before commit, or when Claude wants another perspective on a complex decision.

1 18d ago A 39 tokens original MIT