Skip to main content
caezium
GitHub 创作者资料

caezium

按仓库查看 4 个 GitHub 仓库中的 64 个已收集 skills。

已收集 skills
64
仓库
4
更新
2026年8月24日
仓库浏览

仓库与代表性 skills

henry-mode
未分类

Orchestrate Henry's long-running engineering and research work across recall, consultation, specifications, verification, worker fleets, evidence trails, handoffs, and reflection. Use when work spans sessions or machines, needs autonomous agents, crosses…

2026年8月24日
how
未分类

Use for "how does X work", code walkthroughs before changing something, and placement / ownership / layering questions ("where should this live", "which package owns this", "is this the right layer"). Explains subsystem architecture, runtime flow, onboarding…

2026年8月24日
implement
软件开发工程师

Implement a piece of work based on a spec or set of tickets.

2026年8月24日
install-skill
未分类

Install a freshly authored skill into ~/skills/ (the source-of-truth repo), record its provenance, validate it, and symlink it into active agent directories. Use after creating a SKILL.md, when finishing an anthropic-skill-creator session, or when the user…

2026年8月24日
principle-boundary-discipline
未分类

Apply when wiring validation, error handling, or framework adapters. Concentrate guards at system boundaries (CLI, config, network, external APIs); trust internal types and keep business logic in pure functions.

2026年8月24日
principle-make-operations-idempotent
未分类

Apply when designing commands, lifecycle steps, or processing loops that run amid crashes, restarts, and retries. Converge to the same end state regardless of partial prior runs.

2026年8月24日
principle-separate-before-serializing-shared-state
未分类

Apply when concurrent actors might write to the same file, branch, key, or state object. Eliminate the sharing first; serialize structurally only when one shared writer is a real invariant.

2026年8月24日
principle-type-system-discipline
未分类

Apply when designing types, reviewing a function signature, or writing code in any statically-typed language. Make illegal states unrepresentable, brand semantic primitives, parse external data at boundaries, refuse to lie to the compiler, exhaust variants,…

2026年8月24日
已展示 8 / 61 个已收集 Skill。
已展示 4 / 4 个仓库
已展示全部仓库