mirror of
https://github.com/UseOSINT/Skills.git
synced 2026-09-14 20:16:57 +08:00
e95a88372b
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`.