By Davie521
Document creation tools: printable A4 cheatsheets from Markdown with multi-column layout
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.
Vibe writing assistant: AI-guided four-phase writing workflow with Socratic dialogue
Work integrations: Feishu/Lark MCP for messaging, groups, documents, and file operations
Development workflow automation: Git PR pipeline, Copilot lint review, multi-agent implementation, browser MCP routing
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
npx claudepluginhub davie521/claude-skills --plugin documentStructured documents for AI agents — 45 production-ready components with a coherent visual system. Decisions, architecture flows, collapsible references, metrics, and charts rendered as self-contained HTML.
Technical documentation specialist for README files, API docs, user guides, specifications, and release notes with Obsidian vault management
Create beautiful HTML presentations from markdown specs using a Poimandres-themed template
Create beautiful, self-contained HTML visualizations from any content or idea. Use for slide decks, dashboards, infographics, flowcharts, timelines, cheat sheets, posters, and more.
Documentation generation - API docs, README, knowledge graphs, LaTeX PDF conversion
Generate NotebookLM artifacts (slides, audio, video, mind maps, quizzes, flashcards, infographics, reports, data tables) from your notebooks. Use when the user wants to create any NotebookLM Studio output from their uploaded sources.