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개 표시
모든 저장소를 표시했습니다