Use when the user reports a bug, test failure, or unexpected behavior and wants it systematically diagnosed and fixed. Follows a four-phase methodology: assess, investigate, resolve, and quality-assure.
Use when the user wants to clean up a codebase by eliminating tech debt, removing unused code, simplifying patterns, and improving dependency hygiene. Applies the "subtract to add value" principle aggressively.
Curated reusable agent skills and agents packaged as Claude Code plugins. Each subject (a tool, library, language, or workflow) is one plugin: skills are invoked as /<subject>:<facet> (e.g. /go:secure, /gh:send-pr) and agents are delegated as subagents. Canonical skills live under skills/ and agents under agents/; each subject is published as a self-contained plugin under plugins/, listed in the repo-root marketplace manifest (.claude-plugin/marketplace.json).
Claude Code is the only publication target.
# Add the marketplace (once)
/plugin marketplace add nq-rdl/agent-extensions
# Install a single subject
/plugin install go@rdl-agent-extensions
# Onboarding: install the rdl-team plugin
/plugin install rdl-team@rdl-agent-extensions
See docs/bundles.md for the full subject list.
This repo keeps a single source of truth for top-level agent context files:
AGENTS.md — single source of truth for agent contributor guidance.CLAUDE.md → symlink to AGENTS.md. Claude Code loads CLAUDE.md as project context; symlinking keeps the two in sync.This repo is scope-licensed (not an OR dual-license — the license depends on the file, not the user's choice):
SPDX-License-Identifier: MIT. Full text: LICENSE.SPDX-License-Identifier: CC-BY-4.0. Full text: LICENSE-CC-BY-4.0.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.
npx claudepluginhub nq-rdl/agent-extensions --plugin debugR — language expertise, package development, CLI apps, CRAN, lifecycle, async, and testing
Go — idiomatic naming and secure error handling
Shiny — modern dashboards with bslib and Bootstrap 5 theming
Writerside — author and build JetBrains Writerside documentation
Defuddle — extract clean Markdown from cluttered web pages
Ultra-compressed communication mode. Cuts 65% of output tokens (measured) while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Agent that simplifies and refines code for clarity, consistency, and maintainability while preserving functionality
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Unified capability management center for Skills, Agents, and Commands.