By Davie521
Development workflow automation: Git PR pipeline, Copilot lint review, multi-agent implementation, browser MCP routing
Agent Team implementation workflow for executing coding plans. Orchestrates Implementer, Reviewer, and Tester agents in sequence with worktree isolation. Use when: (1) user says 'impl', (2) user provides an implementation plan to execute, (3) user wants multi-agent coordinated development with review checkpoints.
Browser MCP routing guide: automatically select the right browser tool (Agent Browser for browsing/form-filling, Chrome DevTools for performance/debugging, Playwright for E2E testing) based on user intent. Use when user mentions browsing, performance analysis, debugging, or testing web pages.
Copilot Lint review workflow: check CI status → run local lint/build → review Copilot PR comments with critical thinking → fix only necessary issues → loop. Use when user says 'cl' or wants to review and fix Copilot code review comments.
Automated Git PR workflow: detect status → commit → create PR → wait for CI → fix failures → check Copilot comments → loop until all green. Use when user says 'cpr' or wants to push code through the full PR pipeline.
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 dev-workflowVibe writing assistant: AI-guided four-phase writing workflow with Socratic dialogue
Work integrations: Feishu/Lark MCP for messaging, groups, documents, and file operations
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
Standalone utilities for codebase exploration, web research, git operations, and code maintenance
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.
Use only when the user explicitly asks to stage, commit, push, and open a GitHub pull request in one flow using the GitHub CLI (`gh`). Originally from OpenAI's curated skills catalog.
End-to-end development workflow: design → draft-plan → orchestrate → review → pr-create → pr-review → pr-merge
Documentation, research, test generation, document generation, and prompt optimization tools
Development workflow automation including feature development, code quality, and PR management