Collection of Claude Code skills and plugins — tracker, integrations, and productivity workflows
npx claudepluginhub leolionart/claude-skillsBộ 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
Track Claude Code skill and agent activity to your CLIProxy Dashboard — tokens, duration, tool calls, and session context, all automatic
Auto-sync git repo on session start/end — pulls latest (main + submodules) when Claude starts, auto-commits and pushes all changes when Claude stops.
Lark / Feishu MCP server — integrate Claude with Lark Suite (messages, docs, calendar, bitable, approval workflows).
Generate ASCII and Mermaid diagrams — flowcharts, sequence diagrams, architecture, Gantt, ERDs, state machines. Auto-selects format based on context.
Manage Raindrop.io bookmarks — save, search, organize collections and tags via Raindrop API.
Manage MikroTik routers — configure firewall rules, routing, VPN, DHCP, wireless, and diagnose network issues via RouterOS API.
Query Google Analytics 4 reports — traffic, events, conversions, audience segments. Outputs structured summaries and trend analysis.
Work with Lark / Feishu — send messages, manage docs, query bitable records, handle calendar events and approval workflows. Requires the lark-mcp plugin for full runtime integration.
Generate Facebook Stories (1080×1920) and Post (1080×1080) images with abstract wave/mesh backgrounds and centered title + excerpt/quote content.
Google Workspace CLI auth setup and cross-product workflows — standup reports, meeting prep, weekly digests using the gws CLI.
Send, reply, triage and stream Gmail via gws CLI — full threading support, inbox triage, and realtime NDJSON streaming.
Manage Google Drive files via gws CLI — list, upload, search, share, and manage permissions.
Read, write, and manage Google Sheets via gws CLI — includes Python helper script for CSV import/export and formatted table output.
Save work with clear commits, auto-push the branch, and draft release notes by default; only publish tags or GitHub releases when explicitly requested.
Set up a Docker app so new versions can be built, published, and rolled out with a simple, repeatable update flow.
Set up a macOS app to show its current version and let users know when an update is available.
Canonical frontend design skill for creating, reviewing, or restyling UI across 6 design families and 20 exemplars, from editorial and SaaS clarity to premium, tactile, and experimental directions.
Audit-first redesign skill for existing websites and apps. Reuses the same design brain as design-ui, but focuses on low-risk, stack-preserving upgrades.
Generate standalone CLIs or make one-off tool calls from MCP servers using mcporter. Use when the user wants to convert an MCP into a compiled CLI, inspect available MCP tools, import MCP definitions from Claude Code/Cursor/Codex, authenticate remote HTTP MCPs, or call MCP tools without registering the server in Claude Code.
Create and manage Jira tasks for the AI project, assign tasks to correct team members, assign to sprints, and link to appropriate Epics. Use when user wants to create, update, or manage Jira tickets.
Publish markdown deliverables to Confluence with compliant formatting, metadata syncing, and automation hooks. Use when the user wants to publish a document to Confluence, update an existing Confluence page, sync local markdown to Confluence, or mentions push to Confluence, đăng lên Confluence, or cập nhật trang Confluence.
Send Telegram alerts when Claude Code shows a permission dialog, so you can come back and approve blocked work quickly.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.