By Davie521
Work integrations: Feishu/Lark MCP for messaging, groups, documents, and file operations
English | 中文
A collection of Claude Code plugins for development workflow automation, writing assistance, and productivity tools.
Automated development workflows for Claude Code.
/cpr — Git PR PipelineOne command to go from local changes to a merged-ready PR. Claude automatically:
ghgh pr checks --watchNo manual intervention needed — just type /cpr and walk away.
/cl — Copilot Lint ReviewFocused CI + Copilot code review workflow. Unlike /cpr, this doesn't create PRs — it reviews an existing one:
/impl — Multi-Agent ImplementationOrchestrates a team of specialized agents for larger features:
| Phase | Agent | What it does |
|---|---|---|
| 0 | Planner | 2-3 rounds of plan iteration in plan mode before any code is written |
| 1 | Implementer | Writes code in an isolated git worktree following the plan |
| 2 | Reviewer | Code review against plan, coding standards, security, a11y |
| 3 | Tester | Runs tests, Playwright screenshots, fixes bugs on the spot |
| 4 | Reviewer | Final review of test fixes |
| 5 | Wrap-up | Clean commit history, create feature branch and PR |
Each agent completes → gets reviewed → issues fixed → next agent starts.
browser — Browser MCP RoutingAutomatically selects the right browser tool based on your intent:
| Intent | MCP Selected |
|---|---|
| Browse, fill forms, open pages | browser-use (Agent Browser) |
| Performance, debugging, network, console | Chrome DevTools |
| E2E testing, full flow testing | Playwright |
vibe-writing — AI Writing AssistantA 4-phase co-writing workflow where you lead, AI assists:
| Phase | Trigger | What happens |
|---|---|---|
| Learn | Default entry | Socratic dialogue — AI asks probing questions, every 4 rounds generates a knowledge card (core insight + evidence + quotes) |
| Structure | Say "structure" | Aggregates cards, proposes 2-3 article structures (problem-solution, comparison, progressive, story, listicle, SCQA) |
| Write | Say "write" / "iterate" | Say "organize" to consolidate, "polish" to fact-check and refine language |
| Finalize | Say "finalize" | Chains all output cards + transitions + intro/conclusion into a complete article |
Start from any phase depending on how much you already have.
cheatsheet — Printable A4 Cheatsheet CreatorCreates dense, exam-ready cheatsheets from Markdown:
python3 md2html.py input.md → open HTML → print to PDFfeishu — Feishu/Lark IntegrationOperates Feishu (Lark) via MCP server:
Requires a Feishu MCP server to be configured.
Install individual plugins via Claude Code CLI:
# Install all plugins from this marketplace
claude plugins add Davie521/claude-skills dev-workflow
claude plugins add Davie521/claude-skills writing
claude plugins add Davie521/claude-skills document
claude plugins add Davie521/claude-skills work-tools
After installation, simply type the command in Claude Code:
> /cpr # Push code through full PR pipeline
> /cl # Review and fix Copilot lint comments
> /impl # Multi-agent coordinated implementation
> write an article about... # Triggers vibe-writing
> create a cheatsheet for... # Triggers cheatsheet
gh) for cpr/cl workflowsMIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub davie521/claude-skills --plugin work-toolsVibe writing assistant: AI-guided four-phase writing workflow with Socratic dialogue
Development workflow automation: Git PR pipeline, Copilot lint review, multi-agent implementation, browser MCP routing
Document creation tools: printable A4 cheatsheets from Markdown with multi-column layout
Ghostty-native notifications for Claude Code: time-tiered alerts (silent under 3min, no-sound 3-10min, with sound over 10min) and click-to-jump tab focus
Office productivity skills for patent applications, PRD generation, Feishu document creation, and browser automation
GitHub and Git workflow tools: commit-creator, pr-creator, pr-reviewer, and pr-comment-resolver agents, slash commands for commits, PRs, and review comment resolution, plus skills for PR/commit workflows.
Documentation and authoring workflow router: audit docs vs code drift, sync docs after changes, optimize prompts and SKILL.md files, validate GLFM and Markdown formatting, summarize files/URLs/images with fidelity enforcement. Use when: docs are out of date, CLAUDE.md needs improving, SKILL.md needs optimizing, checking if documentation matches code, summarizing files or URLs.
Documentation, research, test generation, document generation, and prompt optimization tools
Interactive markdown review with web UI - review plans and documents with checkbox approvals and inline comments
DOCX creation, editing, and redlining with tracked changes and OOXML validation