By leolionart
Manage Google Drive files via gws CLI — list, upload, search, share, and manage permissions.
npx claudepluginhub leolionart/claude-skills --plugin google-driveBộ sưu tập skills và plugins cho Claude Code, đóng gói để cài qua Claude Marketplace.
/plugin marketplace add leolionart/claude-skills
/plugin install <tên-plugin>
plugins/: các plugin/skill wrapper được publish để cài từ Marketplace, mỗi plugin có source root riêng để tránh lẫn namespace skillskills/: source content gốc cho từng skill.claude-plugin/: metadata marketplace và registry pluginhooks/: hooks dùng cho các plugin cần automationscripts/: script phụ trợ cho một số plugin/skillgoogle-workspacegoogle-gmailgoogle-drivegoogle-sheetsraindroplark-suiteVới nhóm Google Workspace cần
gwsCLI:npm install -g @googleworkspace/clirồigws auth login.
google-analytics-readerclaude-skill-trackerdiagramsocial-imagesave-and-releaseset-up-docker-app-updatesset-up-macos-app-updatesmcp-to-clitelegram-permission-alert — gửi Telegram khi Claude Code đang chờ bạn approve permission prompt, dùng một chat chung cho mọi projectdesign-ui — canonical shareable UI design skill with 6 families and 20 exemplar styles for choosing, reviewing, and converting visual directionredesign-skillmikrotik-managerjira-task-managerconfluence-publishinglark-mcpgit-sync.claude-plugin/ # metadata marketplace + registry plugin
plugins/ # installable plugin roots
skills/ # source content gốc cho từng skill
skills/ không được publish trực tiếp; Marketplace cài các package dưới plugins/.claude-skill-tracker là plugin hook-only dưới plugins/claude-skill-tracker/, dùng hooks để gửi telemetry 2-phase về CLIProxy Dashboard cho cả Skill, Agent, và SendMessage activity.telegram-permission-alert cần CC_TELEGRAM_ALERT_BOT_TOKEN và CC_TELEGRAM_ALERT_CHAT_ID. Plugin chỉ gửi metadata tối thiểu như project/tool/session để tránh đẩy raw command hoặc nội dung pending lên Telegram./plugin install telegram-permission-alert
!cat <<'EOF' >> ~/.zshrc
export CC_TELEGRAM_ALERT_BOT_TOKEN='123456:ABCDEF'
export CC_TELEGRAM_ALERT_CHAT_ID='123456789'
# Optional:
# export CC_TELEGRAM_ALERT_PREFIX='Claude Code needs approval'
# export CC_TELEGRAM_ALERT_NOTIFY_ON='permission-request'
EOF
source ~/.zshrc
Hook dùng PermissionRequest, nên timing bám theo permission dialog native của Claude Code. Sau khi source ~/.zshrc, mở session Claude Code mới nếu session hiện tại chưa thấy env mới.
MIT
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Frontend design skill for UI/UX implementation
Humanise text and remove AI writing patterns. Detects and fixes 24 AI tell-tales including inflated language, promotional tone, AI vocabulary, filler phrases, sycophantic tone, and formulaic structure.
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). Proactively activates in projects with cacheComponents: true, providing patterns for 'use cache' directive, cacheLife(), cacheTag(), cache invalidation, and parameter permutation rendering.
Create and edit Obsidian vault files including Markdown, Bases, and Canvas. Use when working with .md, .base, or .canvas files in an Obsidian vault.