feat(plugin): publish as Claude Code marketplace plugin
Update .claude-plugin/marketplace.json and plugin.json to v2.9.5 with full metadata. Add plugin install instructions to README as the recommended install method. The repo root serves as both the marketplace and the plugin - skills/last30days/SKILL.md (symlink) is discovered automatically. Users can now install with: /plugin marketplace add mvanhorn/last30days-skill /plugin install last30days@last30days-skill Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -36,12 +36,18 @@ Instagram Reels is now the 8th signal source. TikTok and Instagram both run on S
|
||||
|
||||
## Installation
|
||||
|
||||
### Claude Code Plugin (recommended)
|
||||
```
|
||||
/plugin marketplace add mvanhorn/last30days-skill
|
||||
/plugin install last30days@last30days-skill
|
||||
```
|
||||
|
||||
### Gemini CLI
|
||||
```bash
|
||||
gemini extensions install https://github.com/mvanhorn/last30days-skill.git
|
||||
```
|
||||
|
||||
### Claude Code / Codex
|
||||
### Manual Install (Claude Code / Codex)
|
||||
```bash
|
||||
# Clone the repo
|
||||
git clone https://github.com/mvanhorn/last30days-skill.git ~/.claude/skills/last30days
|
||||
|
||||
Reference in New Issue
Block a user