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日
収集済み skill 61 件中 8 件を表示しています。
4 件中 4 件のリポジトリを表示
すべてのリポジトリを表示しました