Files
Test e95a88372b Add plugin and marketplace manifests
Anthropic's docs are explicit that skills are not a standalone submission
type — they must be bundled in a plugin. Without .claude-plugin/ this repo
could not be listed in the official or community marketplaces, in any of the
third-party marketplaces, or picked up by the marketplace auto-crawlers.

Adds .claude-plugin/plugin.json (the plugin itself) and marketplace.json so
the repo doubles as its own marketplace — users can run
`/plugin marketplace add useosint/osint-skills` with no gatekeeper.

Marketplace name is `useosint`; `agent-skills`, `claude-code-plugins` and
similar are reserved by Anthropic.

.mcp.json is deliberately omitted until the MCP endpoint is publicly live —
a plugin that ships an unreachable server URL fails on connect for every user
who installs it.

Verified with `claude plugin validate`.
2026-08-03 10:12:52 +10:00
..