Skip to content

NominexHQ/agentic-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agentic Plugin

Public distribution repository for Nominex Agentic tooling across both Claude Code and OpenCode runtimes.

Repository layout

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/

Runtime surfaces

  • claudecode/agentic-plugin/ - Claude Code plugin package and skills
  • opencode/agentic-plugin/ - OpenCode plugin package and instruction-backed commands

Installation

Claude Code (project scope)

From 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 account

OpenCode

OpenCode 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.json

Source and sync

This repository is sync-managed from the canonical harness workspace. Release sync publishes both runtime surfaces together.

About

Developer tooling for auditing, porting, and building Claude Code skills and OpenCode plugin commands.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors