cfrs2005/claude-init

Claude Code 中文开发套件 - 为中国开发者定制的零门槛 AI 编程环境。一键安装完整中文化体验,集成 MCP 服务器、智能上下文管理、安全扫描,支持免翻墙访问。让 AI 编程更简单。

1.4kStars on the repository
26Mods indexed here, across every type
5mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

PreToolUse

01

cfrs2005/claude-init

Hook Claude Code

Runs before the agent uses a tool for tool == "Bash" && tool_input.command matches "(npm run dev, pnpm( run)? dev, yarn dev, bun run dev)", tool == "Bash" && tool_input.command matches "(npm (install, test), pnpm (install, test), yarn (install, test), bun (install, test), cargo build, make, docker, pytest, vitest…

1.4k 5mo ago A tokens not measured original MIT

PreCompact

02

cfrs2005/claude-init

Hook Claude Code

Runs before the context is compacted, executing pre-compact.sh. From cfrs2005/claude-init.

1.4k 5mo ago A tokens not measured original MIT

SessionStart

03

cfrs2005/claude-init

Hook Claude Code

Runs when a session starts, executing session-start.sh. From cfrs2005/claude-init.

1.4k 5mo ago A tokens not measured copy · 86% MIT

PostToolUse

04

cfrs2005/claude-init

Hook Claude Code

Runs after a tool call finishes for tool == "Bash", tool == "Edit" && tool_input.file_path matches "\\.(ts, tsx, js, jsx)$", tool == "Edit" && tool_input.file_path matches "\\.(ts, tsx)$", tool == "Edit" && tool_input.file_path matches "\\.(ts, tsx, js and jsx)$" tool calls, running #!/bin/bash (4 commands). From…

1.4k 5mo ago A tokens not measured original MIT

Stop

05

cfrs2005/claude-init

Hook Claude Code

Runs when the agent finishes a response, executing session-end.sh and evaluate-session.sh (3 commands). From cfrs2005/claude-init.

1.4k 5mo ago A tokens not measured original MIT