Plugin Claude Code
Plugin marketplace listing 1 plugin: stagecraft.
Plugin Claude Code
Plugin marketplace listing 1 plugin: stagecraft.
Plugin Claude Code
Premium, keynote-style UI skill for coding agents — dark, minimal, cinematic reveals with disciplined motion.
Cursor rule
Premium keynote-style UI with refined motion. Dark, minimal, cinematic reveals. Trigger words — "premium," "polished," "cinematic," "Apple-like," "keynote," "launch page," "product reveal," "elevate this screen," "audit this UI.".
Cursor rule
Premium keynote-style UI with refined motion. Dark, minimal, cinematic reveals. Trigger words — "premium," "polished," "cinematic," "Apple-like," "keynote," "launch page," "product reveal," "elevate this screen," "audit this UI.".
Skill Claude CodeCodex
Use when the user wants premium, keynote-style UI with refined motion — dark, minimal, cinematic reveals. Trigger words include "premium," "polished," "cinematic," "Apple-like," "keynote," "launch page," "product reveal," and "elevate this screen." Also use when asked to audit or restyle an existing screen to feel…
gg-mo/second-thought-agent-skill
Plugin Claude Code
Marketplace for Second Thought critique skills.
gg-mo/second-thought-agent-skill
Plugin Claude Code
Decision checkpoint engine for agents that challenges drift, weak assumptions, and shallow convergence before action.
gg-mo/second-thought-agent-skill
Instructions file CodexOpenCode
Instructions for gg-mo/second-thought-agent-skill, a project described as: A critique-first agent skill that challenges every decision before execution—catching flaws, surfacing risks, and improving outcomes in real time.
gg-mo/second-thought-agent-skill
Instructions file
Instructions for gg-mo/second-thought-agent-skill: @./skills/using-second-thought/SKILL.md.
gg-mo/second-thought-agent-skill
Instructions file Gemini CLI
Instructions for gg-mo/second-thought-agent-skill, a project described as: A critique-first agent skill that challenges every decision before execution—catching flaws, surfacing risks, and improving outcomes in real time.
gg-mo/second-thought-agent-skill
Command
Invoke the second-thought skill to critique a direction before commitment.
gg-mo/second-thought-agent-skill
Hook
Runs when a session starts on startup, clear and compact, running an inline shell check. From gg-mo/second-thought-agent-skill.
gg-mo/second-thought-agent-skill
Skill Claude CodeCodex
Use when an idea, decision, design, plan, response, tool call, or action is about to be accepted or executed, especially during brainstorming, convergence, and pre-execution where shallow agreement or goal drift may occur.
gg-mo/second-thought-agent-skill
Skill Claude CodeCodex
Use when starting any conversation and before major decisions to ensure second-thought critique is auto-applied before commitment, especially in brainstorming, convergence, and pre-execution phases.
Plugin Claude Code
Development marketplace for the repo-hygiene plugin.
Plugin Claude Code
Skills that keep a codebase healthy as agents work in it: repo orientation, docstring discipline, doc freshness, test coverage for new code, and pre-commit verification gates.
Instructions file CodexOpenCode
Instructions for gg-mo/repo-hygiene, a project described as: Hygiene skills for Claude Code, Codex, Cursor, OpenCode, Gemini, and Copilot — orient, docstring, test, gate commits.
Instructions file
Instructions for gg-mo/repo-hygiene, covering repo hygiene — contributor guidelines, what this plugin is, if you're editing a skill, what does not belong in this plugin and plugin / platform plumbing.
Instructions file Gemini CLI
Instructions for gg-mo/repo-hygiene, a project described as: Hygiene skills for Claude Code, Codex, Cursor, OpenCode, Gemini, and Copilot — orient, docstring, test, gate commits.
Hook
Runs when a session starts on startup, clear and compact, executing run-hook.cmd. From gg-mo/repo-hygiene.
Skill Claude CodeCodex
Use when the user asks to "clean up", "apply repo-hygiene to", or "fix the hygiene of" an existing codebase — orchestrates the other hygiene skills in a phased, reviewable order rather than firing a 200-file mega-diff.
Skill Claude CodeCodex
Use when about to commit, merge, or push — runs verification (tests, typecheck, lint), confirms focus, and checks sibling hygiene (docs, tests, docstrings) BEFORE the commit lands, so "user said commit" doesn't bypass quality.
Skill Claude CodeCodex
Use when changing a public API surface — renamed export, changed signature/return type, new or removed flag/route/env var, schema migration, deprecation — before committing, so README, docs/, CHANGELOG, and inline references stay coherent with the code.
Skill Claude CodeCodex
Use when about to add lines to an existing source file, when a single file passes 400 lines, or when proposing where to put new code — prevents files from sprawling into multi-concern god-modules.