Claude Code Insights banner
dianyike dianyike

Claude Code Insights

Development community

Description

中文社群最完整的 Claude Code 進階指南 — 涵蓋 CLAUDE.md 架構設計、Skills 撰寫、Subagent 編排,附可直接使用的實戰範例。

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Claude Code Insights

English | [繁體中文](README.zh-TW.md)

**The most comprehensive advanced Claude Code guide in the Chinese-speaking community** — covering CLAUDE.md architecture, Skills authoring, Subagent orchestration, with ready-to-use practical examples.

Maintained by **dianyike / 典億創研工作室**. Freelance engineer specializing in web development, web scraping automation, and API integration. This repo is a distillation of my real-world experience using Claude Code in client projects.

[Website](https://dianyistudio.com/) · [Threads](https://www.threads.com/@dianyike1013) · [Contact](mailto:service@dianyistudio.com)

Who Is This For

You are... Start here What you'll get
New to Claude Code CLAUDE.md Guide Understand the three-layer architecture, Hooks, and how to avoid common anti-patterns
Experienced, looking to level up Skills GuideSubagent Guide Hub-and-Spoke architecture, decision matrices, black-box problem solutions
Freelancer / Solo developer Practical Examples: grill-me → write-prd → prd-to-plan → tdd A complete workflow from design interrogation to TDD implementation

Contents

File Description Audience
claude-md-best-practices.md CLAUDE.md Best Practices — why not to use /init, the three-layer architecture model, Hooks over directives, anti-patterns Beginners
skills-best-practices.md Skills Best Practices — file format, loading mechanics, content writing principles, advanced patterns, design templates Advanced
subagent-best-practices.md Subagent Best Practices — the black-box problem and solutions, result persistence, tool scoping strategies, ar