Agent Plugins Marketplace
All plugins

resource-catalog

v0.1.1

Browse the startup hub's live reference catalogs (frontend, backend, component libraries, free APIs, open-source and government repos) fetched fresh from the hub.

Claude Code2 Skills

By arivodeaux0 GitHub starsUpdated 6 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 17, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install resource-catalog for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install resource-catalog@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/arivodeaux/startup

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/resource-catalog/.

Plugin files

plugins/resource-catalog/
├── .claude-plugin/plugin.json
├── skills/browse-resources/SKILL.md
└── skills/find-building-blocks/SKILL.md

Included Skills2

browse-resourcesskills/browse-resources/SKILL.md

Browse the startup hub's reference catalogs (frontend, backend, component libraries, free APIs, open-source and government repos). Use when the user wants a curated resource, an API, a library, a component kit, or an open-source/gov dataset to build with.

find-building-blocksskills/find-building-blocks/SKILL.md

During the plan phase for a NEW build, check whether existing code/APIs/libraries in the hub catalogs would reach the goal with less work or fewer tokens than building from scratch. Invoked by the CLAUDE.md plan-step or on explicit request. Runs a deterministic gate first and only searches when there is a basis.

Plugin manifests1

plugins/resource-catalog/.claude-plugin/plugin.json
{
  "name": "resource-catalog",
  "description": "Browse the startup hub's live reference catalogs (frontend, backend, component libraries, free APIs, open-source and government repos) fetched fresh from the hub.",
  "version": "0.1.1",
  "author": {
    "name": "arivodeaux"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[resource-catalog on Agent Plugins Marketplace](https://pluginsmp.com/plugins/resource-catalog)