chuanzige

11 mods across 1 repository, 5 stars between them.

chuanzige/claude-code-main-skills

Skill Claude CodeCodex

Use when verifying implementation work and the failure mode is superficial approval, code-reading in place of execution, or over-trusting a passing test suite without trying to break the change.

5 5mo ago A 40 tokens

chuanzige/claude-code-main-skills

Skill Claude CodeCodex

Use when coordinating multi-step work across workers or subagents, especially when research, implementation, and verification should be split while the main agent stays responsible for synthesis and user communication.

5 5mo ago A 40 tokens

chuanzige/claude-code-main-skills

Skill Claude CodeCodex

Use when the task is codebase exploration rather than modification, and you need a fast, read-only search pattern that starts broad when location is unknown, narrows when location is known, and parallelizes independent searches.

5 5mo ago A 47 tokens

memory-type-system

04

chuanzige/claude-code-main-skills

Skill Claude CodeCodex

Use when deciding what information belongs in memory, how to classify it, and what must not be saved because it is derivable from the repo, git history, or current task context.

5 5mo ago A 40 tokens

chuanzige/claude-code-main-skills

Skill Claude CodeCodex

Use when deciding whether shell commands are truly read-only, safe for concurrent execution, and free of path, git, redirection, or command-shape risks that should force a stricter permission path.

5 5mo ago A 45 tokens

chuanzige/claude-code-main-skills

Skill Claude CodeCodex

Use when the real risk is not lack of knowledge but self-justifying shortcuts such as explaining instead of running commands, skipping the hard part first, or deciding on your own that verification would take too long.

5 5mo ago A 48 tokens

chuanzige/claude-code-main-skills

Skill Claude CodeCodex

Use when maintaining session notes that must preserve a fixed markdown template, stay within section and total token budgets, and remain useful after compaction or resume.

5 5mo ago A 34 tokens

smart-memory-guard

08

chuanzige/claude-code-main-skills

Skill Claude CodeCodex

Use when reading from or writing to memory and you need guardrails against stale records, bloated memory files, or low-value writes that will not remain useful after the current workstream.

5 5mo ago A 41 tokens

chuanzige/claude-code-main-skills

Skill Claude CodeCodex

Use when work can be parallelized across read-only research, independent implementations, or verification passes, and you need clear rules for what may run concurrently versus what must stay serialized.

5 5mo ago A 40 tokens

team-memory-routing

10

chuanzige/claude-code-main-skills

Skill Claude CodeCodex

Use when deciding whether a memory belongs in private or team scope, or when validating that team memory paths and keys stay inside the project team-memory directory.

5 5mo ago A 33 tokens

worker-prompt-craft

11

chuanzige/claude-code-main-skills

Skill Claude CodeCodex

Use when assigning work to a worker or subagent that cannot see the main conversation, especially when the prompt must be self-contained, precise, and resistant to ambiguity or lazy follow-up delegation.

5 5mo ago A 43 tokens