Skip to main content
caezium
GitHub-Creator-Profil

caezium

Repository-Ansicht von 64 gesammelten Skills in 4 GitHub-Repositories.

gesammelte Skills
64
Repositories
4
aktualisiert
24. Aug. 2026
Repository-Explorer

Repositories und repräsentative Skills

henry-mode
nicht klassifiziert

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…

24. Aug. 2026
how
nicht klassifiziert

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…

24. Aug. 2026
implement
Softwareentwickler

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

24. Aug. 2026
install-skill
nicht klassifiziert

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…

24. Aug. 2026
principle-boundary-discipline
nicht klassifiziert

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.

24. Aug. 2026
principle-make-operations-idempotent
nicht klassifiziert

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.

24. Aug. 2026
principle-separate-before-serializing-shared-state
nicht klassifiziert

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.

24. Aug. 2026
principle-type-system-discipline
nicht klassifiziert

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,…

24. Aug. 2026
Es werden 8 von 61 gesammelten Skills angezeigt.
4 von 4 Repositories angezeigt
Alle Repositories angezeigt