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.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 hooksUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Memory compression system for Claude Code - persist context across sessions
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.