By stebennett
Developer-workflow automation for Claude Code. Its first skill, 'renovator', autonomously drains a repository's open Renovate dependency PRs — merging provably-safe green patch/minor updates through a cheap haiku agent and parking major-version and red-CI updates with PR state annotations for review.
Fixes a red-CI patch/minor Renovate PR by adapting code to the new dependency inside a worktree, bounded by fix_attempts, following the shared fix-loop doctrine. Reports green/exhausted/needs-human/cannot-reproduce back to the renovator orchestrator; never merges. Runs on sonnet.
Works a major-version Renovate PR to green inside a worktree — reads the changelog/release notes for breaking changes first, then follows the shared fix-loop doctrine (fix-loop.md), bounded by fix_attempts. Always parks the green result for human review; never auto-merges. Runs on opus.
Independently re-verifies that one Renovate patch/minor PR is still a safe, green, cleanly-mergeable bot PR, then squash-merges it. Mechanical gh-only work — never edits files, never fixes CI, never touches any PR but the one it is given. Dispatched one-at-a-time by the renovator skill.
Scaffold `.claude/renovator.json` for the renovator skill into the current repo, interactively. Detects the Renovate bot login from open PRs, prompts for the key knobs (bot login, fix-loops, merge method, no-CI safety), and writes all seven config knobs. Idempotent: never clobbers an existing config. Use when asked to set up, configure, or initialize renovator in a repository.
Autonomously drain a repository's open Renovate dependency PRs — merge the provably-safe green patch/minor ones, dispatch bounded fix-loops for red-CI and major-version PRs, and park what can't be safely resolved, all with state annotations. Each invocation is one full pass; safe to run under /loop. Dispatches a haiku merger agent per merge and a sonnet/opus fixer agent per fix-loop so this orchestrator's context stays flat regardless of PR count. Use when asked to process, merge, or triage Renovate dependency update PRs.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
github.com/stebennett/nyx-claude
A personal Claude Code plugin marketplace — a small collection of plugins used with Claude Code, published so they can be installed the same way as any other marketplace.
Add the marketplace, then install the plugins you want:
/plugin marketplace add stebennett/nyx-claude
/plugin install <plugin>@nyx-claude
Once added, plugins appear in /plugin and update when the marketplace is refreshed.
| Plugin | What it does |
|---|---|
code-safely-plugin | Safety guardrails + convenience auto-approvals: blocks destructive commands, protects dotfiles/credentials, keeps secrets out of git, prevents force-pushes, and auto-approves provably read-only/test/build commands. See its README. |
kanban-flow | Autonomous, card-driven kanban development: an orchestrator and specialist agents run each backlog card through slice → design → implement → test → review, shipping design and implementation as two reviewable PRs per card. See its README. |
github-app-identity | Give local automation a dedicated GitHub App identity: a global directory-aware gh shim (plus a git credential helper and per-repo git config) makes commits, pushes, and gh/API calls act as the App inside opted-in repos — never falling back to personal credentials. See its README. |
productivity | Carry work across sessions: handoff distils the current session into one self-contained document before context runs out, and continue reads it back in a fresh session, verifies the footing, and proposes a resumption plan for approval. See its README. |
.claude-plugin/
marketplace.json # Marketplace manifest — lists every published plugin
plugins/
<plugin>/
.claude-plugin/plugin.json # Plugin manifest (name, version, description)
commands/ agents/ skills/ # Optional, auto-discovered components
hooks/hooks.json # Optional event hooks
A plugin is discovered only once it is both present under plugins/ and listed in .claude-plugin/marketplace.json.
plugins/<name>/.claude-plugin/plugin.json with name, version, and description.commands/, agents/, skills/, hooks/hooks.json, .mcp.json — all optional)..claude-plugin/marketplace.json under plugins with a source pointing at its directory.${CLAUDE_PLUGIN_ROOT} so they resolve regardless of install location.npx claudepluginhub stebennett/nyx-claude --plugin devtoolsSafety guardrails and convenience auto-approvals for Claude Code: blocks destructive commands, protects critical dotfiles and credentials, prevents secret leaks and force-pushes, and auto-approves read-only/test/build commands.
Consult multiple AI coding agents (Gemini, OpenAI, Grok, Perplexity, plus codex, antigravity, and grok CLIs when installed) to get diverse perspectives on coding problems
Harness-native ECC operator layer - 67 agents, 278 skills, 94 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Matt Pocock's agent skills for real engineering — grilling, spec/ticket flows, TDD, code review, domain modelling and more. Plug-and-play, not vibe coding.