Yifan's personal skills and workflows
npx claudepluginhub davie521/claude-skillsDevelopment 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
Work integrations: Feishu/Lark MCP for messaging, groups, documents, and file operations
Vibe writing assistant: AI-guided four-phase writing workflow with Socratic dialogue
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
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations