By leolionart
Lark / Feishu MCP server — integrate Claude with Lark Suite (messages, docs, calendar, bitable, approval workflows).
npx claudepluginhub leolionart/claude-skills --plugin lark-mcpBộ 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
Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation
20 modular skills for idiomatic Go — each under 225 lines, backed by 48 reference files, 8 automation scripts (all with --json, --limit, --force), and 4 asset templates. Covers error handling, naming, testing, concurrency, interfaces, generics, documentation, logging, performance, and more. Activates automatically with progressive disclosure and conditional cross-references.
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Browser automation and end-to-end testing MCP server by Microsoft. Enables Claude to interact with web pages, take screenshots, fill forms, click elements, and perform automated browser testing workflows.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer