feat(gemini): add Gemini CLI extension support
Add gemini-extension.json manifest with correct array-format settings, symlink skills/last30days/SKILL.md to root SKILL.md for Gemini skill discovery, add Gemini install paths to bash for-loop in both main and open variant, and add Gemini CLI install instructions to README. Incorporates the good parts of PR #53 (manifest, paths, README) while avoiding duplicate SKILL.md, tool name scattering, and allowed-tools pollution that would have created maintenance issues. Closes #45 Co-Authored-By: Alex Ferrari <alex@thealexferrari.com> Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -36,6 +36,12 @@ Instagram Reels is now the 8th signal source. TikTok and Instagram both run on S
|
||||
|
||||
## Installation
|
||||
|
||||
### Gemini CLI
|
||||
```bash
|
||||
gemini extensions install https://github.com/mvanhorn/last30days-skill.git
|
||||
```
|
||||
|
||||
### 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