plugins marketplace
← All plugins

dependency-management

v1.2.1

Dependency auditing, version management, and security vulnerability scanning

CodexClaude Code

by Seth HobsonMIT38.6kupdated 4 days ago

Source

git clone https://github.com/wshobson/agents

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/dependency-management/ inside the repository.

Layout

plugins/dependency-management/
├── .codex-plugin/plugin.json
└── .claude-plugin/plugin.json

Manifests2

plugins/dependency-management/.codex-plugin/plugin.json
{
  "name": "dependency-management",
  "version": "1.2.1",
  "description": "Dependency auditing, version management, and security vulnerability scanning",
  "skills": "./skills/",
  "author": {
    "name": "Seth Hobson",
    "email": "seth@major7apps.com"
  },
  "license": "MIT",
  "interface": {
    "displayName": "Dependency Management",
    "shortDescription": "Dependency auditing, version management, and security vulnerability scanning",
    "category": "Coding"
  }
}
plugins/dependency-management/.claude-plugin/plugin.json
{
  "name": "dependency-management",
  "version": "1.2.1",
  "description": "Dependency auditing, version management, and security vulnerability scanning",
  "author": {
    "name": "Seth Hobson",
    "email": "seth@major7apps.com"
  },
  "license": "MIT"
}