A collection of custom skills for Claude Code.
| Skill | Invocation | Description |
|---|---|---|
| download-gdoc | /download-gdoc <url-or-id> |
Downloads a Google Doc as Markdown and brings it into the conversation. Docs are cached at ~/.claude/gdocs/ and reused across sessions (zero-API-call fast path by default). Optional --comments fetches comment threads into a sibling .comments.md; --check-fresh probes for updates; --force re-downloads. Authenticates via gcloud ADC, with a documented Google Drive MCP fallback when ADC's GCP quota project can't see a Workspace doc. |
./install.shThis symlinks each skill directory from skills/ into ~/.claude/skills/, making them available to Claude Code.