npx claudepluginhub nq-rdl/agent-extensions --plugin dev-tools../../../agents/address-comments/agent.md
../../../agents/context-architect/agent.md
../../../agents/go-mcp-expert/agent.md
../../../agents/plan/agent.md
../../../agents/repo-architect/agent.md
../../../agents/research-technical-spike/agent.md
../../../agents/se-technical-writer/agent.md
Curated reusable agent skills and integrations published in host-native formats. Shared skills live in the skills/ submodule; host-specific packaging for Claude Code, Codex, Gemini CLI, pi.dev, and OpenCode lives in this repository.
See docs/codex.md for installation, the native Codex marketplace model, and the bundle layout.
/plugin marketplace add nq-rdl/agent-extensions
/plugin and enable bundlesgemini extensions add nq-rdl/agent-extensions
See docs/local-testing.md for local/devcontainer install.
pi.dev and OpenCodeTBA.
This repo follows two conventions for top-level agent context files. The third one is intentionally different from how most repos handle it:
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.GEMINI.md — not a symlink, unlike CLAUDE.md. This repo is itself a Gemini CLI extension, and GEMINI.md is consumed as the extension's published catalog (the bundles, skills, and agents this extension provides) rather than as agent contributor guidance. It is regenerated from registry/bundles/*.yaml by scripts/generate-gemini-extension.sh, and CI fails if it drifts. To update its content, edit the registry bundles and run the regen script — don't hand-edit.A second, subtler reason GEMINI.md cannot be a symlink: the regen script writes via Python's Path.write_text(), which follows symlinks. If GEMINI.md → AGENTS.md existed, the next regen would silently overwrite AGENTS.md with the bundle catalog.
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.Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.
Uses power tools
Uses Bash, Write, or Edit tools
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Meta-prompting and spec-driven development system for Claude Code. Productivity framework for structured AI-assisted development.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques