// the find
easychen/opc-methodology
《一人企业方法论》第二版,也适合做其他副业(比如自媒体、电商、数字商品)的非技术人群。
A Chinese-language book (second edition, ~60k characters) on running a one-person business — covering strategy, product building, and infrastructure. The 2026 update adds a set of AI agent 'skills' packaged as OpenAI-compatible YAML specs for business tasks like MVP design, niche positioning, and dashboard review. Aimed at solo developers and non-technical creators who want to build digital products or services without a team.
The agent skills layer is a concrete, useful addition — each skill ships with reference docs and an OpenAI-compatible agent spec, so you can drop them into any tool that speaks that format without glue code. The book structure separates strategy (why) from infrastructure (how to actually set it up), which most business books don't bother to do. The CC-BY-NC-SA license and self-hostable epub build mean the content is genuinely available, not just a lead magnet. Stars-to-forks ratio (~8.7x) suggests people are reading it, not just starring it.
The agent YAML specs target OpenAI's format specifically, so wiring them into Anthropic or local models takes manual adaptation — the abstraction doesn't hold across providers. The content is entirely in Chinese, which hard-limits the audience regardless of how good the material is. The 'skills' are prompt packs with reference docs, not runnable code — there's no orchestration layer, so 'agent skill set' oversells what's actually here. Version numbering (2.1) and chapter structure imply a coherent book, but the repo is a flat pile of markdown files with no rendered output committed — readers have to build it themselves with mdbook.