SessionEnd
25rongxinzy/claude-code-best-practice-zh
Hook Claude Code
Runs when a session ends, executing hooks.py via python3. From rongxinzy/claude-code-best-practice-zh.
rongxinzy/claude-code-best-practice-zh
Hook Claude Code
Runs when a session ends, executing hooks.py via python3. From rongxinzy/claude-code-best-practice-zh.
rongxinzy/claude-code-best-practice-zh
Hook Claude Code
Runs once when the project is set up, executing hooks.py via python3. From rongxinzy/claude-code-best-practice-zh.
rongxinzy/claude-code-best-practice-zh
Hook Claude Code
Runs on the TeammateIdle event, executing hooks.py via python3. From rongxinzy/claude-code-best-practice-zh.
rongxinzy/claude-code-best-practice-zh
Hook Claude Code
Runs on the TaskCreated event, executing hooks.py via python3. From rongxinzy/claude-code-best-practice-zh.
rongxinzy/claude-code-best-practice-zh
Hook Claude Code
Runs when a task is marked completed, executing hooks.py via python3. From rongxinzy/claude-code-best-practice-zh.
rongxinzy/claude-code-best-practice-zh
Hook Claude Code
Runs on the ConfigChange event, executing hooks.py via python3. From rongxinzy/claude-code-best-practice-zh.
rongxinzy/claude-code-best-practice-zh
Hook Claude Code
Runs when a git worktree is created, executing hooks.py via python3. From rongxinzy/claude-code-best-practice-zh.
rongxinzy/claude-code-best-practice-zh
Hook Claude Code
Runs when a git worktree is removed, executing hooks.py via python3. From rongxinzy/claude-code-best-practice-zh.
rongxinzy/claude-code-best-practice-zh
Hook Claude Code
Runs after instructions files are loaded, executing hooks.py via python3. From rongxinzy/claude-code-best-practice-zh.
rongxinzy/claude-code-best-practice-zh
Hook Claude Code
Runs when the agent asks you a question, executing hooks.py via python3. From rongxinzy/claude-code-best-practice-zh.
rongxinzy/claude-code-best-practice-zh
Hook Claude Code
Runs on the ElicitationResult event, executing hooks.py via python3. From rongxinzy/claude-code-best-practice-zh.
rongxinzy/claude-code-best-practice-zh
Hook Claude Code
Runs on the StopFailure event, executing hooks.py via python3. From rongxinzy/claude-code-best-practice-zh.
rongxinzy/claude-code-best-practice-zh
Hook Claude Code
Runs on the CwdChanged event, executing hooks.py via python3. From rongxinzy/claude-code-best-practice-zh.
rongxinzy/claude-code-best-practice-zh
Hook Claude Code
Runs on the FileChanged event for .envrc, .env and .env.local tool calls, executing hooks.py via python3. From rongxinzy/claude-code-best-practice-zh.
rongxinzy/claude-code-best-practice-zh
Hook Claude Code
Runs on the PermissionDenied event, executing hooks.py via python3. From rongxinzy/claude-code-best-practice-zh.
rongxinzy/claude-code-best-practice-zh
Settings file Claude Code
Agent settings declaring 27 hook events (PreToolUse, PermissionRequest, PostToolUse, PostToolUseFailure) and 25 allowed tools.
rongxinzy/claude-code-best-practice-zh
Skill Claude CodeCodex
A command-line browser automation tool for AI agents. It can open pages, inspect interactive elements, fill forms, click buttons, take screenshots, extract data, and test web applications.
rongxinzy/claude-code-best-practice-zh
Skill Claude CodeCodex
A set of rules for structuring a single-file HTML presentation, including slide order, section levels, and the progress bar.
rongxinzy/claude-code-best-practice-zh
Skill Claude CodeCodex
A reference for CSS classes, layout patterns, content blocks, lists, badges, and code highlighting used in a presentation. CSS is the language that controls how web content looks.
rongxinzy/claude-code-best-practice-zh
Skill Claude CodeCodex
A conceptual guide for a presentation about moving from unstructured AI-assisted coding to structured agent engineering. Agent engineering means configuring an AI coding system with project context, rules, specialist knowledge, workers, workflows, and event actions.
rongxinzy/claude-code-best-practice-zh
Skill Claude CodeCodex
A documented skill for displaying the current date and time in Pakistan Standard Time, which is UTC+5.
rongxinzy/claude-code-best-practice-zh
Skill Claude CodeCodex
A Chinese-language instruction set for fetching Dubai's current temperature from the Open-Meteo weather service.
rongxinzy/claude-code-best-practice-zh
Skill Claude CodeCodex
A task that turns a supplied Dubai temperature into a self-contained SVG weather card and a Markdown summary.
rongxinzy/claude-code-best-practice-zh
MCP server Claude CodeCodexCursor +2
Lets the agent drive a real browser: open pages, click, type, take screenshots and read the accessibility tree, using Playwright. Runs locally from the @playwright/mcp npm package.