Accesses Google Sheets as CSV/JSONL and Google Docs as text/Markdown via gcloud CLI commands gsheet and gdoc. Activates on shared URLs or mentions of Sheets/Docs.
From shipnpx claudepluginhub thkt/dotclaude --plugin toolkitThis skill is limited to using the following tools:
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Calculates TAM/SAM/SOM using top-down, bottom-up, and value theory methodologies for market sizing, revenue estimation, and startup validation.
Access Google Sheets and Docs via CLI.
| Pattern | Type |
|---|---|
docs.google.com/spreadsheets/d/ | Google Sheets |
docs.google.com/document/d/ | Google Docs |
# CSV format
gsheet "URL"
# JSONL format (for structured data)
gsheet "URL" json
# Text format
gdoc "URL"
# Markdown format
gdoc "URL" md
| Data Type | Recommended Format |
|---|---|
| Tabular data | json (JSONL) |
| Documents/Specs | md (Markdown) |
| Simple retrieval | Default (CSV/txt) |