Use this skill whenever the user mentions 微信读书, WeRead, 书架, 读书时间, 读书笔记, 划线, or wants to do anything with their personal reading data. This includes: book search (搜书/找书), shelf inspection, reading progress and time, notes and highlights export, book reviews, reading statistics (weekly/monthly/annual/overall)…
Cut a libgen-mcp release — bump VERSION, mirror it into the version-bearing manifests, regenerate llms.txt, tag, and publish to npm and LobeHub. Use when cutting or preparing a release, bumping the version, or publishing to the MCP registry, npm or LobeHub Marketplace.
Add a new MCP tool to libgen-mcp end-to-end: input/output structs with jsonschema descriptions, a recovery-wrapped handler, Markdown rendering, tests, and docs. Use when extending the tool surface. Prefer deepening an existing tool first.
Go testing patterns including table-driven tests, subtests, benchmarks, fuzzing, and test coverage. Follows TDD methodology with idiomatic Go practices.
Canonical reference for the unified Context object passed to every tool and resource handler in @cyanheads/mcp-ts-core. Covers the full interface, its RequestContext base, all sub-APIs (ctx.log, ctx.state, ctx.requestInput, ctx.inputs, ctx.enrich, ctx.content), and when to use each.
Design the tool surface, resources, and service layer for a new MCP server. Use when starting a new server, planning a major feature expansion, or when the user describes a domain/API they want to expose via MCP. Produces a design doc at docs/design.md that drives implementation.
A Chinese-language reflection framework that treats major failures as signals for what a person needs to improve. It guides someone to review the causes of a setback instead of only blaming outside circumstances.
A five-part checklist for judging whether a business idea has real demand, defensibility, control, room to grow, and the ability to operate without all of the owner’s time. A business idea passes only when it meets the relevant tests.
A process for turning a book into a practical, reusable method guide rather than a simple summary. It researches the book’s methods, decision rules, examples, limits, and supporting criticism.
A practical guide based on Robert Cialdini’s book Influence, which explains how signals such as reciprocity, social proof, scarcity, and authority can affect decisions. It can examine both persuasion attempts and ways to resist them.
Design the tool surface, resources, and service layer for a new MCP server. Use when starting a new server, planning a major feature expansion, or when the user describes a domain/API they want to expose via MCP. Produces a design doc at docs/design.md that drives implementation.
Ship a release end-to-end across every registry the project targets (npm, MCP Registry, GitHub Releases for .mcpb bundles, GHCR). Runs the final verification gate, pushes commits and tags, then publishes to each applicable destination. Assumes git wrapup (version bumps, changelog, commit, annotated tag) is already…