By nominexhq
Developer tooling for auditing, porting, and building Claude Code skills and OpenCode plugin commands.
Audit an OpenCode plugin command across 12 dimensions: purpose, contract, communication style, response patterns, workflow, instruction content, dependencies, lifecycle, tool interactions, resources, configuration, and permissions. The 'command' is the TypeScript tool definition plus its paired instruction file. Use when the user asks to audit, review, or analyse an OpenCode plugin command or tool.
Audit a Claude Code plugin skill across 12 dimensions: purpose, contract, communication style, response patterns, workflow, instruction content, dependencies, lifecycle, skill interactions, resources, configuration, and permissions. Surfaces bugs and gaps with severity ratings. Use when the user asks to audit, review, or analyse a Claude Code plugin or specific skill.
Spec and build a new OpenCode plugin command (TypeScript tool + paired instruction file) from scratch. Walks through a four-phase collaboration: study existing anatomy → spec the new command → confirm with user → write and smoke test. Use when the user asks to build, add, or create a new OpenCode tool or command.
Design and implement Claude Code plugin skills end-to-end: analyze existing plugin conventions, spec invocation contract and workflow, confirm design with the user, then write SKILL.md plus any required reference/context files and validate consistency. Use for new skills, major rewrites, or expanding a plugin's capability surface.
Port an OpenCode plugin command to a Claude Code equivalent: either a CC skill (SKILL.md), a CC sub-agent (.claude/agents/<name>.md), or a CC slash command (commands/<name>.md). The command reads the OC TypeScript tool + paired instruction file, walks through a three-way output decision, and writes the chosen target. Use when the user asks to port, migrate, or convert an OpenCode command to Claude Code.
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.
Public distribution repository for Nominex Agentic tooling across both Claude Code and OpenCode runtimes.
agentic-plugin/
├── .claude-plugin/
│ ├── plugin.json
│ └── marketplace.json
├── claudecode/
│ └── agentic-plugin/
│ ├── README.md
│ ├── LICENSE.md
│ ├── .claude-plugin/
│ └── skills/
└── opencode/
└── agentic-plugin/
├── README.md
├── opencode.json
├── package.json
└── plugins/
claudecode/agentic-plugin/ - Claude Code plugin package and skillsopencode/agentic-plugin/ - OpenCode plugin package and instruction-backed commandsFrom your project root (assuming this repo is cloned as ./agentic-plugin):
claude plugin marketplace add ./agentic-plugin
claude plugin install agentic@nominex-agentic-plugin-marketplace --scope project
claude plugin reload
Scope notes:
--scope project installs only for the current project (recommended)--scope user installs globally for your user accountOpenCode does not use Claude marketplace installation. Copy the packaged OpenCode bundle
from this repo into your project's .opencode/ directory.
From your project root:
mkdir -p .opencode
rsync -a ./agentic-plugin/opencode/agentic-plugin/ ./.opencode/
This installs:
.opencode/plugins/ (including agentic.ts and instruction files).opencode/opencode.json.opencode/package.jsonThis repository is sync-managed from the canonical harness workspace. Release sync publishes both runtime surfaces together.
npx claudepluginhub nominexhq/agentic-plugin --plugin agenticDesign fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls
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.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
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.
Complete developer toolkit for Claude Code