Skills nexus for research, data analysis, and business workflows
This plugin is not yet in any themed marketplace. To install it, you'll need to add it from GitHub directly.
Choose your preferred installation method below
A marketplace is a collection of plugins. Every plugin gets an auto-generated marketplace JSON for individual installation, plus inclusion in category and themed collections. Add a marketplace once (step 1), then install any plugin from it (step 2).
One-time setup for access to all plugins
When to use: If you plan to install multiple plugins now or later
Step 1: Add the marketplace (one-time)
/plugin marketplace add https://claudepluginhub.com/marketplaces/all.json
Run this once to access all plugins
Step 2: Install this plugin
/plugin install nexus@all
Use this plugin's auto-generated marketplace JSON for individual installation
When to use: If you only want to try this specific plugin
Step 1: Add this plugin's marketplace
/plugin marketplace add https://claudepluginhub.com/marketplaces/plugins/nexus.json
Step 2: Install the plugin
/plugin install nexus@nexus
Domain-focused agent with skills pattern for research and data analysis.
This plugin implements the Skills Pattern with JIT context injection:
find-skill
command for pattern matching# In Claude Code
/plugin marketplace add oneryalcin/nexus-plugin
/plugin install nexus@nexus-marketplace
Restart Claude Code. On next session, skills will be automatically cloned to ~/.config/nexus/skills/
.
# Clone this repo
git clone https://github.com/oneryalcin/nexus-plugin.git
# Add as local marketplace
/plugin marketplace add ./nexus-plugin
# Install
/plugin install nexus@nexus-marketplace
find-skill [pattern]
- Discover relevant skills~/.config/nexus/skills/
session-start.sh
clones/updates nexus-skills repogetting-started/SKILL.md
find-skill [pattern]
writing-skills
to create new skillSkills update automatically via git pull
on each session start. If your local skills have diverged from upstream, the hook will notify you.
~/.config/nexus/skills/
nexus-plugin/
├── .claude-plugin/
│ ├── plugin.json # Plugin manifest
│ └── marketplace.json # Self-referencing marketplace
├── commands/
│ └── find-skill # Discovery tool
├── hooks/
│ ├── hooks.json # Hook configuration
│ └── session-start.sh # Bootstrap script
└── lib/ # Support code (if needed)
MIT License - see LICENSE file for details
0.1.0