plugins marketplace
← All plugins

freshie-inventory-manager

v1.5.0

Unified command center for the freshie ecosystem inventory database — discovery scans, compliance grading, batch remediation, querying, and reporting across 51 tables of plugin/skill/pack metadata

Claude Code1 skill

by Jeremy LongshoreMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/database/freshie-inventory-manager/ inside the repository.

Layout

plugins/database/freshie-inventory-manager/
├── .claude-plugin/plugin.json
└── skills/freshie-inventory/SKILL.md

Skills1

freshie-inventoryskills/freshie-inventory/SKILL.md

Manage the freshie ecosystem inventory database — a CMDB tracking all plugins, skills, packs, and compliance grades across 51 SQLite tables. Use when checking ecosystem health, running discovery scans, validating compliance, remediating issues, querying inventory data, comparing runs, exporting data, or generating status reports. Trigger with "freshie status", "inventory scan", "ecosystem audit", "grade report", "compliance check", "remediate skills", "query freshie", "compare runs", "export grades", or "freshie report".

Manifests1

plugins/database/freshie-inventory-manager/.claude-plugin/plugin.json
{
  "name": "freshie-inventory-manager",
  "version": "1.5.0",
  "description": "Unified command center for the freshie ecosystem inventory database — discovery scans, compliance grading, batch remediation, querying, and reporting across 51 tables of plugin/skill/pack metadata",
  "author": {
    "name": "Jeremy Longshore",
    "email": "jeremy@intentsolutions.io"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "database",
    "inventory",
    "freshie",
    "compliance",
    "sqlite",
    "ecosystem",
    "audit",
    "agent-skills"
  ]
}