GeekJourneyAI Agent Builder
I turn my thinking, projects, Skills, and knowledge bases into a content growth system that people and AI search can recognize.
- 01GitHub 公开 163 个仓库,代表项目 md2wechat 已有 3k+ Star
- 02维护 26 个开源工具、手册和 Agent Skill,覆盖公众号与 X 发布、Codex 实战、网页阅读、信息卡、需求发现、视频制作和多视角审议
- 03把文章、飞书知识库、沉思录和项目复盘沉淀成可追溯的实践资产
- 04163 public GitHub repositories, led by md2wechat with 3k+ stars
- 0526 open-source tools, guides, and Agent Skills across WeChat and X publishing, web reading, info cards, demand discovery, video production, and deliberation
- 06Essays, Feishu knowledge bases, field notes, and project retrospectives turned into traceable practice assets
$ whoami → engineer / writer / builder
md2wechat
— flagship project · Agent WeChat publishing engine —md2wechat is Agent-oriented WeChat creation infrastructure: understand article structure, choose a layout strategy, generate cover images and illustrations, check WeChat compatibility, and push the result to the WeChat draft box.
The project started from my own WeChat writing pain, then evolved through a web editor, API, MCP Server, CLI, and Skill. It demonstrates my builder method: solve a real problem, build in public, extract real demand from user feedback, then turn the tool into infrastructure Agents can call repeatedly.
My Practice Assets
— projects, skills, knowledge bases, thinking —These are practice assets left by years of building, publishing, and reviewing real work. If someone wants to understand GeekJourney, the evidence starts here.
GitHub Project Library
163 public repos
My open-source tools, CLIs, Agent Skills, and product experiments live here. Pinned projects include md2wechat, claude-design-card, jina-cli, obsidian-md2wechat, ai-daily-skill, hyperframes-motion-director, and agora.
Skills Collection
26 tools, guides, and skills
These Skills and CLIs serve real workflows: WeChat automation, web reading, info cards, learning paths, image processing, email reading, demand discovery, Chinese web search, video production, industry research, naming, and multi-perspective deliberation.
Jieni AI Practice Manual
10 sections · 85 pages
This is the Feishu knowledge base I am reorganizing. Legacy assets have been migrated into a new learning structure with the personal-intro entry preserved.
Ask My Feishu KB
AI Q&A space
Ask questions against my Feishu knowledge base: projects, essays, workflows, notes, and content growth system context.
Essays and Field Notes
essays and field notes
WeChat, X, blog posts, and project retrospectives record how my judgment changes over time: product tradeoffs, tool failures, Agent workflows, and personal knowledge systems.
Recently
— fresh out of the press —- 2026·07·25The Model Is the Brain. The Harness Determines Whether the Agent Finishes the Job
- 2026·07·25Claude Code Cut 80% of Its System Prompt. I Rethought My Content System.
- 2026·07·25After Shipping md2wechat 3.0, I Had to Face Its Ceiling
- 2026·06·30June Retrospective: Turning AI Workflows Into a Delivery System
- 2026·06·16How My Content Growth System Evolved Over the Last Few Months
Featured Workshop
— flagship project and tool matrix —- № 01md2wechat
Agent-native WeChat creation CLI: write in Markdown, use 48 professional themes and 53 advanced layout modules, generate AI images, inspect readiness, manage multiple accounts, and push drafts.
- № 02obsidian-md2wechat
Obsidian plugin for publishing Markdown notes to WeChat Official Accounts with md2wechat themes and one-click formatting.
- № 03feishu-md2wechat
Convert Feishu/Lark documents into WeChat-ready articles with md2wechat formatting, themes, and publishing flow.
Tools I Built
— one command, in your repo —md2wechat
0Agent-native WeChat creation CLI: write in Markdown, use 48 professional themes and 53 advanced layout modules, generate AI images, inspect readiness, manage multiple accounts, and push drafts.
$ brew install geekjourneyx/tap/md2wechat
claude-design-card
0Generate Claude/Anthropic-styled HTML info cards from any text, screenshot to PNG, multi-card montage, shareable in WeChat
$ npx skills add https://github.com/geekjourneyx/claude-design-card
jina-cli
0Web reading CLI for AI agents, convert any URL to LLM-friendly Markdown via Jina Reader API
$ curl -fsSL https://raw.githubusercontent.com/geekjourneyx/jina-cli/main/scripts/install.sh | bash
obsidian-md2wechat
0Obsidian plugin for publishing Markdown notes to WeChat Official Accounts with md2wechat themes and one-click formatting.
$ git clone https://github.com/geekjourneyx/obsidian-md2wechat
ai-daily-skill
0Claude Code skill for daily AI industry briefs, smart categorization, Markdown reports, web pages, and shareable social images.
$ /plugin marketplace add geekjourneyx/ai-daily-skill
hyperframes-motion-director
0Chinese-first Agent Skill for producing HyperFrames motion videos from articles, products, websites, and README files.
$ npx skills add https://github.com/geekjourneyx/hyperframes-motion-director
agora
0Multi-perspective deliberation system, 6 rooms, 31 thinkers, structured debate for any life domain
$ npx skills add https://github.com/geekjourneyx/agora
md2wechat-lite
0Lightweight WeChat formatting CLI, article drafts, image posts, batch upload, 40+ themes
$ curl -fsSL https://raw.githubusercontent.com/geekjourneyx/md2wechat-lite/main/cli/scripts/install.sh | sh
github-topics-trending
0Automated GitHub topic trend tracker with AI summaries, star-growth analysis, daily email reports, and GitHub Pages output.
$ git clone https://github.com/geekjourneyx/github-topics-trending
travel-guidebook
0AI agent skill that generates beautifully typeset travel guidebook PDFs, from research to print, powered by parallel agents and Amap MCP
$ npx skills add https://github.com/geekjourneyx/travel-guidebook
feishu-md2wechat
0Convert Feishu/Lark documents into WeChat-ready articles with md2wechat formatting, themes, and publishing flow.
$ git clone https://github.com/geekjourneyx/feishu-md2wechat
interactive-learning
0Turn any content into a verifiable learning path, concept extraction, diagnostic, Socratic verification loop
$ npx skills add https://github.com/geekjourneyx/interactive-learning
md2wechat-mcp-server
0MCP server that lets Claude Code and other AI agents format and publish WeChat articles through md2wechat.
$ git clone https://github.com/geekjourneyx/md2wechat-mcp-server
readme-generator
0Generate professional README.md with 16:9 infographics, SEO-optimized metadata, and structured author sections, powered by Playwright and AI agent skills
$ npx skills add https://github.com/geekjourneyx/readme-generator
any2card
0Convert any text, article, or thread into shareable HTML info cards with 4 theme families
$ npx skills add https://github.com/geekjourneyx/any2card
tanso
0Agent-friendly AI search CLI for Chinese web signals, querying Bocha, Volcengine Ark, and Zhihu with normalized terminal or JSON output.
$ npm install -g @geekjourneyx/tanso
github-demand-radar
0Agent Skill that scans GitHub issues and PRs to find commercial developer-tool opportunities with demand cards, scoring, and validation probes.
$ npx skills add https://github.com/geekjourneyx/github-demand-radar
awesome-codex-guide
0A practical Chinese guide to OpenAI Codex covering the CLI, AGENTS.md, permissions, MCP, Skills, subagents, workflows, and troubleshooting.
$ git clone https://github.com/geekjourneyx/awesome-codex-guide
industry-research
0Agent Skill for turning industry, market, and company questions into evidence-led research workspaces and confidence-scored reports.
$ npx skills add https://github.com/geekjourneyx/industry-research
imgcli
0CGO-free image processing CLI for agents, inspect, compose, convert, stitch, smart-pad, batch PDF
$ curl -fsSL https://raw.githubusercontent.com/geekjourneyx/imgcli/main/scripts/install.sh | bash
geekx-skills
0Agent Skills collection for reusable judgment workflows, starting with geekx-gate for cutting noisy requirements before design.
$ npx skills add geekjourneyx/geekx-skills --all
namelens
0Agent Skill for researching and stress-testing open-source project names, including collision checks and launch-ready naming decisions.
$ npx skills add https://github.com/geekjourneyx/namelens
theatre
0Immersive historical narrative experience Skill powered by a Witness Engine. It supports multi-script extension and places you inside the scene at different depths.
$ npx skills add https://github.com/geekjourneyx/theatre
gcli
0Gmail read-only CLI, OAuth + PKCE auth, cloud-server friendly, structured JSON output
$ curl -fsSL https://raw.githubusercontent.com/geekjourneyx/gcli/main/scripts/install.sh | bash
md2x
0Agent-native CLI for publishing Markdown to X Articles with DraftJS rendering, media upload, and OAuth 2.0 PKCE.
$ npm install -g @geekjourneyx/md2x
go-cli-ship
0Agent Skill for shipping production-ready Go CLIs with release templates, npm wrappers, and GitHub Actions workflows.
$ npx skills add https://github.com/geekjourneyx/go-cli-ship