# zhangxuefeng-skill | 花叔 | Knowledge Base | Instagit

张雪峰.skill — 张雪峰的认知操作系统。高考志愿/考研/职业规划的实战思维框架。由女娲.skill生成。

GitHub Stars: 8.2k

Repository: https://github.com/alchaincyf/zhangxuefeng-skill

---

## Articles

### [Where to Find zhangxuefeng-skill Documentation: Complete Guide to Source Files and Installation](/alchaincyf/zhangxuefeng-skill/documentation-for-zhangxuefeng-skill)

Find comprehensive zhangxuefeng-skill documentation, source files, and installation guides within the alchaincyf/zhangxuefeng-skill repository. Get started easily.

- Tags: getting-started
- Published: 2026-06-27

### [How to Integrate zhangxuefeng-skill with Other Systems: 4 Methods Explained](/alchaincyf/zhangxuefeng-skill/integrate-zhangxuefeng-skill-with-other-systems)

Learn 4 methods to integrate zhangxuefeng-skill with other systems. Explore CLI installers, manual cloning, and programmatic fetching for seamless integration.

- Tags: how-to-guide
- Published: 2026-06-27

### [Security Considerations for Zhangxuefeng-Skill: Complete Guide](/alchaincyf/zhangxuefeng-skill/security-considerations-zhangxuefeng-skill)

Discover essential security considerations for zhangxuefeng-skill. Learn about sandboxing, input sanitization, and supply-chain verification for safe web search execution.

- Tags: best-practices
- Published: 2026-06-27

### [How to Monitor the Performance of zhangxuefeng-skill: Runtime Instrumentation Guide](/alchaincyf/zhangxuefeng-skill/monitor-performance-zhangxuefeng-skill)

Learn how to monitor zhangxuefeng-skill performance with runtime instrumentation. This guide details how to add telemetry to your AI skill.

- Tags: performance
- Published: 2026-06-27

### [What Logging Mechanisms Are Available in zhangxuefeng-skill?](/alchaincyf/zhangxuefeng-skill/logging-mechanisms-zhangxuefeng-skill)

Discover logging mechanisms in zhangxuefeng-skill. Learn how it leverages Agent Skills runtime for logging via standard streams and LOG_LEVEL environment variables.

- Tags: api-reference
- Published: 2026-06-27

### [How to Test the zhangxuefeng-skill Project: A Complete Guide for Agent Skills Validation](/alchaincyf/zhangxuefeng-skill/test-zhangxuefeng-skill-project)

Learn to test the zhangxuefeng-skill project by installing it in an Agent Skills runtime and validating response patterns against mind-models. A complete guide.

- Tags: testing
- Published: 2026-06-27

### [What APIs Are Exposed by zhangxuefeng-skill? Understanding Agent Skill Interfaces](/alchaincyf/zhangxuefeng-skill/apis-exposed-by-zhangxuefeng-skill)

Discover how zhangxuefeng-skill uses a unique Markdown-based skill definition for AI agent runtimes via the Agent Skills protocol. Learn about its interface.

- Tags: api-reference
- Published: 2026-06-27

### [What Data Format Does zhangxuefeng-skill Use? A Deep Dive into Markdown + YAML Front‑Matter](/alchaincyf/zhangxuefeng-skill/data-format-zhangxuefeng-skill)

Discover the data format of zhangxuefeng-skill. This repository uses Markdown files with YAML front-matter, adhering to the Agent Skills specification. Learn more about this efficient structure.

- Tags: deep-dive
- Published: 2026-06-27

### [How to Import Skills into zhangxuefeng-skill: 3 Methods Explained](/alchaincyf/zhangxuefeng-skill/import-skills-zhangxuefeng-skill)

Learn how to import skills into zhangxuefeng-skill with 3 easy methods. Copy the repo, use the npx installer, or clone manually for efficient skill integration.

- Tags: how-to-guide
- Published: 2026-06-27

### [How to Contribute to the alchaincyf/zhangxuefeng-skill Project: A Complete Guide](/alchaincyf/zhangxuefeng-skill/contribute-to-alchaincyf-zhangxuefeng-skill)

Learn how to contribute to the alchaincyf/zhangxuefeng-skill project by editing markdown files and submitting a GitHub Pull Request. No build steps needed.

- Tags: how-to-guide
- Published: 2026-06-27

### [How to Add New Features to Zhangxuefeng-Skill: A Declarative Guide to Extending Agent Capabilities](/alchaincyf/zhangxuefeng-skill/add-new-features-zhangxuefeng-skill)

Add new features to zhangxuefeng-skill by editing declarative markdown files No compilation needed Extend agent capabilities with new decision heuristics research sources or trigger phrases

- Tags: how-to-guide
- Published: 2026-06-27

### [Main Components of the zhangxuefeng-skill Codebase: A Complete Architecture Guide](/alchaincyf/zhangxuefeng-skill/main-components-zhangxuefeng-skill-codebase)

Explore the zhangxuefeng-skill codebase. Understand its six core components: manifest, docs, knowledge base, examples, assets, and license. Get a complete architecture guide.

- Tags: architecture
- Published: 2026-06-27

### [How to Build the zhangxuefeng-skill Project for Production](/alchaincyf/zhangxuefeng-skill/build-zhangxuefeng-skill-for-production)

Build zhangxuefeng-skill for production without compilation. Install via npx or clone, ensure AI runtime support, and verify SKILL.md loads.

- Tags: how-to-guide
- Published: 2026-06-27

### [Why the zhangxuefeng-skill Repository Has No `src/` Directory: Understanding Agent-Skill Architecture](/alchaincyf/zhangxuefeng-skill/purpose-of-src-directory-zhangxuefeng-skill)

Discover why the zhangxuefeng-skill repository omits a src/ directory. Learn how markdown files drive agent skills with external runtimes like Claude Code.

- Tags: internals
- Published: 2026-06-27

### [How to Run the Development Server for zhangxuefeng-skill: Complete Setup Guide](/alchaincyf/zhangxuefeng-skill/run-development-server-zhangxuefeng-skill)

Easily run the zhangxuefeng-skill development server. Follow this complete setup guide to install a compatible runtime, register your skill, and launch the local HTTP server on localhost:3000.

- Tags: how-to-guide
- Published: 2026-06-27

### [How to Use zhangxuefeng-skill with Docker: Containerization Guide](/alchaincyf/zhangxuefeng-skill/zhangxuefeng-skill-with-docker)

Containerize zhangxuefeng-skill with Docker for easy deployment. Learn how to run any Agent Skills compatible runtime using Node.js and npx skills add for seamless integration.

- Tags: how-to-guide
- Published: 2026-06-27

### [How to Configure the zhangxuefeng-skill Project for AI Agent Runtimes](/alchaincyf/zhangxuefeng-skill/configure-zhangxuefeng-skill)

Configure the zhangxuefeng-skill project effortlessly for AI agent runtimes. Install and invoke the zhangxuefeng-perspective role without complex setups.

- Tags: how-to-guide
- Published: 2026-06-27

### [Prerequisites for Running zhangxuefeng-skill: Complete Setup Guide](/alchaincyf/zhangxuefeng-skill/prerequisites-for-zhangxuefeng-skill)

Learn the prerequisites for running zhangxuefeng-skill. Discover the Agent Skills runtime, Node.js 14+, npm, and internet access requirements for setup.

- Tags: getting-started
- Published: 2026-06-27

### [How to Install alchaincyf/zhangxuefeng-skill: Complete Setup Guide](/alchaincyf/zhangxuefeng-skill/how-to-install-alchaincyf-zhangxuefeng-skill)

Install alchaincyf/zhangxuefeng-skill easily with a quick command or by cloning the repo. Follow our complete setup guide for a seamless experience.

- Tags: how-to-guide
- Published: 2026-06-27

### [How Zhangxuefeng-skill Implements Family Background Diversion for Career Advice](/alchaincyf/zhangxuefeng-skill/how-does-zhangxuefeng-skill-handle-decisions-based-on-family-background-diversion)

Discover how Zhangxuefeng-skill's Family Background Diversion splits career advice into wealthy or non-wealthy paths. Learn about its unique checkpoint before recommendations.

- Tags: how-to-guide
- Published: 2026-06-12

### [How Zhangxuefeng-skill Uses the Irreplaceability Test for Career Decisions](/alchaincyf/zhangxuefeng-skill/how-does-zhangxuefeng-skill-use-the-irreplaceability-test)

Learn how zhangxuefeng-skill uses the Irreplaceability Test to assess career paths. Discover if your role is unique and easily replaceable to make informed career decisions.

- Tags: how-to-guide
- Published: 2026-06-12

### [What Is the Median Principle Heuristic in Zhangxuefeng-skill?](/alchaincyf/zhangxuefeng-skill/what-is-the-median-principle-heuristic-in-zhangxuefeng-skill)

Understand the Median Principle heuristic in Zhangxuefeng-skill. Learn how to make better career and education choices by focusing on the middle 50% of outcomes, ignoring extremes for practical decisions.

- Tags: deep-dive
- Published: 2026-06-12

### [How the Soul Inquiry Method Works in Zhangxuefeng-skill](/alchaincyf/zhangxuefeng-skill/how-does-the-soul-inquiry-method-work-in-zhangxuefeng-skill)

Discover how the Soul Inquiry Method in zhangxuefeng-skill gathers essential user data like scores, province, and occupation to provide personalized recommendations, not generic advice.

- Tags: how-to-guide
- Published: 2026-06-12

### [The Eight Decision Heuristics in Zhangxuefeng-Skill: A Complete Guide](/alchaincyf/zhangxuefeng-skill/what-are-the-eight-decision-heuristics-in-zhangxuefeng-skill)

Explore the eight decision heuristics in Zhangxuefeng-skill, a complete guide to Zhang Xuefeng's framework for personal and career choices. Discover your optimal path forward.

- Tags: deep-dive
- Published: 2026-06-12

### [What Is the Controversy as Communication Principle in Zhangxuefeng-skill?](/alchaincyf/zhangxuefeng-skill/what-is-the-controversy-as-communication-principle-in-zhangxuefeng-skill)

Understand the Controversy as Communication principle in Zhangxuefeng-skill. Learn how extreme viewpoints spread more effectively than lukewarm advice. Boost engagement with this powerful concept.

- Tags: deep-dive
- Published: 2026-06-12

### [How Zhangxuefeng-skill Implements Class Realism: Architecture and Application Logic](/alchaincyf/zhangxuefeng-skill/how-does-zhangxuefeng-skill-incorporate-class-realism)

Discover how Zhangxuefeng-skill implements Class Realism. Learn its architecture and application logic for filtering career recommendations based on economic background.

- Tags: architecture
- Published: 2026-06-12

### [How the 'Choice > Effort' Mental Model Applies in Zhangxuefeng-Skill](/alchaincyf/zhangxuefeng-skill/how-does-the-choice-greater-than-effort-mental-model-apply-in-zhangxuefeng-skill)

Discover how the Choice > Effort mental model guides Zhangxuefeng-skill to validate career paths, saving you wasted effort on misaligned goals. Learn more today!

- Tags: deep-dive
- Published: 2026-06-12

### [Zhang Xuefeng Social Filter Theory Explained: How the Skill Implements Model 1](/alchaincyf/zhangxuefeng-skill/explain-zhang-xuefengs-social-filter-theory-in-the-context-of-the-skill)

Understand Zhang Xuefeng's Social Filter Theory and how it guides investment decisions for the Zhang Xuefeng Skill. Learn how education, housing, and employment act as societal filters.

- Tags: deep-dive
- Published: 2026-06-12

### [The Five Core Mental Models in Zhangxuefeng-Skill Explained](/alchaincyf/zhangxuefeng-skill/what-are-the-five-core-mental-models-implemented-in-zhangxuefeng-skill)

Explore the five core mental models in Zhangxuefeng-Skill: Social Filter Theory, Choice over Effort, Employment Reverse-Engineering, Class Realism, and Controversy Drives Propagation. Optimize your career decisions.

- Tags: deep-dive
- Published: 2026-06-12

### [Core Components of the Zhangxuefeng-Skill Architecture: A Three-Layer Agent Skill Design](/alchaincyf/zhangxuefeng-skill/what-are-the-core-components-of-the-zhangxuefeng-skill-architecture)

Explore the Zhangxuefeng-skill architecture's three core components: YAML manifest for Agentic Protocol, Markdown knowledge base with mind models, and an interaction layer with installation scripts.

- Tags: architecture
- Published: 2026-06-12

### [How the Agent Skills Protocol Powers the Zhangxuefeng-skill: A Complete Technical Guide](/alchaincyf/zhangxuefeng-skill/how-does-the-agent-skills-protocol-work-with-zhangxuefeng-skill)

Discover how the Agent Skills protocol empowers Zhangxuefeng-skill as a decision engine. Learn about its deterministic workflow and markdown skill definition.

- Tags: deep-dive
- Published: 2026-06-12

### [AI Runtimes Compatible with Zhangxuefeng-Skill: Complete Guide](/alchaincyf/zhangxuefeng-skill/what-ai-runtimes-are-compatible-with-zhangxuefeng-skill)

Discover AI runtimes compatible with Zhangxuefeng-skill. Explore Claude Code, Codex CLI, Cursor, OpenClaw, Hermes Agent, and more with automatic detection.

- Tags: getting-started
- Published: 2026-06-12

### [Understanding the Purpose of the Zhangxuefeng-skill AI Agent](/alchaincyf/zhangxuefeng-skill/what-is-the-purpose-of-the-zhangxuefeng-skill-ai-agent)

Discover the Zhangxuefeng-skill AI agent, a programmable system replicating educator Zhang Xuefeng's decision-making framework for AI assistants discussing education and career choices.

- Tags: getting-started
- Published: 2026-06-12

### [How to Install the alchaincyf/zhangxuefeng-skill: Complete Setup Guide for AI Runtimes](/alchaincyf/zhangxuefeng-skill/how-to-install-the-alchaincyf-zhangxuefeng-skill)

Easily install the alchaincyf/zhangxuefeng-skill AI runtime. Follow our complete setup guide for quick installation using npx or manual cloning.

- Tags: how-to-guide
- Published: 2026-06-12

