UMBRELLA: Write implementation plans AND execute them via subagents — bite-sized tasks, TDD, two-stage review. Covers planning methodology and subagent-driven execution workflow.
Skills in this repository
QianJinGuo/wiki - Page 2
SkillsMP has collected 106 skills from QianJinGuo/wiki. Open a skill to review its source and details.
QianJinGuo/wikiShowing 40 of 106 collected skills.
Read, deduplicate, check dead links, categorize, and archive Chrome bookmarks by manipulating the Bookmarks JSON file directly.
Decomposition playbook + anti-temptation rules for an orchestrator profile routing work through Kanban. The "don't do the work yourself" rule and the basic lifecycle are auto-injected into every kanban worker's system prompt; this skill is the deeper playbook…
Clone/create/fork repos; manage remotes, releases.
Maintain QMD (Quick Markdown Search) index, generate vector embeddings, and troubleshoot platform-specific issues on macOS Apple Silicon. Covers external API pipelines (Xunfei, OpenAI) and local fallbacks (sentence-transformers, node-llama-cpp).
Diagnose and fix common Feishu (Lark) WebSocket connection issues in the Hermes gateway: keepalive ping timeouts, DNS resolution failures, proxy conflicts, SSL errors, Executor shutdown, and process conflicts.
Scan an Obsidian vault for broken wikilinks and orphan pages. Distinguishes real broken links from false positives (syntax examples in documentation).
AI-native, runtime-portable, world-champion self-improving strategic coach that uses a Markdown knowledge base as an evidence-backed advisory, training, and decision system. V2.0 adds QMD/QMDX semantic search integration for cross-lingual evidence retrieval.…
Migrate cron jobs AND config.yaml from one LLM provider to another. Covers cron jobs.json edits, config.yaml cleanup (providers/delegation/TTS sections), the `model_metadata` warning pitfall, and direct endpoint verification. Includes the yidong/minimax-cn…
当用户说'加订阅'并提供微信文章 URL 时:1) 抓取文章入库 2) 提取 __biz 参数 3) 将公众号添加到 we-mp-rss 订阅列表 4) 重启容器。用户只说 URL 不做加订阅则只执行第 1 步。
Source text: Chinese
Sync OpenMAIC project to hp server (192.168.0.111, x86_64) and build/deploy Docker image. Covers rsync, docker build, container lifecycle, and env preservation.
当 Cloudflare Pages/Workers Free 计划的 10ms CPU 限制阻塞服务端 AI 调用时,将 RAG 计算从 Pages Function 迁移到客户端浏览器的通用方案。包含三层递增架构(客户端→QMD BM25→讯飞+Vectorize)、跨架构 Docker 构建、Vectorize API 陷阱。
Source text: Chinese
Monitor blogs and RSS/Atom feeds for updates using the blogwatcher-cli tool. Add blogs, scan for new articles, track read status, and filter by category.
Use when the user wants Hermes Agent to build, refine, test, or validate a CLI-Anything harness for a GUI application or source repository. Adapts the CLI-Anything methodology to Hermes without changing the generated Python harness format.
Comprehensive Cloudflare platform skill covering Workers, Pages, storage (KV, D1, R2), AI (Workers AI, Vectorize, Agents SDK), feature flags (Flagship), networking (Tunnel, Spectrum), security (WAF, DDoS), and infrastructure-as-code (Terraform, Pulumi). Use…
Multi-environment deployment isolation + end-to-end testing discipline. Use when deploying to multiple targets (Docker/Cloudflare/GitHub), fixing cross-environment issues, or verifying web UI changes. Prevents: breaking other environments while fixing one,…
Systematically evaluate technical proposals, migration plans, and design documents — verifying premises, assessing per-solution feasibility, comparing alternatives, and producing a risk register.
Clone/create/fork repos; manage remotes, releases.
Render Mermaid diagrams visually — local HTML, browser screenshots, mermaid.ink, and mermaid.live pitfalls. Use when a diagram needs to be shown to the user as an image, not just as code blocks.
Export slide-based educational content as MP4 videos with audio and subtitles. Pipeline: Playwright screenshots → ffmpeg video synthesis → SRT subtitle generation. Works with any structured slide data (JSON with canvas elements, audio files).
Operate the anti-ai-style-factory XFYUN batch pipeline — poll, consume, finalize, audit, and status. Covers API key bridging when config env var name doesn't match available key, and which steps are read-only.
Sync a local wiki (Obsidian vault) to Google Drive using rclone with .gitignore rules, including critical rclone-vs-git syntax differences discovered through trial and error.
Use when a scheduled poller/job currently advances a pipeline but never re-checks the artifacts it has already produced, and you need to add a read-only audit step that surfaces drift / structural problems / AI-taste regressions without mutating any files.
Debugging data mismatch issues — when files exist but references are broken. Checklist for avoiding common pitfalls during debugging.
Prepare an existing project for open-source release — clean repo, add tests/CI/docs, remove personal/env-specific paths, package for distribution.
Configure, extend, or contribute to Hermes Agent.
Batch-generate C4 SVG architecture diagrams from wiki entities. Light/dark themes. Takes structured JSON or wiki markdown, outputs self-contained HTML with L1/L2/L3 diagrams. IMPORTANT: Most entities are NOT suitable for C4 — always screen first.
Access Sapiens AI's multimodal models (Agnes AI platform) via OpenAI-compatible API. Covers agnes-2.0-flash (text), agnes-image-2.0-flash (image generation/editing), agnes-video-v2.0 (video generation), and agnes-image-2.1-flash.
Original design style library for anti-AI-taste HTML/PPT generation. 15,144 style seeds across 7 tiers (combinatorial expansion of 55 base movements × regions × media × moods × textures), each with DESIGN.md tokens + reference HTML + 8-dim rubric validation…
Dark-themed SVG architecture/cloud/infra diagrams as HTML.
CLI to manage emails via IMAP/SMTP. Use himalaya to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).
MCP client: connect servers, register tools (stdio/HTTP).
Systematically improve wiki entity quality through phased optimization: clean stubs, backfill scores, expand thin content, consolidate tags, build synthesis pages.
Diagnose and fix common Feishu (Lark) WebSocket connection issues in the Hermes gateway: keepalive ping timeouts, DNS resolution failures, proxy conflicts, SSL errors, Executor shutdown, and process conflicts.
Delegate coding to Claude Code CLI (features, PRs).
Internal placeholder for skill_manage validation; will be removed.
Migrate cron jobs from one LLM provider to another. Includes direct endpoint verification (user preference 2026-06-01), the yidong/minimax-cn API quirks, and the surprising fact that `cronjob update` does NOT change provider/model/base_url — those need direct…
Sync a local wiki (Obsidian vault) to Google Drive using rclone with .gitignore rules, including critical rclone-vs-git syntax differences discovered through trial and error.
Send email via Gmail SMTP and read email via Gmail IMAP through HTTP CONNECT proxy (xray/v2rayN)
Source text: Mixed languages
Diagnose and fix common we-mp-rss Docker container issues: container exited state, Docker Desktop not running, service unresponsive, and cron job failures.